|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ flow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.infohazard.maverick.flow
Interface TransformFactory

- 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).
|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ flow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC