Class PortletURLImpl
- java.lang.Object
-
- org.gatein.pc.portlet.impl.jsr168.api.BaseURLImpl
-
- org.gatein.pc.portlet.impl.jsr168.api.PortletURLImpl
-
- All Implemented Interfaces:
javax.portlet.BaseURL,javax.portlet.PortletURL
public class PortletURLImpl extends BaseURLImpl implements javax.portlet.PortletURL
- Version:
- $Revision: 6697 $
- Author:
- Julien Viet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gatein.pc.portlet.impl.jsr168.api.BaseURLImpl
BaseURLImpl.InternalContainerURL
-
-
Field Summary
-
Fields inherited from class org.gatein.pc.portlet.impl.jsr168.api.BaseURLImpl
filterable, inv, preq, secure
-
-
Constructor Summary
Constructors Constructor Description PortletURLImpl(PortletURLImpl original)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PortletURLImplcreateActionURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)protected BaseURLImplcreateClone()static PortletURLImplcreateRenderURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)protected voidfilter(javax.portlet.PortletURLGenerationListener listener)protected BaseURLImpl.InternalContainerURLgetContainerURL()javax.portlet.PortletModegetPortletMode()javax.portlet.WindowStategetWindowState()voidremovePublicRenderParameter(String name)voidsetPortletMode(javax.portlet.PortletMode portletMode)voidsetWindowState(javax.portlet.WindowState windowState)-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.api.BaseURLImpl
addProperty, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, write
-
-
-
-
Constructor Detail
-
PortletURLImpl
public PortletURLImpl(PortletURLImpl original)
-
-
Method Detail
-
createActionURL
public static PortletURLImpl createActionURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)
-
createRenderURL
public static PortletURLImpl createRenderURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)
-
setWindowState
public void setWindowState(javax.portlet.WindowState windowState) throws javax.portlet.WindowStateException- Specified by:
setWindowStatein interfacejavax.portlet.PortletURL- Throws:
javax.portlet.WindowStateException
-
setPortletMode
public void setPortletMode(javax.portlet.PortletMode portletMode) throws javax.portlet.PortletModeException- Specified by:
setPortletModein interfacejavax.portlet.PortletURL- Throws:
javax.portlet.PortletModeException
-
getPortletMode
public javax.portlet.PortletMode getPortletMode()
- Specified by:
getPortletModein interfacejavax.portlet.PortletURL
-
getWindowState
public javax.portlet.WindowState getWindowState()
- Specified by:
getWindowStatein interfacejavax.portlet.PortletURL
-
removePublicRenderParameter
public void removePublicRenderParameter(String name)
- Specified by:
removePublicRenderParameterin interfacejavax.portlet.PortletURL
-
getContainerURL
protected BaseURLImpl.InternalContainerURL getContainerURL()
- Specified by:
getContainerURLin classBaseURLImpl
-
createClone
protected BaseURLImpl createClone()
- Specified by:
createClonein classBaseURLImpl
-
filter
protected void filter(javax.portlet.PortletURLGenerationListener listener)
- Specified by:
filterin classBaseURLImpl
-
-