Interface ITransformer

    • Method Detail

      • transform

        CharSequence transform​(Component component,
                               CharSequence output)
                        throws Exception
        Will be invoked after all child components have been processed to allow for transforming the markup generated.
        Parameters:
        component - The associated Wicket component
        output - The markup generated by the child components
        Returns:
        The output which will be appended to the original response
        Throws:
        Exception