站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 bate1 API 英文版文档

RootInvocationContext (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


org.jboss.seam.intercept
Class RootInvocationContext

java.lang.Object
  extended by org.jboss.seam.intercept.RootInvocationContext
All Implemented Interfaces:
javax.interceptor.InvocationContext

public class RootInvocationContext
extends Object
implements javax.interceptor.InvocationContext

InvocationContext for use with CGLIB-based interceptors.

Author:
Gavin King

Constructor Summary
RootInvocationContext(Object bean, Method method, Object[] params)
           
RootInvocationContext(Object bean, Method method, Object[] params, net.sf.cglib.proxy.MethodProxy methodProxy)
           
 
Method Summary
 Map getContextData()
           
 Method getMethod()
           
 Object[] getParameters()
           
 Object getTarget()
           
 Object proceed()
           
 void setParameters(Object[] newParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootInvocationContext

public RootInvocationContext(Object bean,
                             Method method,
                             Object[] params,
                             net.sf.cglib.proxy.MethodProxy methodProxy)

RootInvocationContext

public RootInvocationContext(Object bean,
                             Method method,
                             Object[] params)
Method Detail

proceed

public Object proceed()
               throws Exception
Specified by:
proceed in interface javax.interceptor.InvocationContext
Throws:
Exception

getTarget

public Object getTarget()
Specified by:
getTarget in interface javax.interceptor.InvocationContext

getContextData

public Map getContextData()
Specified by:
getContextData in interface javax.interceptor.InvocationContext

getMethod

public Method getMethod()
Specified by:
getMethod in interface javax.interceptor.InvocationContext

getParameters

public Object[] getParameters()
Specified by:
getParameters in interface javax.interceptor.InvocationContext

setParameters

public void setParameters(Object[] newParams)
Specified by:
setParameters in interface javax.interceptor.InvocationContext