Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.monitoring.PortletRequestType

Packages that use PortletRequestType
com.liferay.portal.kernel.monitoring   
com.liferay.portal.monitoring.statistics   
 

Uses of PortletRequestType in com.liferay.portal.kernel.monitoring
 

Methods in com.liferay.portal.kernel.monitoring that return PortletRequestType
static PortletRequestType PortletRequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortletRequestType[] PortletRequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.monitoring with parameters of type PortletRequestType
 DataSample DataSampleFactory.createPortletRequestDataSample(PortletRequestType requestType, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

Uses of PortletRequestType in com.liferay.portal.monitoring.statistics
 

Methods in com.liferay.portal.monitoring.statistics with parameters of type PortletRequestType
static DataSample DataSampleFactoryUtil.createPortletRequestDataSample(PortletRequestType requestType, PortletRequest portletRequest, PortletResponse portletResponse)
           
 


Liferay 7.0-ce-b4