| Package | Description | 
|---|---|
| com.jalios.jcms.jportal | |
| com.jalios.jcms.jportal.component | |
| com.jalios.jcms.portlet | 
 Contains core Portlets parent of all generated portlets. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<Portlet> | 
JPortalEditorHandler.getPortletClass()  | 
java.util.Set<Portlet> | 
JPortalEditorHandler.getPortletInstanceSet()  | 
java.util.Set<Portlet> | 
JPortalEditorHandler.getPortletSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<PortalInterface> | 
JPortalManager.getPortletPortalSet(Portlet portlet,
                   Member mbr)
Returns the set of PortalInterface where the given Portlet is used 
 | 
boolean | 
JPortalManager.isCompatibleType(Portlet portlet)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends Portlet> | 
JPortalComponent.getPortletClass()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JPortalComponent.setPortletClass(java.lang.Class<? extends Portlet> portletClass)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PortletCollection
An abstract PortletCollection representation with fields to implements
 - PortalElement[] -> Children  
 | 
class  | 
PortletParent
An abstract PortletParent representation with fields to implements
 - Publication -> Children  
 | 
class  | 
PortletSkinable
An abstract Portlet representation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSS  
 | 
| Modifier and Type | Method and Description | 
|---|---|
Portlet | 
PortletCollection.cut(int index,
   Member loggedMember)
Cut a Portlet at the specified index from the current Collection 
 | 
static Portlet | 
PortalManager.getPortletSearchTopbar()
Returns the PortletSearch used in the topbar. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PortletCollection.past(Portlet portlet,
    int index,
    Member loggedMember)
Past a Portlet at the specified index into the current Collection 
 | 
| Constructor and Description | 
|---|
AbstractPortalJspCollection(Portlet other)  | 
Portlet(Portlet other)  | 
PortletCollection(Portlet other)  | 
Copyright © 2001-2018 Jalios SA. All Rights Reserved.