| javax.servlet.http.HttpServlet rogatkin.web.WebAppServlet
Inner Class :protected static interface Openable | |
Inner Class :protected static class MappingEntry | |
Inner Class :protected class ServletAccessDescr implements ServletConfig | |
Inner Class :static enum DispatchFilterType | |
Inner Class :protected class FilterAccessDescriptor extends ServletAccessDescr implements FilterConfig | |
Inner Class :protected static class ErrorPageDescr | |
Inner Class :protected class WebAppContextFilter implements Filter | |
Inner Class :protected class SimpleFilterChain implements FilterChain | |
Method Summary | |
protected void | addJSPServlet(List<String> patterns) | static void | addMultiple(NodeList list, D d) | protected SimpleFilterChain | buildFilterChain(String servletName, String requestPath, DispatchFilterType filterType) | public static String | buildREbyPathPatt(String pathPat) | public static String | clearPath(String pathMask) | public static WebAppServlet | create(File deployDir, String context, Serve server) | protected ServletAccessDescr | createDescriptor() | protected FilterAccessDescriptor | createFilterDescriptor() | public void | destroy() | public static String | extractPath(String uri, String context, String servlet, boolean info) | protected void | fillSecureAttrs(ServletRequest req) | public java.lang.Object | getAttribute(java.lang.String name) | public java.util.Enumeration | getAttributeNames() | public ServletContext | getContext(java.lang.String uripath) | public String | getContextPath() | public java.lang.String | getInitParameter(java.lang.String name) | public java.util.Enumeration | getInitParameterNames() | public int | getMajorVersion() | public java.lang.String | getMimeType(java.lang.String file) | public int | getMinorVersion() | public RequestDispatcher | getNamedDispatcher(java.lang.String name) | public java.lang.String | getRealPath(java.lang.String path) | public RequestDispatcher | getRequestDispatcher(java.lang.String path) | public java.net.URL | getResource(java.lang.String path) | public java.io.InputStream | getResourceAsStream(java.lang.String path) | public java.util.Set | getResourcePaths(java.lang.String path) | public java.lang.String | getServerInfo() | public Servlet | getServlet(java.lang.String name) | public String | getServletContextName() | public java.util.Enumeration | getServletNames() | public java.util.Enumeration | getServlets() | public void | log(java.lang.String msg) | public void | log(java.lang.Exception exception, java.lang.String msg) | public void | log(java.lang.String message, java.lang.Throwable throwable) | protected void | makeCP(File dd) | protected Filter | newFilterInstance(FilterAccessDescriptor descr) | protected Servlet | newInstance(ServletAccessDescr descr) | public void | removeAttribute(java.lang.String name) | protected void | returnFileContent(String path, HttpServletRequest req, HttpServletResponse res) | public void | service(ServletRequest req, ServletResponse res) | public void | setAttribute(java.lang.String name, java.lang.Object object) | protected void | setErrorAttributes(ServletRequest req, int status, String msg, String servletName, String requestURI, Throwable t, Class eclass) | protected static Serve.ServeConnection | toServeConnection(Object proxy) | public static String | validatePath(String path) |
WAR_NAME_AS_CONTEXTPATH | final public static String WAR_NAME_AS_CONTEXTPATH(Code) | | |
WEBAPPCLASSLOADER | final protected static String WEBAPPCLASSLOADER(Code) | | |
WEBAPPINITTIMEOUT | final protected static String WEBAPPINITTIMEOUT(Code) | | |
errorPages | protected List<ErrorPageDescr> errorPages(Code) | | |
filters | List<FilterAccessDescriptor> filters(Code) | | |
initTimeout | int initTimeout(Code) | | |
sessionTimeout | int sessionTimeout(Code) | | |
buildFilterChain | protected SimpleFilterChain buildFilterChain(String servletName, String requestPath, DispatchFilterType filterType)(Code) | | |
createDescriptor | protected ServletAccessDescr createDescriptor()(Code) | | |
createFilterDescriptor | protected FilterAccessDescriptor createFilterDescriptor()(Code) | | |
destroy | public void destroy()(Code) | | |
getMajorVersion | public int getMajorVersion()(Code) | | |
getMinorVersion | public int getMinorVersion()(Code) | | |
getServletContextName | public String getServletContextName()(Code) | | |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|