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
-
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic PortletURLImplcreateActionURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq) protected BaseURLImplstatic PortletURLImplcreateRenderURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq) protected voidfilter(javax.portlet.PortletURLGenerationListener listener) protected BaseURLImpl.InternalContainerURLjavax.portlet.PortletModejavax.portlet.WindowStatevoidvoidsetPortletMode(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, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.portlet.BaseURL
addProperty, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, write
-
Constructor Details
-
PortletURLImpl
-
-
Method Details
-
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
- Specified by:
removePublicRenderParameterin interfacejavax.portlet.PortletURL
-
getContainerURL
- Specified by:
getContainerURLin classBaseURLImpl
-
createClone
- Specified by:
createClonein classBaseURLImpl
-
filter
protected void filter(javax.portlet.PortletURLGenerationListener listener) - Specified by:
filterin classBaseURLImpl
-