|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvocationContext | |
|---|---|
| org.jboss.seam.core | |
| org.jboss.seam.intercept | |
| org.jboss.seam.interceptors | |
| Uses of InvocationContext in org.jboss.seam.core |
|---|
| Methods in org.jboss.seam.core with parameters of type InvocationContext | |
|---|---|
javax.ejb.Timer |
Dispatcher.scheduleInvocation(InvocationContext invocation,
Component component)
|
javax.ejb.Timer |
LocalDispatcher.scheduleInvocation(InvocationContext invocation,
Component component)
|
| Uses of InvocationContext in org.jboss.seam.intercept |
|---|
| Classes in org.jboss.seam.intercept that implement InvocationContext | |
|---|---|
class |
EE5SeamInvocationContext
|
class |
RootInvocationContext
InvocationContext for use with CGLIB-based interceptors. |
class |
SeamInvocationContext
Adapts from EJB interception to Seam component interceptors |
| Methods in org.jboss.seam.intercept with parameters of type InvocationContext | |
|---|---|
Object |
Interceptor.aroundInvoke(InvocationContext invocation,
Object userInterceptor)
|
protected Object |
RootInterceptor.invoke(InvocationContext invocation,
EventType invocationType)
|
protected void |
RootInterceptor.invokeAndHandle(InvocationContext invocation,
EventType invocationType)
|
Object |
Interceptor.postActivate(InvocationContext invocation,
Object userInterceptor)
|
Object |
Interceptor.postConstruct(InvocationContext invocation,
Object userInterceptor)
|
Object |
Interceptor.preDestroy(InvocationContext invocation,
Object userInterceptor)
|
Object |
Interceptor.prePassivate(InvocationContext invocation,
Object userInterceptor)
|
| Constructors in org.jboss.seam.intercept with parameters of type InvocationContext | |
|---|---|
EE5SeamInvocationContext(InvocationContext context,
EventType type,
List<Object> userInterceptors,
List<Interceptor> interceptors)
|
|
SeamInvocationContext(InvocationContext context,
EventType type,
List<Object> userInterceptors,
List<Interceptor> interceptors)
|
|
| Uses of InvocationContext in org.jboss.seam.interceptors |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||