Liferay 7.0-ce-b4

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

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

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)
           
 


Liferay 7.0-ce-b4