当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
RootInvocationContext (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.intercept
Class RootInvocationContext
java.lang.Object
   org.jboss.seam.intercept.RootInvocationContext
org.jboss.seam.intercept.RootInvocationContext
- All Implemented Interfaces: 
- InvocationContext
- public class RootInvocationContext 
- extends Object- implements InvocationContext
InvocationContext for use with CGLIB-based interceptors.
- Author:
- Gavin King
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RootInvocationContext
public RootInvocationContext(Object bean,
                             Method method,
                             Object[] params,
                             net.sf.cglib.proxy.MethodProxy methodProxy)
RootInvocationContext
public RootInvocationContext(Object bean,
                             Method method,
                             Object[] params)
proceed
public Object proceed()
               throws Exception
- 
- Specified by:
- proceedin interface- InvocationContext
 
- 
- Throws:
- Exception
 
getTarget
public Object getTarget()
- 
- Specified by:
- getTargetin interface- InvocationContext
 
- 
 
getContextData
public Map getContextData()
- 
- Specified by:
- getContextDatain interface- InvocationContext
 
- 
 
getMethod
public Method getMethod()
- 
- Specified by:
- getMethodin interface- InvocationContext
 
- 
 
getParameters
public Object[] getParameters()
- 
- Specified by:
- getParametersin interface- InvocationContext
 
- 
 
setParameters
public void setParameters(Object[] newParams)
- 
- Specified by:
- setParametersin interface- InvocationContext
 
-