|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardContext | |
---|---|
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. |
Uses of WizardContext in com.jalios.jcms.policy |
---|
Methods in com.jalios.jcms.policy with parameters of type WizardContext | |
---|---|
void |
BasicWizardPolicyFilter.afterWizard(WizardContext ctxt)
|
void |
PolicyManager.afterWizard(WizardContext context)
|
void |
WizardPolicyFilter.afterWizard(WizardContext ctxt)
Performs actions after the Wizard process. |
boolean |
BasicWizardPolicyFilter.beforeWizard(WizardContext ctxt)
|
boolean |
PolicyManager.beforeWizard(WizardContext context)
|
boolean |
WizardPolicyFilter.beforeWizard(WizardContext ctxt)
Performs actions before the Wizard process. |
String |
BasicWizardPolicyFilter.handleCategoryName(String computedName,
Category cat,
WizardContext ctxt)
|
String |
PolicyManager.handleCategoryName(String computedName,
Category cat,
WizardContext ctxt)
|
String |
WizardPolicyFilter.handleCategoryName(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) |
Uses of WizardContext in com.jalios.jcms.portlet |
---|
Methods in com.jalios.jcms.portlet with parameters of type WizardContext | |
---|---|
PortalElement |
PortalElement.duplicate(WizardContext context,
boolean deep)
Performs a deep duplicate. |
protected void |
Portal.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 |
PortletCollection.duplicateDeep(WizardContext context,
PortalElement parent)
|
protected void |
PortletParent.duplicateDeep(WizardContext context,
PortalElement parent)
|
Uses of WizardContext in com.jalios.jcms.workspace |
---|
Subclasses of WizardContext in com.jalios.jcms.workspace | |
---|---|
class |
WorkspaceWizardContext
This class describe all objects used during a Workspace Wizard deep copy |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |