Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.monitoring.statistics.portlet.PortletRequestType

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

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

Methods in com.liferay.portal.monitoring.statistics.portlet that return PortletRequestType
 PortletRequestType PortletRequestDataSample.getRequestType()
           
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.
 

Constructors in com.liferay.portal.monitoring.statistics.portlet with parameters of type PortletRequestType
PortletRequestDataSample(PortletRequestType requestType, PortletRequest portletRequest, PortletResponse portletResponse)
           
 


Liferay 6.1.2-ce-ga3