org.ocpsoft.rewrite.servlet.config
Class HttpOperation
java.lang.Object
org.ocpsoft.rewrite.config.DefaultOperationBuilder
org.ocpsoft.rewrite.servlet.config.HttpOperation
- All Implemented Interfaces:
- ConfigurationElement, Operation, OperationBuilder
public abstract class HttpOperation
- extends DefaultOperationBuilder
An Operation that is only performed if the current Rewrite event is an instance of
HttpServletRewrite
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpOperation
public HttpOperation()
performHttp
public abstract void performHttp(HttpServletRewrite event,
EvaluationContext context)
- Perform this operation for the given
HttpServletRewrite event.
perform
public final void perform(Rewrite event,
EvaluationContext context)
Copyright © 2013 OCPsoft. All Rights Reserved.