Uses of Interface
org.apache.geronimo.tomcat.interceptor.BeforeAfter

Packages that use BeforeAfter
org.apache.geronimo.tomcat   
org.apache.geronimo.tomcat.interceptor   
org.apache.geronimo.tomcat.valve   
 

Uses of BeforeAfter in org.apache.geronimo.tomcat
 

Methods in org.apache.geronimo.tomcat that return BeforeAfter
 BeforeAfter GeronimoStandardContext.getBeforeAfter()
           
 

Uses of BeforeAfter in org.apache.geronimo.tomcat.interceptor
 

Classes in org.apache.geronimo.tomcat.interceptor that implement BeforeAfter
 class ComponentContextBeforeAfter
           
 class InstanceContextBeforeAfter
           
 class PolicyContextBeforeAfter
           
 class TransactionContextBeforeAfter
           
 

Constructors in org.apache.geronimo.tomcat.interceptor with parameters of type BeforeAfter
InstanceContextBeforeAfter(BeforeAfter next, int index, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.transaction.TrackedConnectionAssociator trackedConnectionAssociator)
           
ComponentContextBeforeAfter(BeforeAfter next, int index, Context componentContext)
           
TransactionContextBeforeAfter(BeforeAfter next, int txIndex, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)
           
PolicyContextBeforeAfter(BeforeAfter next, int policyContextIDIndex, String policyContextID)
           
 

Uses of BeforeAfter in org.apache.geronimo.tomcat.valve
 

Constructors in org.apache.geronimo.tomcat.valve with parameters of type BeforeAfter
GeronimoBeforeAfterValve(BeforeAfter beforeAfter, int contextIndexCount)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.