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 Portlet
JPortalAddPorletHandler. 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 usedboolean
JPortalManager. isCompatibleType(Portlet portlet)
Method parameters in com.jalios.jcms.jportal with type arguments of type Portlet Modifier and Type Method Description void
JPortalEditorHandler. 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 void
ApplicationComponent. 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 void
JPortalComponent. 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 class
PortletCollection
An abstract PortletCollection representation with fields to implements - PortalElement[] -> Childrenclass
PortletParent
An abstract PortletParent representation with fields to implements - Publication -> Childrenclass
PortletSkinable
An 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 Portlet
PortletCollection. cut(int index, Member loggedMember)
Cut a Portlet at the specified index from the current Collectionstatic Portlet
PortalManager. 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.PortletSkinUI
PortletDisplayHandler. buildPortletUI(Portlet portlet, JcmsContext jcmsContext)
boolean
PortletCollection. 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)
-