Uses of Interface
org.apache.geronimo.jetty.HandleInterceptor

Packages that use HandleInterceptor
org.apache.geronimo.jetty   
org.apache.geronimo.jetty.cluster   
 

Uses of HandleInterceptor in org.apache.geronimo.jetty
 

Methods in org.apache.geronimo.jetty with parameters of type HandleInterceptor
 void HandleInterceptor.handle(String pathInContext, String pathParams, org.mortbay.http.HttpRequest httpRequest, org.mortbay.http.HttpResponse httpResponse, HandleInterceptor end)
           
 

Constructors in org.apache.geronimo.jetty with parameters of type HandleInterceptor
JettyWebAppContext(String objectName, String originalSpecDD, Map componentContext, ClassLoader classLoader, URL configurationBaseUrl, Set unshareableResources, Set applicationManagedSecurityResources, String displayName, Map contextParamMap, Collection listenerClassNames, boolean distributable, Map mimeMap, String[] welcomeFiles, Map localeEncodingMapping, Map errorPages, org.mortbay.http.Authenticator authenticator, String realmName, Map tagLibMap, int sessionTimeoutSeconds, WebApplicationHandlerFactory handlerFactory, HandleInterceptor handleInterceptor, String policyContextID, String securityRealmName, org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal, PermissionCollection checkedPermissions, PermissionCollection excludedPermissions, Host host, TransactionManager transactionManager, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator, JettyContainer jettyContainer, org.apache.geronimo.management.J2EEServer server, org.apache.geronimo.management.J2EEApplication application, org.apache.geronimo.kernel.Kernel kernel)
           
 

Uses of HandleInterceptor in org.apache.geronimo.jetty.cluster
 

Classes in org.apache.geronimo.jetty.cluster that implement HandleInterceptor
 class AbstractClusteredHandleInterceptor
           
 

Fields in org.apache.geronimo.jetty.cluster declared as HandleInterceptor
protected  HandleInterceptor AbstractClusteredHandleInterceptor.WebClusteredInvocation.end
           
 

Methods in org.apache.geronimo.jetty.cluster with parameters of type HandleInterceptor
 void AbstractClusteredHandleInterceptor.handle(String pathInContext, String pathParams, org.mortbay.http.HttpRequest httpRequest, org.mortbay.http.HttpResponse httpResponse, HandleInterceptor end)
           
protected abstract  org.apache.geronimo.clustering.ClusteredInvocation AbstractClusteredHandleInterceptor.newClusteredInvocation(String pathInContext, String pathParams, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response, HandleInterceptor end)
           
 

Constructors in org.apache.geronimo.jetty.cluster with parameters of type HandleInterceptor
AbstractClusteredHandleInterceptor.WebClusteredInvocation(String pathInContext, String pathParams, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response, HandleInterceptor end)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.