Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.infohazard.maverick.flow
Class TransformWithParams  view TransformWithParams download TransformWithParams.java

java.lang.Object
  extended byorg.infohazard.maverick.flow.TransformWithParams
All Implemented Interfaces:
Transform

class TransformWithParams
extends java.lang.Object
implements Transform

This is a Decorator pattern, adding params defined for a transform.


Field Summary
protected  Transform decorated
           
protected  java.util.Map params
           
 
Constructor Summary
TransformWithParams(Transform simpler, java.util.Map params)
           
 
Method Summary
 TransformStep createStep(TransformContext tctx)
          Sets some params before creating the step
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decorated

protected Transform decorated

params

protected java.util.Map params
Constructor Detail

TransformWithParams

public TransformWithParams(Transform simpler,
                           java.util.Map params)
Method Detail

createStep

public TransformStep createStep(TransformContext tctx)
                         throws javax.servlet.ServletException
Sets some params before creating the step

Specified by:
createStep in interface Transform