|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.portlet.impl.jsr168.PortletUtils
Constructor Summary | |
PortletUtils()
|
Method Summary | |
static void |
checkRenderParameter(java.lang.String name,
java.lang.String value)
|
static void |
checkRenderParameter(java.lang.String name,
java.lang.String[] values)
|
static void |
checkRenderParameterMap(java.util.Map map)
|
static PortletURL |
createActionURL(PortletInvocation invocation,
PortletRequest preq)
Creates an action URL. |
static PortletURL |
createRenderURL(PortletInvocation invocation,
PortletRequest preq)
Creates an render URL. |
static PortletMode |
decodePortletMode(java.lang.String portletModeName)
Creates a PortletMode object based on the specified name. |
static WindowState |
decodeWindowState(java.lang.String windowStateName)
Creates a WindowState object based on the specified name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortletUtils()
Method Detail |
public static void checkRenderParameterMap(java.util.Map map)
public static void checkRenderParameter(java.lang.String name, java.lang.String value)
public static void checkRenderParameter(java.lang.String name, java.lang.String[] values)
public static PortletURL createActionURL(PortletInvocation invocation, PortletRequest preq)
public static PortletURL createRenderURL(PortletInvocation invocation, PortletRequest preq)
public static WindowState decodeWindowState(java.lang.String windowStateName)
WindowState
object based on the specified name.
windowStateName
- the name of the window state
WindowState
public static PortletMode decodePortletMode(java.lang.String portletModeName)
PortletMode
object based on the specified name.
portletModeName
- the name of the portlet mode
PortletMode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |