lumis.portal.presentation.core
Interface ILayoutFileComponentFactory

Package class diagram package ILayoutFileComponentFactory
All Known Implementing Classes:
DefaultLumisPortalComponentFactory

public interface ILayoutFileComponentFactory

Creates the component implementation to be used for a LayoutFileTag.

Since:
6.0.0

Method Summary
 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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.