public class PortletApplicationBuilder extends AbstractModelElementFactory<PortletApplication>
| Modifier and Type | Method and Description |
|---|---|
static PortletApplicationBuilder |
create(PortletDescriptor portletDescriptor)
Create a PortletApplicationBuilder with the given portletDescriptor.
|
PortletApplication |
toModel() |
PortletApplicationBuilder |
withPortlets(java.util.Set<BasePortlet<?,?>> portlets,
boolean autoScanForPortlets) |
toStringpublic static PortletApplicationBuilder create(PortletDescriptor portletDescriptor)
portletDescriptor - The description to usepublic PortletApplication toModel()
toModel in class AbstractModelElementFactory<PortletApplication>public PortletApplicationBuilder withPortlets(java.util.Set<BasePortlet<?,?>> portlets, boolean autoScanForPortlets)