rewrite-api-servlet 2.0.0.Alpha6

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:
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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ocpsoft.rewrite.config.DefaultOperationBuilder
DefaultOperationBuilder.NoOp
 
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, create, wrap
 
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.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.