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 PortalInterfaceGroup. teamPortalMethods in com.jalios.jcms that return PortalInterface Modifier and Type Method Description PortalInterfaceGroup. getTeamPortal()Returns the teamPortal bound to this group.PortalInterfaceMember. getTeamPortal()Returns the team portal for this member.Methods in com.jalios.jcms with parameters of type PortalInterface Modifier and Type Method Description voidGroup. 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 PortalInterfaceAbstractJcmsAjaxContext. portalMethods in com.jalios.jcms.context that return PortalInterface Modifier and Type Method Description PortalInterfaceAbstractJcmsAjaxContext. getPortal()Returns the stored portal interface for the given requestPortalInterfaceJcmsJspContext. getPortal()Methods in com.jalios.jcms.context with parameters of type PortalInterface Modifier and Type Method Description voidAbstractJcmsAjaxContext. 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 PortalInterfaceEditGroupHandler. teamPortalMethods in com.jalios.jcms.handler that return PortalInterface Modifier and Type Method Description PortalInterfaceEditGroupHandler. getAvailableTeamPortal() -
Uses of PortalInterface in com.jalios.jcms.jportal
Classes in com.jalios.jcms.jportal that implement PortalInterface Modifier and Type Class Description classAbstractJPortalMethods 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 PortalInterfaceBasicPortalPolicyFilter. getDefaultPortal(PortalInterface jcmsChoice, Member loggedMember)PortalInterfacePortalPolicyFilter. 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 booleanBasicPortalPolicyFilter. checkPortal(PortalInterface portal, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, boolean jcmsChoice)booleanPortalPolicyFilter. checkPortal(PortalInterface portal, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, boolean jcmsChoice)Hook called byPortalManagerto decide if the given portal may be used to display information.PortalInterfaceBasicPortalPolicyFilter. getDefaultPortal(PortalInterface jcmsChoice, Member loggedMember)PortalInterfacePortalPolicyFilter. 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 classAbstractPortalJspCollectionclassPortalAn abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> ChildclassPortalRedirectAn abstract Portal representation with fields to implements.Fields in com.jalios.jcms.portlet declared as PortalInterface Modifier and Type Field Description PortalInterfacePortalManager.DisplayContextParameters. overridedprotected PortalInterfaceDisplayContext. portalMethods in com.jalios.jcms.portlet that return PortalInterface Modifier and Type Method Description static PortalInterfacePortalManager. getAppPortal()static PortalInterfacePortalManager. 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).PortalInterfacePortalPolicyManager. getDefaultPortal(PortalInterface jcmsChoice, Member loggedMember)PortalInterfaceDisplayContext. getPortal()static PortalInterfacePortalManager. 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 booleanPortalManager. canWorkOnSome(PortalInterface portal, Member loggedMember)booleanPortalPolicyManager. checkPortal(PortalInterface portal, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, boolean jcmsChoice)PortalInterfacePortalPolicyManager. getDefaultPortal(PortalInterface jcmsChoice, Member loggedMember)static DisplayContextPortalManager. 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.voidDisplayContext. 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 PortalInterfaceShortcutManager. findDisplayPortal(java.lang.String url)Returns the portal to display for the given URL of an application.PortalInterfaceShortcutManager. 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.StringTreeCatViewTag.TreeCatView. getPortalIcon(java.util.Set<PortalInterface> set)Returns the best matching icon for the given Set of PortalInterface.java.lang.StringTreeCatViewTag.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 PortalInterfaceUILinkItemsContext. 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 PortalInterfaceTopbarHandler. getCurrentPortal() -
Uses of PortalInterface in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as PortalInterface Modifier and Type Field Description protected PortalInterfaceWorkspace. homePortalprotected PortalInterfaceEditWorkspaceCommonHandler. mainPortalMethods in com.jalios.jcms.workspace that return PortalInterface Modifier and Type Method Description PortalInterfaceEditWorkspaceCommonHandler. getAvailableMainPortal()PortalInterfaceWorkspace. getHomePortal()Retrieves the home portal for current Workspace by searching through its PortalInterface which could be a Portal, a PortalJspCollection or a CollaborativeSpacePortalInterfaceWorkspace. getMainPortal()Methods in com.jalios.jcms.workspace with parameters of type PortalInterface Modifier and Type Method Description static WorkspaceWizardContextWorkspaceManager. 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 WorkspaceWizardContextWorkspaceManager. 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.voidWorkspace. setMainPortal(PortalInterface mainPortal)
-