org.ocpsoft.rewrite.servlet.impl
Class EvaluationContextImpl
java.lang.Object
org.ocpsoft.rewrite.context.ContextBase
org.ocpsoft.rewrite.servlet.impl.EvaluationContextImpl
- All Implemented Interfaces:
- Context, EvaluationContext
public class EvaluationContextImpl
- extends ContextBase
- implements EvaluationContext
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EvaluationContextImpl
public EvaluationContextImpl()
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
Copyright © 2012 OCPsoft. All Rights Reserved.