Class MessageAmalgamationInterceptor

All Implemented Interfaces:
ConditionalInterceptor, Interceptor, PreResultListener, Serializable, ConditionalInterceptor, Interceptor, PreResultListener

public class MessageAmalgamationInterceptor extends AbstractInterceptor implements PreResultListener

If the action implements ValidationAware, amalgametes all action errors and messages from other validation aware actions in the Value Stack.

Interceptor parameters

None

Extending the interceptor

This can't be usefully extended.

Example code

 @InterceptorRefs({
   @InterceptorRef(value="messageAmalgamation"),
   @InterceptorRef(value="defaultStack")
})
 
See Also: