Class HttpOperation
java.lang.Object
org.ocpsoft.rewrite.config.DefaultOperationBuilder
org.ocpsoft.rewrite.servlet.config.HttpOperation
- All Implemented Interfaces:
Operation,OperationBuilder
An
Operation that is only performed if the current Rewrite event is an instance of
HttpServletRewrite- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidperform(Rewrite event, EvaluationContext context) abstract voidperformHttp(HttpServletRewrite event, EvaluationContext context) Perform this operation for the givenHttpServletRewriteevent.Methods inherited from class org.ocpsoft.rewrite.config.DefaultOperationBuilder
and
-
Constructor Details
-
HttpOperation
public HttpOperation()
-
-
Method Details
-
performHttp
Perform this operation for the givenHttpServletRewriteevent. -
perform
-