|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.core.CancellingInterceptor
public class CancellingInterceptor
An interceptor that looks for a request parameter named 'cancel' in the request. If a non-null value is found,
this interceptor redirects to the result of ConfluenceActionSupport.getCancelResult()
.
Constructor Summary | |
---|---|
CancellingInterceptor()
|
Method Summary | |
---|---|
void |
destroy()
|
void |
init()
|
java.lang.String |
intercept(com.opensymphony.xwork.ActionInvocation invocation)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CancellingInterceptor()
Method Detail |
---|
public java.lang.String intercept(com.opensymphony.xwork.ActionInvocation invocation) throws java.lang.Exception
intercept
in interface com.opensymphony.xwork.interceptor.Interceptor
java.lang.Exception
public void destroy()
destroy
in interface com.opensymphony.xwork.interceptor.Interceptor
public void init()
init
in interface com.opensymphony.xwork.interceptor.Interceptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |