]> WPIA git - gigi.git/commit
adding servlet api (from tomcat)
authorFelix Dörre <felix@dogcraft.de>
Thu, 19 Jun 2014 17:21:23 +0000 (19:21 +0200)
committerBenny Baumann <BenBE@geshi.org>
Fri, 20 Jun 2014 18:46:52 +0000 (20:46 +0200)
commit454e6afd89d77c1005eae4838e74e82fae759668
treef6c6dc42efc09c71d69322d041c9970aa32ba9e0
parentc2ca9ecd6facc79051cca2e6d46f211dfd54c7b9
adding servlet api (from tomcat)
83 files changed:
.classpath
lib/servlet-api/javax/servlet/AsyncContext.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/AsyncEvent.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/AsyncListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/DispatcherType.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/Filter.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/FilterChain.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/FilterConfig.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/FilterRegistration.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/GenericServlet.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/HttpConstraintElement.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/HttpMethodConstraintElement.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/LocalStrings.properties [new file with mode: 0644]
lib/servlet-api/javax/servlet/LocalStrings_es.properties [new file with mode: 0644]
lib/servlet-api/javax/servlet/LocalStrings_fr.properties [new file with mode: 0644]
lib/servlet-api/javax/servlet/LocalStrings_ja.properties [new file with mode: 0644]
lib/servlet-api/javax/servlet/MultipartConfigElement.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ReadListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/Registration.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/RequestDispatcher.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/Servlet.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletConfig.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletContainerInitializer.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletContext.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletContextAttributeEvent.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletContextAttributeListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletContextEvent.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletContextListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletException.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletInputStream.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletOutputStream.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletRegistration.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletRequest.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletRequestAttributeEvent.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletRequestAttributeListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletRequestEvent.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletRequestListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletRequestWrapper.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletResponse.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletResponseWrapper.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/ServletSecurityElement.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/SessionCookieConfig.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/SessionTrackingMode.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/SingleThreadModel.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/UnavailableException.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/WriteListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/annotation/HandlesTypes.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/annotation/HttpConstraint.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/annotation/HttpMethodConstraint.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/annotation/MultipartConfig.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/annotation/ServletSecurity.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/annotation/WebFilter.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/annotation/WebInitParam.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/annotation/WebListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/annotation/WebServlet.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/descriptor/JspConfigDescriptor.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/descriptor/JspPropertyGroupDescriptor.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/descriptor/TaglibDescriptor.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/Cookie.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpServlet.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpServletRequest.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpServletRequestWrapper.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpServletResponse.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpServletResponseWrapper.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpSession.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpSessionActivationListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpSessionAttributeListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpSessionBindingEvent.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpSessionBindingListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpSessionContext.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpSessionEvent.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpSessionIdListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpSessionListener.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpUpgradeHandler.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/HttpUtils.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/LocalStrings.properties [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/LocalStrings_es.properties [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/LocalStrings_fr.properties [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/LocalStrings_ja.properties [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/Part.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/WebConnection.java [new file with mode: 0644]
lib/servlet-api/javax/servlet/http/package.html [new file with mode: 0644]
lib/servlet-api/javax/servlet/package.html [new file with mode: 0644]