Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Wiki Markup
{snippet:id=description|javadoc=true|url=com.opensymphony.xwork.interceptor.ChainingInterceptor}

Parameters

Wiki Markup
{snippet:id=parameters|javadoc=true|url=com.opensymphony.xwork.interceptor.ChainingInterceptor}

Extending the Interceptor

Wiki Markup
{snippet:id=extending|javadoc=true|url=com.opensymphony.xwork.interceptor.ChainingInterceptor}

Examples

Wiki Markup
{snippet:id=example|lang=xml|javadoc=true|url=com.opensymphony.xwork.interceptor.ChainingInterceptor}

How to use the Chaining Interceptor

The following code snippet shows how interceptor stacks work for chaining. If someone wants to post xwork.xml (and more complex) examples it would be appreciated (smile)

...