|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.esapi.waf.actions.Action
public abstract class Action
The base class indicating what is to be done after a rule executes.
Rule
Field Summary | |
---|---|
protected boolean |
actionNecessary
|
protected boolean |
failed
|
Constructor Summary | |
---|---|
Action()
|
Method Summary | |
---|---|
boolean |
failedRule()
|
boolean |
isActionNecessary()
|
void |
setActionNecessary(boolean b)
|
void |
setFailed(boolean didFail)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean failed
protected boolean actionNecessary
Constructor Detail |
---|
public Action()
Method Detail |
---|
public void setFailed(boolean didFail)
public boolean failedRule()
public boolean isActionNecessary()
public void setActionNecessary(boolean b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |