public class PortletURLImpl extends BaseURLImpl implements javax.portlet.PortletURL
BaseURLImpl.InternalContainerURLfilterable, inv, preq, secure| Constructor and Description |
|---|
PortletURLImpl(PortletURLImpl original) |
| Modifier and Type | Method and Description |
|---|---|
static PortletURLImpl |
createActionURL(PortletInvocation invocation,
PortletRequestImpl preq) |
protected BaseURLImpl |
createClone() |
static PortletURLImpl |
createRenderURL(PortletInvocation invocation,
PortletRequestImpl preq) |
protected void |
filter(javax.portlet.PortletURLGenerationListener listener) |
protected BaseURLImpl.InternalContainerURL |
getContainerURL() |
javax.portlet.PortletMode |
getPortletMode() |
javax.portlet.WindowState |
getWindowState() |
void |
removePublicRenderParameter(String name) |
void |
setPortletMode(javax.portlet.PortletMode portletMode) |
void |
setWindowState(javax.portlet.WindowState windowState) |
addProperty, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, writepublic PortletURLImpl(PortletURLImpl original)
public static PortletURLImpl createActionURL(PortletInvocation invocation, PortletRequestImpl preq)
public static PortletURLImpl createRenderURL(PortletInvocation invocation, PortletRequestImpl preq)
public void setWindowState(javax.portlet.WindowState windowState)
throws javax.portlet.WindowStateException
setWindowState in interface javax.portlet.PortletURLjavax.portlet.WindowStateExceptionpublic void setPortletMode(javax.portlet.PortletMode portletMode)
throws javax.portlet.PortletModeException
setPortletMode in interface javax.portlet.PortletURLjavax.portlet.PortletModeExceptionpublic javax.portlet.PortletMode getPortletMode()
getPortletMode in interface javax.portlet.PortletURLpublic javax.portlet.WindowState getWindowState()
getWindowState in interface javax.portlet.PortletURLpublic void removePublicRenderParameter(String name)
removePublicRenderParameter in interface javax.portlet.PortletURLprotected BaseURLImpl.InternalContainerURL getContainerURL()
getContainerURL in class BaseURLImplprotected BaseURLImpl createClone()
createClone in class BaseURLImplprotected void filter(javax.portlet.PortletURLGenerationListener listener)
filter in class BaseURLImplCopyright © 2003-2016 GateIn. All Rights Reserved.