public class PortletApplicationDeployer extends Object implements PortletApplicationRegistry
| Modifier and Type | Field and Description |
|---|---|
protected org.gatein.common.logging.Logger |
log
.
|
| Constructor and Description |
|---|
PortletApplicationDeployer() |
PortletApplicationDeployer(ContainerPortletInvoker containerPortletInvoker) |
public PortletApplicationDeployer(ContainerPortletInvoker containerPortletInvoker)
public PortletApplicationDeployer()
public boolean isSchemaValidated()
public void setSchemaValidated(boolean schemaValidated)
public ContainerPortletInvoker getContainerPortletInvoker()
public void setContainerPortletInvoker(ContainerPortletInvoker containerPortletInvoker)
public final PortletApplicationDeployment add(javax.servlet.ServletContext webApp) throws DeploymentException
DeploymentExceptionpublic final void remove(javax.servlet.ServletContext webApp)
protected PortletApplicationDeployment createPortletApplicationDeployment(javax.servlet.ServletContext webApp, PortletApplication10MetaData metaData)
protected PortletApplication10MetaData buildPortletApplicationMetaData(javax.servlet.ServletContext webApp) throws DeploymentException
DeploymentExceptionpublic Collection<? extends ManagedPortletApplication> getManagedPortletApplications()
PortletApplicationRegistrygetManagedPortletApplications in interface PortletApplicationRegistrypublic ManagedPortletApplication getManagedPortletApplication(String id)
PortletApplicationRegistrygetManagedPortletApplication in interface PortletApplicationRegistryid - the portlet application idpublic void addListener(ManagedObjectRegistryEventListener listener)
addListener in interface PortletApplicationRegistrypublic void removeListener(ManagedObjectRegistryEventListener listener)
removeListener in interface PortletApplicationRegistryCopyright © 2003-2016 GateIn. All Rights Reserved.