|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
---|---|
org.jboss.seam | |
org.jboss.seam.intercept |
Uses of Interceptor in org.jboss.seam |
---|
Methods in org.jboss.seam that return types with arguments of type Interceptor | |
---|---|
List<Interceptor> |
Component.getClientSideInterceptors()
For use with Seam debug page. |
List<Interceptor> |
Component.getInterceptors(InterceptorType type)
|
List<Interceptor> |
Component.getServerSideInterceptors()
For use with Seam debug page. |
Methods in org.jboss.seam with parameters of type Interceptor | |
---|---|
void |
Component.addInterceptor(Interceptor interceptor)
|
Uses of Interceptor in org.jboss.seam.intercept |
---|
Constructor parameters in org.jboss.seam.intercept with type arguments of type Interceptor | |
---|---|
EE5SeamInvocationContext(InvocationContext context,
EventType type,
List<Object> userInterceptors,
List<Interceptor> interceptors)
|
|
SeamInvocationContext(InvocationContext context,
EventType type,
List<Object> userInterceptors,
List<Interceptor> interceptors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |