Interface ILayoutFileComponentFactory

  • All Known Implementing Classes:
    DefaultLumisPortalComponentFactory

    public interface ILayoutFileComponentFactory
    Creates the component implementation to be used for a LayoutFileTag.
    Since:
    6.0.0
    Version:
    $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.wicket.Component createComponent​(org.apache.wicket.MarkupContainer container, org.apache.wicket.markup.MarkupStream markupStream, LayoutFileTag tag)
      Creates a component for the specified tag.
    • Method Detail

      • createComponent

        org.apache.wicket.Component createComponent​(org.apache.wicket.MarkupContainer container,
                                                    org.apache.wicket.markup.MarkupStream markupStream,
                                                    LayoutFileTag tag)
        Creates a component for the specified tag.
        Parameters:
        container - the tag's container.
        markupStream - the markup stream.
        tag - the tag.
        Returns:
        the component.
        Since:
        6.0.0