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
Constructors in org.exoplatform.portal.config.model with parameters of type PortletModifierConstructorDescriptionTransientApplicationState(String contentId, Portlet contentState) TransientApplicationState(String contentId, Portlet contentState, String ownerType, String ownerId) -
Uses of Portlet in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service that return PortletModifier and TypeMethodDescriptionLayoutService.load(ApplicationState state) Return content state.Methods in org.exoplatform.portal.mop.service with parameters of type PortletModifier and TypeMethodDescriptionLayoutService.save(ApplicationState state, Portlet preferences) Save content state -
Uses of Portlet in org.exoplatform.portal.pom.spi.portlet
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.