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

Quick Search    Search Deep

org.infohazard.maverick.flow
Interface TransformFactory  view TransformFactory download TransformFactory.java


public interface TransformFactory


Method Summary
 Transform createTransform(org.jdom.Element transformNode)
          Creates a transform from the element (and any children, if appropriate).
 void init(org.jdom.Element factoryNode, javax.servlet.ServletConfig servletCfg)
          Factories will be initialized with the XML from the configuration file so that they can check for any options defined in child nodes, attributes, etc.
 

Method Detail

init

public void init(org.jdom.Element factoryNode,
                 javax.servlet.ServletConfig servletCfg)
          throws ConfigException
Factories will be initialized with the XML from the configuration file so that they can check for any options defined in child nodes, attributes, etc.


createTransform

public Transform createTransform(org.jdom.Element transformNode)
                          throws ConfigException
Creates a transform from the element (and any children, if appropriate).