public class ConfluenceValidationInterceptor
extends com.opensymphony.xwork.interceptor.AroundInterceptor
Contains code that is Copyright (c) 2002-2003 by OpenSymphony, used under the Apache license.
Constructor and Description |
---|
ConfluenceValidationInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
after(com.opensymphony.xwork.ActionInvocation dispatcher,
String result)
Does nothing in this implementation.
|
protected void |
before(com.opensymphony.xwork.ActionInvocation invocation)
Gets the current action and its context and calls
ActionValidatorManager.validate(java.lang.Object, java.lang.String) . |
protected void after(com.opensymphony.xwork.ActionInvocation dispatcher, String result) throws Exception
after
in class com.opensymphony.xwork.interceptor.AroundInterceptor
Exception
protected void before(com.opensymphony.xwork.ActionInvocation invocation) throws Exception
ActionValidatorManager.validate(java.lang.Object, java.lang.String)
.before
in class com.opensymphony.xwork.interceptor.AroundInterceptor
invocation
- the execution state of the Action.Exception
- if an error occurs validating the action.Copyright © 2003–2021 Atlassian. All rights reserved.