Class PortalContainerDefinitionDisablePlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.container.definition.PortalContainerDefinitionDisablePlugin
-
- All Implemented Interfaces:
ComponentPlugin
public class PortalContainerDefinitionDisablePlugin extends BaseComponentPlugin
This class allows you to dynamically disable one or several portal containers. Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 9 juil. 2010
-
-
Field Summary
-
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
-
-
Constructor Summary
Constructors Constructor Description PortalContainerDefinitionDisablePlugin(InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getNames()-
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
-
-
-
Constructor Detail
-
PortalContainerDefinitionDisablePlugin
public PortalContainerDefinitionDisablePlugin(InitParams params)
-
-