rewrite-api-servlet 2.0.0.Beta3

org.ocpsoft.rewrite.servlet.config
Class HttpOperation

java.lang.Object
  extended by org.ocpsoft.rewrite.config.DefaultOperationBuilder
      extended by org.ocpsoft.rewrite.servlet.config.HttpOperation
All Implemented Interfaces:
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

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.DefaultOperationBuilder
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 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.