|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.interceptor.AbstractInterceptor
com.opensymphony.xwork2.interceptor.ExternalReferencesInterceptor
public class ExternalReferencesInterceptor
TODO: Give a description of the Interceptor.
TODO: Describe the paramters for this Interceptor. TODO: Discuss some possible extension of the Interceptor.<!-- TODO: Describe how the Interceptor reference will effect execution --> <action name="someAction" class="com.examples.SomeAction"> TODO: fill in the interceptor reference. <interceptor-ref name=""/> <result name="success">good_result.ftl</result> </action>
ExternalReferenceResolver
configured on the package
Reference Resolution is encapsulated in an interceptor so that the user can configure when references should
be reslovedConstructor Summary | |
---|---|
ExternalReferencesInterceptor()
|
Method Summary | |
---|---|
java.lang.String |
intercept(ActionInvocation invocation)
Override to handle interception |
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor |
---|
destroy, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalReferencesInterceptor()
Method Detail |
---|
public java.lang.String intercept(ActionInvocation invocation) throws java.lang.Exception
AbstractInterceptor
intercept
in interface Interceptor
intercept
in class AbstractInterceptor
ActionInvocation.invoke()
, or from the interceptor itself.
java.lang.Exception
- any system-level error, as defined in Action.execute()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |