|
eXo Kernel :: Container 2.4.13-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortalContainerDefinitionChange
This interface describes the change that cans be applied on a given PortalContainerDefinition
Created by The eXo Platform SAS
Author : Nicolas Filotto
nicolas.filotto@exoplatform.com
11 juin 2010
| Nested Class Summary | |
|---|---|
static class |
PortalContainerDefinitionChange.AddDependencies
This class is an PortalContainerDefinitionChange that will add the nested dependencies
at the end of the dependency list of the PortalContainerDefinition. |
static class |
PortalContainerDefinitionChange.AddDependenciesAfter
This class is an PortalContainerDefinitionChange that will add the nested dependencies
after a target dependency to the dependency list of the PortalContainerDefinition. |
static class |
PortalContainerDefinitionChange.AddDependenciesBefore
This class is an PortalContainerDefinitionChange that will add the nested dependencies
before a target dependency to the dependency list of the PortalContainerDefinition. |
static class |
PortalContainerDefinitionChange.AddSettings
This class is an PortalContainerDefinitionChange that will add new internal settings
to the PortalContainerDefinition. |
| Method Summary | |
|---|---|
void |
apply(PortalContainerDefinition pcd)
Apply the corresponding change of the given PortalContainerDefinition |
| Method Detail |
|---|
void apply(PortalContainerDefinition pcd)
PortalContainerDefinition
pcd - the PortalContainerDefinition on which the change has to be applied
|
eXo Kernel :: Container 2.4.13-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||