Uses of Class
javax.portlet.PortletMode
-
-
Uses of PortletMode in javax.portlet
Fields in javax.portlet declared as PortletMode Modifier and Type Field Description static PortletModePortletMode. EDITWithin theEDITportlet mode, a portlet should provide content and logic that lets a user customize the behavior of the portlet.static PortletModePortletMode. HELPWhen inHELPportlet mode, a portlet should provide help information about the portlet.static PortletModePortletMode. VIEWThe expected functionality for a portlet inVIEWportlet mode is to generate markup reflecting the current state of the portlet.Methods in javax.portlet that return PortletMode Modifier and Type Method Description PortletModePortletModeException. getMode()Returns the unsupported portlet mode causing this exception.PortletModePortletRequest. getPortletMode()Returns the current portlet mode of the portlet.Methods in javax.portlet with parameters of type PortletMode Modifier and Type Method Description booleanPortletRequest. isPortletModeAllowed(PortletMode mode)Returns true, if the given portlet mode is a valid one to set for this portlet in the context of the current request.voidActionResponse. setPortletMode(PortletMode portletMode)Sets the portlet mode of a portlet to the given portlet mode.voidPortletURL. setPortletMode(PortletMode portletMode)Indicates the portlet mode the portlet must be in, if this portlet URL triggers a request.Constructors in javax.portlet with parameters of type PortletMode Constructor Description PortletModeException(String text, Throwable cause, PortletMode mode)Constructs a new portlet mode exception when the portlet needs to do the following: throw an exception include a message about the "root cause" that interfered with its normal operationinclude a description messageinclude the portlet mode that caused this exceptionPortletModeException(String text, PortletMode mode)Constructs a new portlet mode exception with the given text and the portlet mode that caused this exception.PortletModeException(Throwable cause, PortletMode mode)Constructs a new portlet mode exception when the portlet needs to throw an exception.
-