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

Quick Search    Search Deep

org.infohazard.maverick.transform: Javadoc index of package org.infohazard.maverick.transform.


Package Samples:

org.infohazard.maverick.transform

Classes:

DocumentTransformFactory: Factory for creating transformation pipelines based on executing successive documents which are aware of servlet attribute collections. The output of the preceeding step is stored as a String in the request attributes, available to be included anywhere in the successive document. This factory has certain options which can be defined when declaring the factory. The defaults are shown here: <transform-factory type="document" provider="org.infohazard.maverick.transform.DocumentTransformFactory"> <default-bean-name value="wrapped"/> </transform-factory> default-bean-name - If no "bean" ...
AbstractTransformStep: Helper class for all transform steps. When extending this class, remember that you are providing the TransformStep interface, so the getResponse(), etc methods are for a *client* to call. You should be sending your output to the methods on getNext(), which is safe to call multiple times. Remember, the goal is to take data written to you and send it on to the next step!
DocumentTransform: This Transform wraps the input one or more times by putting the output from the previous step in the request attributes.
XMLTransformStep: Helper class for transform steps that are basically XML by nature. Funnels all method calls into the XML routines.
StringTransformStep: Helper class for transform steps that are basically text by nature. Funnels all method calls into go(String).
XSLTransform: This Transform runs the input through a series of XSLT transformations.
XSLTransformFactory

Home | Contact Us | Privacy Policy | Terms of Service