All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.tomcat.core.BaseInterceptor
protected String methods[]
public BaseInterceptor()
public void setContextManager(ContextManager cm)
public int requestMap(Request request)
public int contextMap(Request rrequest)
public int authenticate(Request request, Response response)
public int authorize(Request request, Response response)
public int preService(Request request, Response response)
public int beforeBody(Request rrequest, Response response)
public int beforeCommit(Request request, Response response)
public int afterBody(Request request, Response response)
public int postService(Request request, Response response)
public String[] getMethods()
public void contextInit(Context ctx) throws TomcatException
public void contextShutdown(Context ctx) throws TomcatException
public void addContainer(Container container) throws TomcatException
public void removeContainer(Container container) throws TomcatException
public void addSecurityConstraint(Context ctx, String path, Container ct) throws TomcatException
public void engineInit(ContextManager cm) throws TomcatException
public void engineShutdown(ContextManager cm) throws TomcatException
public void addContext(ContextManager cm, Context ctx) throws TomcatException
public void removeContext(ContextManager cm, Context ctx) throws TomcatException
public void preServletInit(Context ctx, ServletWrapper sw) throws TomcatException
public void postServletInit(Context ctx, ServletWrapper sw) throws TomcatException
public void preServletDestroy(Context ctx, ServletWrapper sw) throws TomcatException
public void postServletDestroy(Context ctx, ServletWrapper sw) throws TomcatException
All Packages Class Hierarchy This Package Previous Next Index