Package org.owasp.esapi.waf.actions
Class RedirectAction
- java.lang.Object
-
- org.owasp.esapi.waf.actions.Action
-
- 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
Constructors Constructor Description RedirectAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRedirectURL()
void
setRedirectURL(java.lang.String s)
-
Methods inherited from class org.owasp.esapi.waf.actions.Action
failedRule, isActionNecessary, setActionNecessary, setFailed
-
-