Package org.owasp.esapi.waf.actions

This package contains the Action objects that are executed after a Rule subclass executes.

See:
          Description

Class Summary
Action The base class indicating what is to be done after a rule executes.
BlockAction The class that indicates the request processing should be halted and that a blank response should be returned.
DefaultAction The class that indicates the default action as indicated by the policy file should be executed.
DoNothingAction The class that indicates that no further action is necessary.
RedirectAction The class that indicates the user should be redirected to another location.
 

Package org.owasp.esapi.waf.actions Description

This package contains the Action objects that are executed after a Rule subclass executes.



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