Package org.exoplatform.commons.addons
Class PortletModel
- java.lang.Object
-
- org.exoplatform.portal.config.model.ModelObject
-
- org.exoplatform.portal.config.model.Application<org.exoplatform.portal.pom.spi.portlet.Portlet>
-
- org.exoplatform.portal.config.serialize.PortletApplication
-
- org.exoplatform.commons.addons.PortletModel
-
- All Implemented Interfaces:
Cloneable
public class PortletModel extends org.exoplatform.portal.config.serialize.PortletApplicationThis class is a workaround, eXo Kernel can't config an object field as array of String
This class also help to simplify the xml configuration
-
-
Constructor Summary
Constructors Constructor Description PortletModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentId()List<String>getPermissions()Map<String,Object>getPortletPrefs()-
Methods inherited from class org.exoplatform.portal.config.model.Application
build, clone, createPortletApplication, createPortletApplication, createPortletApplication, getAccessPermissions, getDescription, getHeight, getIcon, getId, getProperties, getShowApplicationMode, getShowApplicationState, getShowInfoBar, getState, getTheme, getTitle, getType, getWidth, isModifiable, resetStorage, setAccessPermissions, setDescription, setHeight, setIcon, setId, setModifiable, setProperties, setShowApplicationMode, setShowApplicationState, setShowInfoBar, setState, setTheme, setTitle, setWidth
-
-