org.owasp.esapi.waf.actions
Class RedirectAction

java.lang.Object
  extended by org.owasp.esapi.waf.actions.Action
      extended by org.owasp.esapi.waf.actions.RedirectAction

public class RedirectAction
extends Action

The class that indicates the user should be redirected to another location.

Author:
Arshan Dabirsiaghi

Field Summary
 
Fields inherited from class org.owasp.esapi.waf.actions.Action
actionNecessary, failed
 
Constructor Summary
RedirectAction()
           
 
Method Summary
 java.lang.String getRedirectURL()
           
 void setRedirectURL(java.lang.String s)
           
 
Methods inherited from class org.owasp.esapi.waf.actions.Action
failedRule, isActionNecessary, setActionNecessary, setFailed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectAction

public RedirectAction()
Method Detail

setRedirectURL

public void setRedirectURL(java.lang.String s)

getRedirectURL

public java.lang.String getRedirectURL()


Copyright © 2011 The Open Web Application Security Project (OWASP). All Rights Reserved.