| Package | Description |
|---|---|
| org.apache.wicket.markup.transformer |
Transformers are able to post-process (transform) the output generated by a Component.
|
| Class and Description |
|---|
| AbstractOutputTransformerContainer
This abstract container provides the means to post-process the markup generated by its child
components (excluding the containers tag)
|
| AbstractTransformerBehavior
A
Behavior which can be added to any component. |
| ITransformer
A common interface to be implemented be OutputTransformerContainers and TranformerBehaviors which
post-process the output markup of a component.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.