|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.markup.transformer.XsltTransformer
public class XsltTransformer
A processor to XSLT transform the output generated by a Component.
XsltOutputTransformerContainer,
XsltTransfomerBehavior| Constructor Summary | |
|---|---|
XsltTransformer()
Construct. |
|
XsltTransformer(java.lang.String xslFile)
Instead of using the default mechanism to determine the associated XSL file, it is given by the user. |
|
| Method Summary | |
|---|---|
java.lang.CharSequence |
transform(Component component,
java.lang.String output)
Apply a XSL transformation to the markup generated by a component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XsltTransformer()
public XsltTransformer(java.lang.String xslFile)
xslFile - XSL input file path| Method Detail |
|---|
public java.lang.CharSequence transform(Component component,
java.lang.String output)
throws java.lang.Exception
transform in interface ITransformercomponent - The associated Wicket componentoutput - The markup generated by the child components
java.lang.ExceptionITransformer.transform(wicket.Component,
java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||