org.owasp.esapi.waf.actions
Class Action

java.lang.Object
  extended by 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
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

failed

protected boolean failed

actionNecessary

protected boolean actionNecessary
Constructor Detail

Action

public Action()
Method Detail

setFailed

public void setFailed(boolean didFail)

failedRule

public boolean failedRule()

isActionNecessary

public boolean isActionNecessary()

setActionNecessary

public void setActionNecessary(boolean b)


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