Java com.liferay.portal.kernel.model Portlet fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.model Portlet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.model Portlet.

The text is from its open source code.

Method

Objectclone()
Creates and returns a copy of this object.
java.util.SetgetAllPortletModes()
Returns the portlet modes of the portlet.
com.liferay.portal.kernel.portlet.ConfigurationActiongetConfigurationActionInstance()
Returns the configuration action instance of the portlet.
StringgetControlPanelEntryCategory()
Returns the name of the category of the Control Panel where the portlet will be shown.
com.liferay.portal.kernel.portlet.ControlPanelEntrygetControlPanelEntryInstance()
Returns an instance of the class that will control when the portlet will be shown in the Control Panel.
StringgetDisplayName()
Returns the display name of the portlet.
com.liferay.portal.kernel.portlet.FriendlyURLMappergetFriendlyURLMapperInstance()
Returns the friendly URL mapper instance of the portlet.
StringgetFriendlyURLMapping()
Returns the name of the friendly URL mapping of the portlet.
java.util.ListgetIndexerClasses()
Returns the names of the classes that represent indexers associated with the portlet.
java.util.MapgetInitParams()
Returns the init parameters of the portlet.
com.liferay.portal.kernel.security.permission.propagator.PermissionPropagatorgetPermissionPropagatorInstance()
Returns the permission propagator instance of the portlet.
com.liferay.exportimport.kernel.lar.PortletDataHandlergetPortletDataHandlerInstance()
Returns the portlet data handler instance of the portlet.
com.liferay.portal.kernel.portlet.PortletLayoutListenergetPortletLayoutListenerInstance()
Returns the portlet layout listener instance of the portlet.
StringgetPortletName()
Returns the name of the portlet.
booleangetPreferencesUniquePerLayout()
Returns true if preferences are unique per layout.
java.util.SetgetPublicRenderParameters()
Returns the public render parameters of the portlet.
StringgetRootPortletId()
Returns the root portlet ID of the portlet.
java.util.ListgetStagedModelDataHandlerClasses()
Returns the names of the classes that represent staged model data handlers associated with the portlet.
StringgetTemplateHandlerClass()
Returns the name of the template handler class of the portlet.
com.liferay.portal.kernel.template.TemplateHandlergetTemplateHandlerInstance()
Returns the template handler instance of the portlet.
java.util.ListgetTrashHandlerClasses()
Returns the names of the classes that represent trash handlers associated with the portlet.
java.util.ListgetWorkflowHandlerClasses()
Returns the names of the classes that represent workflow handlers associated with the portlet.
booleanhasWindowState(String mimeType, javax.portlet.WindowState windowState)
Returns true if the portlet supports the specified mime type and window state.
booleanisAddDefaultResource()
Returns true if default resources for the portlet are added to a page.
booleanisFullPageDisplayable()
booleanisInstanceable()
Returns true if the portlet can be added multiple times to a layout.
booleanisPreferencesUniquePerLayout()
Returns true if preferences are unique per layout.
booleanisReady()
Returns true if the portlet is ready to be used.
booleanisRequiresNamespacedParameters()
Returns true if the portlet will only process namespaced parameters.
booleanisScopeable()
Returns true if the portlet supports scoping of data.
booleanisStatic()
Returns true if the portlet is a static portlet that is cannot be moved.
booleanisSystem()
Returns true if the portlet is a system portlet that a user cannot manually add to their page.
booleanisUndeployedPortlet()
Returns true if the portlet is an undeployed portlet.
voidsetPreferencesUniquePerLayout(boolean preferencesUniquePerLayout)
Set to true if preferences are unique per layout.
voidsetUndeployedPortlet(boolean undeployedPortlet)
Set to true if the portlet is an undeployed portlet.