rewrite-api-servlet 1.0.3.Final

org.ocpsoft.rewrite.servlet.config
Class HttpOperation

java.lang.Object
  extended by org.ocpsoft.rewrite.config.OperationBuilder
      extended by org.ocpsoft.rewrite.servlet.config.HttpOperation
All Implemented Interfaces:
Operation

public abstract class HttpOperation
extends OperationBuilder

An Operation that is only performed if the current Rewrite event is an instance of HttpServletRewrite

Author:
Lincoln Baxter, III

Constructor Summary
HttpOperation()
           
 
Method Summary
 void perform(Rewrite event, EvaluationContext context)
           
abstract  void performHttp(HttpServletRewrite event, EvaluationContext context)
          Perform this operation for the given HttpServletRewrite event.
 
Methods inherited from class org.ocpsoft.rewrite.config.OperationBuilder
and
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpOperation

public HttpOperation()
Method Detail

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)

rewrite-api-servlet 1.0.3.Final

Copyright © 2012 OCPsoft. All Rights Reserved.