Uses of Class
javax.portlet.PortletRequest.P3PUserInfos
-
Packages that use PortletRequest.P3PUserInfos Package Description javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. -
-
Uses of PortletRequest.P3PUserInfos in javax.portlet
Methods in javax.portlet that return PortletRequest.P3PUserInfos Modifier and Type Method Description static PortletRequest.P3PUserInfos
PortletRequest.P3PUserInfos. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PortletRequest.P3PUserInfos[]
PortletRequest.P3PUserInfos. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-