Uses of Class
com.jalios.jcms.workspace.WizardContext

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 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)
           
 String WizardPolicyFilter.handleCategoryName(String computedName, Category cat, WizardContext ctxt)
          Handle custom name for the given category.
 String PolicyManager.handleCategoryName(String computedName, Category cat, WizardContext ctxt)
           
 String BasicWizardPolicyFilter.handleCategoryName(String computedName, Category cat, WizardContext ctxt)
           
 

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 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)
           
 

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
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.