com.atlassian.xwork.interceptors
Class CancelWorkflowInterceptor

java.lang.Object
  extended by com.opensymphony.xwork.interceptor.MethodFilterInterceptor
      extended by com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor
          extended by com.atlassian.xwork.interceptors.CancelWorkflowInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, Serializable

public class CancelWorkflowInterceptor
extends com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor

See Also:
Serialized Form

Field Summary
static String CANCEL
           
 
Fields inherited from class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
excludeMethods, includeMethods, log
 
Constructor Summary
CancelWorkflowInterceptor()
           
 
Method Summary
 String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 
Methods inherited from class com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor
doIntercept, setAlwaysInvokeValidate
 
Methods inherited from class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
applyInterceptor, destroy, getExcludeMethodsSet, getIncludeMethodsSet, init, setExcludeMethods, setIncludeMethods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANCEL

public static final String CANCEL
See Also:
Constant Field Values
Constructor Detail

CancelWorkflowInterceptor

public CancelWorkflowInterceptor()
Method Detail

intercept

public String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
                 throws Exception
Specified by:
intercept in interface com.opensymphony.xwork.interceptor.Interceptor
Overrides:
intercept in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
Throws:
Exception


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.