public interface ITransformer
AbstractOutputTransformerContainers
and AbstractTransformerBehaviors which
post-process the output markup of a component.| Modifier and Type | Method and Description |
|---|---|
CharSequence |
transform(Component component,
CharSequence output)
Will be invoked after all child components have been processed to allow for transforming the
markup generated.
|
CharSequence transform(Component component, CharSequence output) throws Exception
component - The associated Wicket componentoutput - The markup generated by the child componentsExceptionCopyright © 2006–2021 Apache Software Foundation. All rights reserved.