rewrite-impl-servlet 1.0.2.Final

org.ocpsoft.rewrite.servlet.impl
Class EvaluationContextImpl

java.lang.Object
  extended by org.ocpsoft.rewrite.context.ContextBase
      extended by org.ocpsoft.rewrite.servlet.impl.EvaluationContextImpl
All Implemented Interfaces:
Context, EvaluationContext

public class EvaluationContextImpl
extends ContextBase
implements EvaluationContext

Author:
Lincoln Baxter, III

Constructor Summary
EvaluationContextImpl()
           
 
Method Summary
 void addPostOperation(Operation operation)
           
 void addPreOperation(Operation operation)
           
 java.util.List<Operation> getPostOperations()
          Get an immutable view of the added post-Operation instances.
 java.util.List<Operation> getPreOperations()
          Get an immutable view of the added pre-Operation instances.
 java.lang.String toString()
           
 
Methods inherited from class org.ocpsoft.rewrite.context.ContextBase
containsKey, get, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ocpsoft.rewrite.context.Context
containsKey, get, put
 

Constructor Detail

EvaluationContextImpl

public EvaluationContextImpl()
Method Detail

addPreOperation

public void addPreOperation(Operation operation)
Specified by:
addPreOperation in interface EvaluationContext

addPostOperation

public void addPostOperation(Operation operation)
Specified by:
addPostOperation in interface EvaluationContext

getPreOperations

public java.util.List<Operation> getPreOperations()
Get an immutable view of the added pre-Operation instances.


getPostOperations

public java.util.List<Operation> getPostOperations()
Get an immutable view of the added post-Operation instances.


toString

public java.lang.String toString()
Overrides:
toString in class ContextBase

rewrite-impl-servlet 1.0.2.Final

Copyright © 2012 OCPsoft. All Rights Reserved.