Uses of Class
javax.portlet.PortletModeException
-
Packages that use PortletModeException Package Description javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0.javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. -
-
Uses of PortletModeException in javax.portlet
Methods in javax.portlet that throw PortletModeException Modifier and Type Method Description voidPortletURL. setPortletMode(PortletMode portletMode)Indicates the portlet mode the portlet must be in, if this portlet URL triggers a request.voidStateAwareResponse. setPortletMode(PortletMode portletMode)Sets the portlet mode of a portlet to the given portlet mode. -
Uses of PortletModeException in javax.portlet.filter
Methods in javax.portlet.filter that throw PortletModeException Modifier and Type Method Description voidActionResponseWrapper. setPortletMode(PortletMode portletMode)The default behavior of this method is to callsetPortletMode(portletMode)on the wrapped response object.voidEventResponseWrapper. setPortletMode(PortletMode portletMode)The default behavior of this method is to callsetPortletMode(portletMode)on the wrapped response object.
-