|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITransformer | |
|---|---|
| org.apache.wicket.markup.transformer | Transformers are able to post-process (transform) the output generated by a Component. |
| Uses of ITransformer in org.apache.wicket.markup.transformer |
|---|
| Classes in org.apache.wicket.markup.transformer that implement ITransformer | |
|---|---|
class |
AbstractOutputTransformerContainer
This abstract container provides the means to post-process the markup generated by its child components (excluding the containers tag) Please see IBehavior for an alternative based on IBehavior |
class |
AbstractTransformerBehavior
A Behavior which can be added to any component. |
class |
NoopOutputTransformerContainer
An implementation of an output transformer which does nothing. |
class |
XsltOutputTransformerContainer
A container which output markup will be processes by a XSLT processor prior to writing the output into the web response. |
class |
XsltTransformer
A processor to XSLT transform the output generated by a Component. |
class |
XsltTransformerBehavior
An IBehavior which can be added to any component except ListView. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||