eXo Kernel :: Container 2.4.11-UXP01

org.exoplatform.container.definition
Class PortalContainerDefinitionChangePlugin

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by 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
PortalContainerDefinitionChangePlugin(InitParams params)
           
 
Method Summary
 List<PortalContainerDefinitionChange> getChanges()
           
 Set<String> getNames()
           
 boolean isAll()
           
 boolean isDefault()
           
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalContainerDefinitionChangePlugin

public PortalContainerDefinitionChangePlugin(InitParams params)
Method Detail

isAll

public boolean isAll()

isDefault

public boolean isDefault()

getNames

public Set<String> getNames()

getChanges

public List<PortalContainerDefinitionChange> getChanges()

eXo Kernel :: Container 2.4.11-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.