org.jboss.portal.portlet.deployment.jboss
Interface InfoBuilder

All Known Implementing Classes:
CoreInfoBuilder

public interface InfoBuilder

Version:
$Revision$
Author:
Thomas Heute

Method Summary
 void build()
           
 org.jboss.portal.portlet.impl.info.ContainerPortletApplicationInfo getApplication()
           
 java.util.Collection<org.jboss.portal.portlet.info.PortletInfo> getPortlets()
           
 

Method Detail

build

void build()

getPortlets

java.util.Collection<org.jboss.portal.portlet.info.PortletInfo> getPortlets()

getApplication

org.jboss.portal.portlet.impl.info.ContainerPortletApplicationInfo getApplication()