Uses of Class
com.jalios.jcms.portlet.Portlet
-
Packages that use Portlet Package Description com.jalios.jcms.jportal com.jalios.jcms.jportal.application com.jalios.jcms.jportal.component com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets. -
-
Uses of Portlet in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal that return Portlet Modifier and Type Method Description PortletJPortalAddPorletHandler. getAvailableOpSelectedPortlet()Methods in com.jalios.jcms.jportal that return types with arguments of type Portlet Modifier and Type Method Description java.util.List<Portlet>JPortalManager. getAllPortlets(AbstractJPortal jPortal, JPortalMapping mapping)java.lang.Class<Portlet>JPortalEditorHandler. getPortletClass()java.util.Set<Portlet>JPortalEditorHandler. getPortletInstanceSet()java.util.Set<Portlet>JPortalEditorHandler. getPortletSet()Methods in com.jalios.jcms.jportal with parameters of type Portlet Modifier and Type Method Description java.util.Set<PortalInterface>JPortalManager. getPortletPortalSet(Portlet portlet, Member mbr, AbstractJPortal currentJPortal)Returns the set of PortalInterface where the given Portlet is usedbooleanJPortalManager. isCompatibleType(Portlet portlet)Method parameters in com.jalios.jcms.jportal with type arguments of type Portlet Modifier and Type Method Description voidJPortalEditorHandler. setPortletClass(java.lang.Class<Portlet> portletClass) -
Uses of Portlet in com.jalios.jcms.jportal.application
Methods in com.jalios.jcms.jportal.application that return types with arguments of type Portlet Modifier and Type Method Description java.lang.Class<? extends Portlet>ApplicationComponent. getPortletClass()Method parameters in com.jalios.jcms.jportal.application with type arguments of type Portlet Modifier and Type Method Description voidApplicationComponent. setPortletClass(java.lang.Class<? extends Portlet> portletClass) -
Uses of Portlet in com.jalios.jcms.jportal.component
Methods in com.jalios.jcms.jportal.component that return types with arguments of type Portlet Modifier and Type Method Description java.lang.Class<? extends Portlet>JPortalComponent. getPortletClass()Method parameters in com.jalios.jcms.jportal.component with type arguments of type Portlet Modifier and Type Method Description voidJPortalComponent. setPortletClass(java.lang.Class<? extends Portlet> portletClass) -
Uses of Portlet in com.jalios.jcms.portlet
Subclasses of Portlet in com.jalios.jcms.portlet Modifier and Type Class Description classPortletCollectionAn abstract PortletCollection representation with fields to implements - PortalElement[] -> ChildrenclassPortletParentAn abstract PortletParent representation with fields to implements - Publication -> ChildrenclassPortletSkinableAn abstract Portlet representation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSSMethods in com.jalios.jcms.portlet that return Portlet Modifier and Type Method Description PortletPortletCollection. cut(int index, Member loggedMember)Cut a Portlet at the specified index from the current Collectionstatic PortletPortalManager. getPortletSearchTopbar()Returns the PortletSearch used in the topbar.Methods in com.jalios.jcms.portlet with parameters of type Portlet Modifier and Type Method Description PortletDisplayHandler.PortletSkinUIPortletDisplayHandler. buildPortletUI(Portlet portlet, JcmsContext jcmsContext)booleanPortletCollection. past(Portlet portlet, int index, Member loggedMember)Past a Portlet at the specified index into the current CollectionConstructors in com.jalios.jcms.portlet with parameters of type Portlet Constructor Description AbstractPortalJspCollection(Portlet other)Portlet(Portlet other)PortletCollection(Portlet other)PortletSkinUI(Portlet portlet, javax.servlet.http.HttpServletRequest request, JcmsContext jcmsContext)
-