org.jboss.seam.intercept
Interface InvocationContext
public interface InvocationContext
A copy of the EE5 standard InvocationContext API.
We do this because some poor souls are still using
J2EE. Pray for them.
- Author:
- Gavin King
getTarget
java.lang.Object getTarget()
getContextData
java.util.Map getContextData()
getMethod
java.lang.reflect.Method getMethod()
getParameters
java.lang.Object[] getParameters()
proceed
java.lang.Object proceed()
throws java.lang.Exception
- Throws:
java.lang.Exception
setParameters
void setParameters(java.lang.Object[] params)
Copyright © 2011 Seam Framework. All Rights Reserved.