Interface ITransformer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.CharSequence transform​(Component component, java.lang.CharSequence output)
      Will be invoked after all child components have been processed to allow for transforming the markup generated.
    • Method Detail

      • transform

        java.lang.CharSequence transform​(Component component,
                                         java.lang.CharSequence output)
                                  throws java.lang.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:
        java.lang.Exception