com.atlassian.xwork.interceptors
Class TestXsrfTokenInterceptor.DummyAction

java.lang.Object
  extended by com.atlassian.xwork.interceptors.TestXsrfTokenInterceptor.DummyAction
All Implemented Interfaces:
com.opensymphony.xwork.Action
Enclosing class:
TestXsrfTokenInterceptor

public static class TestXsrfTokenInterceptor.DummyAction
extends Object
implements com.opensymphony.xwork.Action


Field Summary
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
TestXsrfTokenInterceptor.DummyAction()
           
 
Method Summary
 String execute()
           
 String noProtection()
           
 String withProtection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestXsrfTokenInterceptor.DummyAction

public TestXsrfTokenInterceptor.DummyAction()
Method Detail

withProtection

public String withProtection()
                      throws Exception
Throws:
Exception

noProtection

public String noProtection()
                    throws Exception
Throws:
Exception

execute

public String execute()
               throws Exception
Specified by:
execute in interface com.opensymphony.xwork.Action
Throws:
Exception


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.