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
Object getTarget()
getContextData
Map getContextData()
getMethod
Method getMethod()
getParameters
Object[] getParameters()
proceed
Object proceed()
throws Exception
- Throws:
Exception
setParameters
void setParameters(Object[] params)
Copyright © 2013 Seam Framework. All Rights Reserved.