|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.PortletUtils
public class PortletUtils
Constructor Summary | |
---|---|
PortletUtils()
|
Method Summary | |
---|---|
static PortletURL |
createActionURL(PortalResponse resp,
Window window,
java.lang.String contentType)
Creates an action URL. |
static PortletURL |
createNavigationURL(PortalResponse resp,
Window window,
java.lang.String contentType)
|
static PortletURL |
createRenderURL(PortalResponse resp,
Window window,
java.lang.String contentType)
Creates an render URL. |
static PortletURL |
createUpdatePortletModeURL(PortalResponse resp,
Window window,
java.lang.String contentType)
|
static PortletURL |
createUpdateWindowStateURL(PortalResponse resp,
Window window,
java.lang.String contentType)
|
static WindowURL |
createWindowActionURL(PortalResponse resp,
Window window)
Creates an action URL. |
static WindowURL |
createWindowRenderURL(PortalResponse resp,
Window window)
Creates an render URL. |
static PortletMode |
decodePortletMode(java.lang.String s)
|
static WindowState |
decodeWindowState(java.lang.String s)
|
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 WindowState decodeWindowState(java.lang.String s)
public static PortletMode decodePortletMode(java.lang.String s)
public static PortletURL createActionURL(PortalResponse resp, Window window, java.lang.String contentType)
public static PortletURL createRenderURL(PortalResponse resp, Window window, java.lang.String contentType)
public static WindowURL createWindowActionURL(PortalResponse resp, Window window)
public static WindowURL createWindowRenderURL(PortalResponse resp, Window window)
public static PortletURL createUpdateWindowStateURL(PortalResponse resp, Window window, java.lang.String contentType)
public static PortletURL createUpdatePortletModeURL(PortalResponse resp, Window window, java.lang.String contentType)
public static PortletURL createNavigationURL(PortalResponse resp, Window window, java.lang.String contentType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |