Package | Description |
---|---|
com.jalios.jcms.policy | |
com.jalios.jcms.portlet |
Contains core Portlets parent of all generated portlets.
|
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
Modifier and Type | Method and Description |
---|---|
void |
WizardPolicyFilter.afterWizard(WizardContext ctxt)
Performs actions after the Wizard process.
|
void |
PolicyManager.afterWizard(WizardContext context) |
void |
BasicWizardPolicyFilter.afterWizard(WizardContext ctxt) |
boolean |
WizardPolicyFilter.beforeWizard(WizardContext ctxt)
Performs actions before the Wizard process.
|
boolean |
PolicyManager.beforeWizard(WizardContext context) |
boolean |
BasicWizardPolicyFilter.beforeWizard(WizardContext ctxt) |
java.lang.String |
WizardPolicyFilter.handleCategoryName(java.lang.String computedName,
Category cat,
WizardContext ctxt)
Handle custom name for the given category. when it will be referenced
If the Category.getName() is the same than computed category then the category will be referenced (not duplicated)
|
java.lang.String |
PolicyManager.handleCategoryName(java.lang.String computedName,
Category cat,
WizardContext ctxt) |
java.lang.String |
BasicWizardPolicyFilter.handleCategoryName(java.lang.String computedName,
Category cat,
WizardContext ctxt) |
Modifier and Type | Method and Description |
---|---|
PortalElement |
PortalElement.duplicate(WizardContext context,
boolean deep)
Performs a deep duplicate.
|
protected void |
PortletParent.duplicateDeep(WizardContext context,
PortalElement parent) |
protected void |
PortletCollection.duplicateDeep(WizardContext context,
PortalElement parent) |
protected void |
PortalElement.duplicateDeep(WizardContext context,
PortalElement parent)
Performs a deep duplicate of the PortalElement in a WizardContext.
|
protected void |
Portal.duplicateDeep(WizardContext context,
PortalElement parent) |
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceWizardContext
This class describe all objects used during a Workspace Wizard deep copy
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.