com.liferay.portal.kernel.portlet
Class PortletURLWrapper
java.lang.Object
com.liferay.portal.kernel.portlet.PortletURLWrapper
- All Implemented Interfaces:
- BaseURL, PortletURL
public class PortletURLWrapper
- extends Object
- implements PortletURL
PortletURLWrapper
public PortletURLWrapper(PortletURL portletURL)
addProperty
public void addProperty(String key,
String value)
- Specified by:
addProperty
in interface BaseURL
getParameterMap
public Map<String,String[]> getParameterMap()
- Specified by:
getParameterMap
in interface BaseURL
getPortletMode
public PortletMode getPortletMode()
- Specified by:
getPortletMode
in interface PortletURL
getWindowState
public WindowState getWindowState()
- Specified by:
getWindowState
in interface PortletURL
removePublicRenderParameter
public void removePublicRenderParameter(String name)
- Specified by:
removePublicRenderParameter
in interface PortletURL
setParameter
public void setParameter(String name,
String value)
- Specified by:
setParameter
in interface BaseURL
setParameter
public void setParameter(String name,
String[] values)
- Specified by:
setParameter
in interface BaseURL
setParameters
public void setParameters(Map<String,String[]> parameters)
- Specified by:
setParameters
in interface BaseURL
setPortletMode
public void setPortletMode(PortletMode portletMode)
throws PortletModeException
- Specified by:
setPortletMode
in interface PortletURL
- Throws:
PortletModeException
setProperty
public void setProperty(String key,
String value)
- Specified by:
setProperty
in interface BaseURL
setSecure
public void setSecure(boolean secure)
throws PortletSecurityException
- Specified by:
setSecure
in interface BaseURL
- Throws:
PortletSecurityException
setWindowState
public void setWindowState(WindowState windowState)
throws WindowStateException
- Specified by:
setWindowState
in interface PortletURL
- Throws:
WindowStateException
toString
public String toString()
- Specified by:
toString
in interface BaseURL
- Overrides:
toString
in class Object
write
public void write(Writer writer)
throws IOException
- Specified by:
write
in interface BaseURL
- Throws:
IOException
write
public void write(Writer writer,
boolean escapeXML)
throws IOException
- Specified by:
write
in interface BaseURL
- Throws:
IOException