Liferay 7.0-ga1 portal-kernel

Uses of Interface
com.liferay.portal.kernel.portlet.ConfigurationAction

Packages that use ConfigurationAction
com.liferay.portal.kernel.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
 

Uses of ConfigurationAction in com.liferay.portal.kernel.model
 

Methods in com.liferay.portal.kernel.model that return ConfigurationAction
 ConfigurationAction PortletWrapper.getConfigurationActionInstance()
          Returns the configuration action instance of the portlet.
 ConfigurationAction Portlet.getConfigurationActionInstance()
          Returns the configuration action instance of the portlet.
 

Uses of ConfigurationAction in com.liferay.portal.kernel.portlet
 

Classes in com.liferay.portal.kernel.portlet that implement ConfigurationAction
 class BaseConfigurationAction
          Deprecated. As of 6.1.0, replaced by DefaultConfigurationAction
 class BaseJSPSettingsConfigurationAction
           
 class DefaultConfigurationAction
           
 class SettingsConfigurationAction
           
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type ConfigurationAction
 List<ConfigurationAction> PortletBag.getConfigurationActionInstances()
           
 


Liferay 7.0-ga1 portal-kernel