Uses of Class
org.gatein.pc.api.PortletStatus
-
Packages that use PortletStatus Package Description org.gatein.pc.api -
-
Uses of PortletStatus in org.gatein.pc.api
Methods in org.gatein.pc.api that return PortletStatus Modifier and Type Method Description PortletStatusPortletInvoker. getStatus(PortletContext portletContext)Returns the status of a specified#PortletContextor null if the portlet context does not have a relationship with this portlet invoker.static PortletStatusPortletStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PortletStatus[]PortletStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-