Uses of Class
com.jalios.jcms.workspace.WizardContext
-
Packages that use WizardContext Package Description com.jalios.jcms.jportal 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.jportal
Methods in com.jalios.jcms.jportal with parameters of type WizardContext Modifier and Type Method Description PortalElement
AbstractJPortal. duplicate(WizardContext context, boolean deep)
ControllerStatus
JPortalManager. duplicateJPortal(AbstractJPortal jportal, WizardContext context, boolean updateIds)
Duplicate aJPortal
JPortalMapping
JPortalManager. duplicateJPortalMapping(JPortalMapping jPortalMapping, boolean updateids, WizardContext context)
Duplicate a JPortalMapping, iterate throughJBlockMapping
and duplicate them -
Uses of WizardContext in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy with parameters of type WizardContext Modifier and Type Method Description void
BasicWizardPolicyFilter. afterWizard(WizardContext ctxt)
void
WizardPolicyFilter. afterWizard(WizardContext ctxt)
Performs actions after the Wizard process.boolean
BasicWizardPolicyFilter. beforeWizard(WizardContext ctxt)
boolean
WizardPolicyFilter. beforeWizard(WizardContext ctxt)
Performs actions before the Wizard process.java.lang.String
BasicWizardPolicyFilter. handleCategoryName(java.lang.String computedName, Category cat, WizardContext ctxt)
java.lang.String
WizardPolicyFilter. handleCategoryName(java.lang.String computedName, Category cat, WizardContext ctxt)
Handle custom name for the given category. -
Uses of WizardContext in com.jalios.jcms.portlet
Methods in com.jalios.jcms.portlet with parameters of type WizardContext Modifier and Type Method Description PortalElement
PortalElement. duplicate(WizardContext context, boolean deep)
Performs a deep duplicate.protected void
AbstractPortalJspCollection. duplicateDeep(WizardContext context, PortalElement parent)
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 Modifier and Type Class Description class
WorkspaceWizardContext
This class describes all objects used during a Workspace Wizard deep copy.Methods in com.jalios.jcms.workspace with parameters of type WizardContext Modifier and Type Method Description void
WizardPolicyManager. afterWizard(WizardContext context)
boolean
WizardPolicyManager. beforeWizard(WizardContext context)
java.lang.String
WizardPolicyManager. handleCategoryName(java.lang.String computedName, Category cat, WizardContext ctxt)
-