public interface ITransformer
| 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–2014 Apache Software Foundation. All rights reserved.