Uses of Class
com.jalios.jcms.portlet.PortletCollection
-
Packages that use PortletCollection Package Description com.jalios.jcms.categorybrowser com.jalios.jcms.jportal com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.uicomponent.autocomplete com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of PortletCollection in com.jalios.jcms.categorybrowser
Methods in com.jalios.jcms.categorybrowser that return PortletCollection Modifier and Type Method Description PortletCollectionCategoryBrowserContext. getCollaborativeSpace() -
Uses of PortletCollection in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal that return PortletCollection Modifier and Type Method Description PortletCollectionJPortalEditorHandler. getAvailableCollaborativeSpace()PortletCollectionJPortalPublishHandler. getAvailableCollaborativeSpace()Methods in com.jalios.jcms.jportal with parameters of type PortletCollection Modifier and Type Method Description static java.lang.StringJPortalUtils. getJPortalEditionUrl(AbstractJPortal jPortal, PortletCollection collaborativeSpace) -
Uses of PortletCollection in com.jalios.jcms.portlet
Constructors in com.jalios.jcms.portlet with parameters of type PortletCollection Constructor Description AbstractPortalJspCollection(PortletCollection other)PortletCollection(PortletCollection other) -
Uses of PortletCollection in com.jalios.jcms.uicomponent.autocomplete
Methods in com.jalios.jcms.uicomponent.autocomplete with type parameters of type PortletCollection Modifier and Type Method Description static <T extends PortletCollection>
TTopbarSearchAutocompleteHandler. getCollaborativeSpace(Workspace workspace)Returns thePortletCollectionrelated to the givenWorkspace. -
Uses of PortletCollection in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace with type parameters of type PortletCollection Modifier and Type Field Description protected java.lang.ref.WeakReference<PortletCollection>Workspace. collaborativeSpaceMethods in com.jalios.jcms.workspace that return PortletCollection Modifier and Type Method Description PortletCollectionWorkspace. getCollaborativeSpace()Returns the CollaborativeSpace associated to this workspace (or null if none).
-