Package | Description |
---|---|
com.jalios.jcms.context |
Provides context classes available in every request, you can extends them or use them as javabean.
|
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 | Field and Description |
---|---|
protected PortalInterface |
AbstractJcmsAjaxContext.portal |
Modifier and Type | Method and Description |
---|---|
PortalInterface |
JcmsJspContext.getPortal() |
PortalInterface |
AbstractJcmsAjaxContext.getPortal()
Returns the stored portal interface for the given request
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJcmsAjaxContext.setPortal(PortalInterface portal)
Set the portal interface for the given request
|
Modifier and Type | Method and Description |
---|---|
PortalInterface |
PortalPolicyFilter.getDefaultPortal(PortalInterface jcmsChoice,
Member loggedMember)
Hook called by PortalManager to compute the default PortalInterface of the given logged Member.
|
PortalInterface |
PolicyManager.getDefaultPortal(PortalInterface jcmsChoice,
Member loggedMember) |
PortalInterface |
BasicPortalPolicyFilter.getDefaultPortal(PortalInterface jcmsChoice,
Member loggedMember) |
Modifier and Type | Method and Description |
---|---|
boolean |
PortalPolicyFilter.checkPortal(PortalInterface portal,
Publication pub,
DisplayContext context,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean modePreview,
boolean jcmsChoice)
Hook called by PortalManager to decide if the given portal may be used to display information.
|
boolean |
PolicyManager.checkPortal(PortalInterface portal,
Publication pub,
DisplayContext context,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean modePreview,
boolean jcmsChoice) |
boolean |
BasicPortalPolicyFilter.checkPortal(PortalInterface portal,
Publication pub,
DisplayContext context,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean modePreview,
boolean jcmsChoice) |
PortalInterface |
PortalPolicyFilter.getDefaultPortal(PortalInterface jcmsChoice,
Member loggedMember)
Hook called by PortalManager to compute the default PortalInterface of the given logged Member.
|
PortalInterface |
PolicyManager.getDefaultPortal(PortalInterface jcmsChoice,
Member loggedMember) |
PortalInterface |
BasicPortalPolicyFilter.getDefaultPortal(PortalInterface jcmsChoice,
Member loggedMember) |
Modifier and Type | Class and Description |
---|---|
class |
Portal
An abstract Portal representation with fields to implements
- String -> CSSFile
- String -> Header
- String -> Footer
- Publication -> Child
|
class |
PortalRedirect
An abstract Portal representation with fields to implements.
|
Modifier and Type | Field and Description |
---|---|
PortalInterface |
PortalManager.DisplayContextParameters.overrided |
protected PortalInterface |
DisplayContext.portal |
Modifier and Type | Method and Description |
---|---|
static PortalInterface |
PortalManager.getDefaultPortal()
Return the default portal according to the property channel.default-portal
Implementation note : since jcms-7.1.2, this default portal can be overrided by any custom PortalPolicyFilter. |
PortalInterface |
DisplayContext.getPortal() |
static PortalInterface |
PortalManager.getPrintPortal()
Return the print portal according to the property channel.default-printportal
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PortalManager.canWorkOnSome(PortalInterface portal,
Member loggedMember) |
static DisplayContext |
PortalManager.getDisplayContext(java.lang.String id,
PortalInterface overrided,
Category[] ctxCategories,
Member loggedMember,
boolean preview,
java.lang.String queryString)
This method compute a display context of parameters for display.jsp.
|
void |
DisplayContext.setPortal(PortalInterface portal) |
Constructor and Description |
---|
PortalManager.DisplayContextParameters(java.lang.String id,
PortalInterface overrided,
Category[] ctxCategories,
Member loggedMember,
boolean preview,
java.lang.String queryString) |
Modifier and Type | Method and Description |
---|---|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String wstitle,
java.lang.String wsemail,
java.util.List adminList,
java.util.Collection typeCollec,
Category[] categories,
Group[] groups,
PortalInterface[] portals,
Workspace parent,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.