Class PortalContainerDefinitionChangePlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.container.definition.PortalContainerDefinitionChangePlugin
-
- All Implemented Interfaces:
ComponentPlugin
public class PortalContainerDefinitionChangePlugin extends BaseComponentPlugin
This class allows you to dynamically apply a list of changes to one or several portal containers. Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 11 juin 2010
-
-
Field Summary
-
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
-
-
Constructor Summary
Constructors Constructor Description PortalContainerDefinitionChangePlugin(InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PortalContainerDefinitionChange>getChanges()Set<String>getNames()booleanisAll()booleanisDefault()-
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
-
-
-
Constructor Detail
-
PortalContainerDefinitionChangePlugin
public PortalContainerDefinitionChangePlugin(InitParams params)
-
-
Method Detail
-
isAll
public boolean isAll()
-
isDefault
public boolean isDefault()
-
getChanges
public List<PortalContainerDefinitionChange> getChanges()
-
-