Class NoopOutputTransformerContainer

    • Constructor Detail

      • NoopOutputTransformerContainer

        public NoopOutputTransformerContainer​(java.lang.String id)
        Construct
        See Also:
        Component(String)
      • NoopOutputTransformerContainer

        public NoopOutputTransformerContainer​(java.lang.String id,
                                              IModel<?> model)
        Construct
        See Also:
        Component(String, IModel)
    • Method Detail

      • transform

        public java.lang.CharSequence transform​(Component component,
                                                java.lang.CharSequence output)
        Description copied from interface: ITransformer
        Will be invoked after all child components have been processed to allow for transforming the markup generated.
        Specified by:
        transform in interface ITransformer
        Specified by:
        transform in class AbstractOutputTransformerContainer
        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