Uses of Interface
com.jalios.jcms.portlet.PortalInterface
-
Packages that use PortalInterface Package Description com.jalios.jcms Contains the core JPlatform 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.shortcut com.jalios.jcms.taglib Provides many of the classes used for JPlatform jsp tags.com.jalios.jcms.uicomponent.linkitems com.jalios.jcms.uicomponent.topbar com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of PortalInterface in com.jalios.jcms
Fields in com.jalios.jcms declared as PortalInterface Modifier and Type Field Description protected PortalInterface
Group. teamPortal
Methods in com.jalios.jcms that return PortalInterface Modifier and Type Method Description PortalInterface
Group. getTeamPortal()
Returns the teamPortal bound to this group.PortalInterface
Member. getTeamPortal()
Returns the team portal for this member.Methods in com.jalios.jcms with parameters of type PortalInterface Modifier and Type Method Description void
Group. setTeamPortal(PortalInterface teamPortal)
Set the teamPortal bound this group. -
Uses of PortalInterface in com.jalios.jcms.context
Fields in com.jalios.jcms.context declared as PortalInterface Modifier and Type Field Description protected PortalInterface
AbstractJcmsAjaxContext. portal
Methods in com.jalios.jcms.context that return PortalInterface Modifier and Type Method Description PortalInterface
AbstractJcmsAjaxContext. getPortal()
Returns the stored portal interface for the given requestPortalInterface
JcmsJspContext. getPortal()
Methods in com.jalios.jcms.context with parameters of type PortalInterface Modifier and Type Method Description void
AbstractJcmsAjaxContext. setPortal(PortalInterface portal)
Set the portal interface for the given request -
Uses of PortalInterface in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as PortalInterface Modifier and Type Field Description protected PortalInterface
EditGroupHandler. teamPortal
Methods in com.jalios.jcms.handler that return PortalInterface Modifier and Type Method Description PortalInterface
EditGroupHandler. getAvailableTeamPortal()
-
Uses of PortalInterface in com.jalios.jcms.jportal
Classes in com.jalios.jcms.jportal that implement PortalInterface Modifier and Type Class Description class
AbstractJPortal
Methods in com.jalios.jcms.jportal that return types with arguments of type PortalInterface Modifier and Type Method Description java.util.Set<PortalInterface>
JPortalEditorHandler. getPortletPortalSet()
java.util.Set<PortalInterface>
JPortalManager. getPortletPortalSet(Portlet portlet, Member mbr, AbstractJPortal currentJPortal)
Returns the set of PortalInterface where the given Portlet is used -
Uses of PortalInterface in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy that return PortalInterface Modifier and Type Method Description PortalInterface
BasicPortalPolicyFilter. getDefaultPortal(PortalInterface jcmsChoice, Member loggedMember)
PortalInterface
PortalPolicyFilter. getDefaultPortal(PortalInterface jcmsChoice, Member loggedMember)
Hook called by PortalManager to compute the default PortalInterface of the given logged Member.Methods in com.jalios.jcms.policy with parameters of type PortalInterface Modifier and Type Method Description boolean
BasicPortalPolicyFilter. checkPortal(PortalInterface portal, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, boolean jcmsChoice)
boolean
PortalPolicyFilter. checkPortal(PortalInterface portal, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, boolean jcmsChoice)
Hook called byPortalManager
to decide if the given portal may be used to display information.PortalInterface
BasicPortalPolicyFilter. getDefaultPortal(PortalInterface jcmsChoice, Member loggedMember)
PortalInterface
PortalPolicyFilter. getDefaultPortal(PortalInterface jcmsChoice, Member loggedMember)
Hook called by PortalManager to compute the default PortalInterface of the given logged Member. -
Uses of PortalInterface in com.jalios.jcms.portlet
Classes in com.jalios.jcms.portlet that implement PortalInterface Modifier and Type Class Description class
AbstractPortalJspCollection
class
Portal
An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Childclass
PortalRedirect
An abstract Portal representation with fields to implements.Fields in com.jalios.jcms.portlet declared as PortalInterface Modifier and Type Field Description PortalInterface
PortalManager.DisplayContextParameters. overrided
protected PortalInterface
DisplayContext. portal
Methods in com.jalios.jcms.portlet that return PortalInterface Modifier and Type Method 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.
SeeBasicPortalPolicyFilter.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-printportalMethods in com.jalios.jcms.portlet with parameters of type PortalInterface Modifier and Type Method 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)
-
Uses of PortalInterface in com.jalios.jcms.shortcut
Methods in com.jalios.jcms.shortcut that return PortalInterface Modifier and Type Method Description PortalInterface
ShortcutManager. findDisplayPortal(java.lang.String url)
Returns the portal to display for the given URL of an application.PortalInterface
ShortcutManager. findDisplayPortal(javax.servlet.http.HttpServletRequest request)
Returns the portal to display for the given request. -
Uses of PortalInterface in com.jalios.jcms.taglib
Methods in com.jalios.jcms.taglib that return types with arguments of type PortalInterface Modifier and Type Method 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 MemberMethod parameters in com.jalios.jcms.taglib with type arguments of type PortalInterface Modifier and Type Method 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. -
Uses of PortalInterface in com.jalios.jcms.uicomponent.linkitems
Methods in com.jalios.jcms.uicomponent.linkitems that return PortalInterface Modifier and Type Method Description PortalInterface
UILinkItemsContext. getPortal()
Constructors in com.jalios.jcms.uicomponent.linkitems with parameters of type PortalInterface Constructor Description UILinkItemsContext(Workspace currentWS, Member member, JcmsJspContext jcmsContext, java.lang.String prefix, java.lang.String key, Data data, PortalInterface portal)
-
Uses of PortalInterface in com.jalios.jcms.uicomponent.topbar
Methods in com.jalios.jcms.uicomponent.topbar that return PortalInterface Modifier and Type Method Description PortalInterface
TopbarHandler. getCurrentPortal()
-
Uses of PortalInterface in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as PortalInterface Modifier and Type Field Description protected PortalInterface
Workspace. homePortal
protected PortalInterface
EditWorkspaceCommonHandler. mainPortal
Methods in com.jalios.jcms.workspace that return PortalInterface Modifier and Type Method Description PortalInterface
EditWorkspaceCommonHandler. getAvailableMainPortal()
PortalInterface
Workspace. getHomePortal()
Retrieves the home portal for current Workspace by searching through its PortalInterface which could be a Portal, a PortalJspCollection or a CollaborativeSpacePortalInterface
Workspace. getMainPortal()
Methods in com.jalios.jcms.workspace with parameters of type PortalInterface Modifier and Type Method Description 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.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.void
Workspace. setMainPortal(PortalInterface mainPortal)
-