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.ObjectThe 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 booleanactionNecessaryprotected booleanfailed
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfailedRule()booleanisActionNecessary()voidsetActionNecessary(boolean b)voidsetFailed(boolean didFail)
-