Uses of Interface
org.jboss.portal.common.invocation.InterceptorStack

Packages that use InterceptorStack
org.jboss.portal.common.invocation   
 

Uses of InterceptorStack in org.jboss.portal.common.invocation
 

Fields in org.jboss.portal.common.invocation declared as InterceptorStack
static InterceptorStack Invocation.EMPTY_STACK
          .
 

Methods in org.jboss.portal.common.invocation that return InterceptorStack
static InterceptorStack EmptyInterceptorStackFactory.getInstance()
           
 InterceptorStack InterceptorStackFactory.getInterceptorStack()
           
 InterceptorStack EmptyInterceptorStackFactory.getInterceptorStack()
           
 

Methods in org.jboss.portal.common.invocation with parameters of type InterceptorStack
 java.lang.Object Invocation.invoke(InterceptorStack newStack)
          Execute the invocation through the chain of interceptors.
 



Copyright © 2008. All Rights Reserved.