|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.portals.applications.transform.impl.JetspeedTransform
public class JetspeedTransform
TransformComponent
Constructor Summary | |
---|---|
JetspeedTransform()
|
Method Summary | |
---|---|
TransformObjectPublisher |
getPublisher()
Performs a transform on an input stream, writing the transformed content to a Writer |
void |
transform(java.lang.String xslt,
org.w3c.dom.Document document,
java.io.OutputStream os,
java.util.Map parameters)
|
void |
transform(java.lang.String xslt,
org.xml.sax.InputSource inputSource,
java.io.OutputStream os,
java.util.Map parameters)
Performs a transform on an input stream, writing the transformed content to a Writer |
void |
transform(java.lang.String xslt,
org.xml.sax.InputSource inputSource,
java.io.Writer writer,
java.util.Map parameters)
Performs a transform on an input stream, writing the transformed content to a Writer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JetspeedTransform()
Method Detail |
---|
public void transform(java.lang.String xslt, org.xml.sax.InputSource inputSource, java.io.OutputStream os, java.util.Map parameters) throws TransformException
Transform
transform
in interface Transform
xslt
- The path to a local XSLT fileinputSource
- The input stream and description containing content to be transformed.parameters
- Map of XSLT properties passed into transformer
TransformException
public void transform(java.lang.String xslt, org.xml.sax.InputSource inputSource, java.io.Writer writer, java.util.Map parameters) throws TransformException
Transform
transform
in interface Transform
xslt
- The path to a local XSLT fileinputSource
- The input stream and description containing content to be transformed.writer
- The output stream receiving the transformed content.parameters
- Map of XSLT properties passed into transformer
TransformException
public void transform(java.lang.String xslt, org.w3c.dom.Document document, java.io.OutputStream os, java.util.Map parameters) throws TransformException
transform
in interface Transform
TransformException
public TransformObjectPublisher getPublisher()
Transform
getPublisher
in interface Transform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |