Package org.zkoss.web.portlet
Class PortletModes
- java.lang.Object
-
- org.zkoss.web.portlet.PortletModes
-
public class PortletModes extends java.lang.Object
Utilities to handlesPortletMode
.- Author:
- tomyeh
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.portlet.PortletMode
toPortletMode(java.lang.String modeName)
Returns the portlet mode of the specified name.
-