Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.context |
Provides context classes available in every request, you can extends them or use them as javabean.
|
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
com.jalios.jcms.jportal | |
com.jalios.jcms.policy | |
com.jalios.jcms.portlet |
Contains core Portlets parent of all generated portlets.
|
com.jalios.jcms.taglib |
Provides many of the classes used for JCMS jsp tags.
|
com.jalios.jcms.uicomponent.topbar | |
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
Modifier and Type | Field and Description |
---|---|
protected PortalInterface |
Group.teamPortal |
Modifier and Type | Method and Description |
---|---|
PortalInterface |
Member.getTeamPortal()
Returns the team portal for this member.
|
PortalInterface |
Group.getTeamPortal()
Returns the teamPortal bound to this group.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.setTeamPortal(PortalInterface teamPortal)
Set the teamPortal bound this group.
|
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 | Field and Description |
---|---|
protected PortalInterface |
EditGroupHandler.teamPortal |
Modifier and Type | Method and Description |
---|---|
PortalInterface |
EditGroupHandler.getAvailableTeamPortal() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPortal |
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 |
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 |
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 |
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.getAppPortal() |
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. See BasicPortalPolicyFilter.getDefaultPortal(PortalInterface, Member) . |
PortalInterface |
PortalPolicyManager.getDefaultPortal(PortalInterface jcmsChoice,
Member loggedMember) |
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) |
boolean |
PortalPolicyManager.checkPortal(PortalInterface portal,
Publication pub,
DisplayContext context,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean modePreview,
boolean jcmsChoice) |
PortalInterface |
PortalPolicyManager.getDefaultPortal(PortalInterface jcmsChoice,
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) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PortalInterface> |
TreeCatViewTag.TreeCatView.getPortalSet(Category cat,
Member loggedMember)
Returns the Set of PortalInterface bind
to given Category and readable by given Member
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TreeCatViewTag.TreeCatView.getPortalIcon(java.util.Set<PortalInterface> set)
Returns the best matching icon for the given Set of PortalInterface.
|
java.lang.String |
TreeCatViewTag.TreeCatView.getPortalIconTitle(java.util.Set<PortalInterface> set,
Member member,
java.lang.String lang)
Returns the best matching icon title for the given Set of PortalInterface.
|
Modifier and Type | Method and Description |
---|---|
PortalInterface |
TopbarHandler.getCurrentPortal() |
Modifier and Type | Field and Description |
---|---|
protected PortalInterface |
Workspace.homePortal |
Modifier and Type | Method and Description |
---|---|
PortalInterface |
Workspace.getHomePortal()
Retrieves the home portal for current Workspace by searching through
its PortalInterface which could be a Portal, a PortalJspCollection or a CollaborativeSpace
|
Modifier and Type | Method and Description |
---|---|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String title,
java.util.Map<java.lang.String,java.lang.String> titleML,
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.
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String title,
java.lang.String wsemail,
java.util.List adminList,
java.util.Collection typeCollec,
Category[] categories,
Group[] groups,
PortalInterface[] portals,
Workspace parent,
boolean collaborativeSpace)
Deprecated.
|
Copyright © 2001-2017 Jalios SA. All Rights Reserved.