Package org.owasp.esapi.waf.actions
Class Action
- java.lang.Object
-
- org.owasp.esapi.waf.actions.Action
-
- Direct Known Subclasses:
BlockAction
,DefaultAction
,DoNothingAction
,RedirectAction
public abstract class Action extends java.lang.Object
The base class indicating what is to be done after a rule executes.- Author:
- Arshan Dabirsiaghi
- See Also:
Rule
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
actionNecessary
protected boolean
failed
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
failedRule()
boolean
isActionNecessary()
void
setActionNecessary(boolean b)
void
setFailed(boolean didFail)
-