rewrite-config-servlet 2.0.0.Alpha6

org.ocpsoft.rewrite.servlet.config.lifecycle
Class Subset

java.lang.Object
  extended by org.ocpsoft.rewrite.config.DefaultOperationBuilder
      extended by org.ocpsoft.rewrite.servlet.config.lifecycle.Subset
All Implemented Interfaces:
CompositeOperation, ConfigurationElement, Operation, OperationBuilder

public class Subset
extends DefaultOperationBuilder
implements CompositeOperation


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ocpsoft.rewrite.config.DefaultOperationBuilder
DefaultOperationBuilder.NoOp
 
Method Summary
 List<Operation> getOperations()
           
 void perform(Rewrite rewrite, EvaluationContext context)
           
static Subset when(Configuration config)
           
 
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
 

Method Detail

when

public static Subset when(Configuration config)

perform

public void perform(Rewrite rewrite,
                    EvaluationContext context)
Specified by:
perform in interface Operation

getOperations

public List<Operation> getOperations()
Specified by:
getOperations in interface CompositeOperation

rewrite-config-servlet 2.0.0.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.