Uses of Class
org.exoplatform.portal.pom.spi.portlet.Portlet
Packages that use Portlet
Package
Description
-
Uses of Portlet in org.exoplatform.portal.config.model
Fields in org.exoplatform.portal.config.model with type parameters of type PortletMethods in org.exoplatform.portal.config.model that return types with arguments of type PortletModifier and TypeMethodDescriptionstatic Application<Portlet> Application.createPortletApplication()static Application<Portlet> Application.createPortletApplication(String storageId) static Application<Portlet> Application.createPortletApplication(ApplicationData<Portlet> data) Method parameters in org.exoplatform.portal.config.model with type arguments of type PortletModifier and TypeMethodDescriptionstatic Application<Portlet> Application.createPortletApplication(ApplicationData<Portlet> data) -
Uses of Portlet in org.exoplatform.portal.config.serialize
Constructor parameters in org.exoplatform.portal.config.serialize with type arguments of type PortletModifierConstructorDescriptionPortletApplication(ApplicationType<Portlet> preferencesApplicationType, String storageId) PortletApplication(ApplicationData<Portlet> preferencesApplicationData) -
Uses of Portlet in org.exoplatform.portal.pom.spi.portlet
Fields in org.exoplatform.portal.pom.spi.portlet with type parameters of type PortletModifier and TypeFieldDescriptionstatic final org.gatein.mop.api.content.ContentType<Portlet> Portlet.CONTENT_TYPE.Methods in org.exoplatform.portal.pom.spi.portlet that return PortletModifier and TypeMethodDescriptionPortletBuilder.build()Portlet.putPreference(Preference preference) Portlet.setReadOnly(String name, boolean readOnly) Constructors in org.exoplatform.portal.pom.spi.portlet with parameters of type PortletModifierConstructorDescriptionPortletBuilder(Portlet that) Initialize the builder with the provided preferences.