Class PortletURLWrapper
Object
com.liferay.portal.kernel.portlet.PortletURLWrapper
- All Implemented Interfaces:
BaseURL,Mutable,MutableRenderState,PortletURL,RenderState
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String key, String value) append(Appendable appendable) append(Appendable appendable, boolean escapeXML) voidvoidsetBeanParameter(PortletSerializable portletSerializable) voidsetParameter(String name, String value) voidsetParameter(String name, String[] values) voidsetParameters(Map<String, String[]> parameters) voidsetPortletMode(PortletMode portletMode) voidsetProperty(String key, String value) voidsetSecure(boolean secure) voidsetWindowState(WindowState windowState) toString()voidvoid
-
Constructor Details
-
PortletURLWrapper
-
-
Method Details
-
addProperty
- Specified by:
addPropertyin interfaceBaseURL
-
append
- Specified by:
appendin interfaceBaseURL- Throws:
IOException
-
append
- Specified by:
appendin interfaceBaseURL- Throws:
IOException
-
getParameterMap
- Specified by:
getParameterMapin interfaceBaseURL
-
getPortletMode
- Specified by:
getPortletModein interfaceRenderState
-
getRenderParameters
- Specified by:
getRenderParametersin interfaceMutableRenderState- Specified by:
getRenderParametersin interfaceRenderState
-
getWindowState
- Specified by:
getWindowStatein interfaceRenderState
-
removePublicRenderParameter
- Specified by:
removePublicRenderParameterin interfacePortletURL
-
setBeanParameter
- Specified by:
setBeanParameterin interfacePortletURL
-
setParameter
- Specified by:
setParameterin interfaceBaseURL
-
setParameter
- Specified by:
setParameterin interfaceBaseURL
-
setParameters
- Specified by:
setParametersin interfaceBaseURL
-
setPortletMode
- Specified by:
setPortletModein interfaceMutableRenderState- Throws:
PortletModeException
-
setProperty
- Specified by:
setPropertyin interfaceBaseURL
-
setSecure
- Specified by:
setSecurein interfaceBaseURL- Throws:
PortletSecurityException
-
setWindowState
- Specified by:
setWindowStatein interfaceMutableRenderState- Throws:
WindowStateException
-
toString
-
write
- Specified by:
writein interfaceBaseURL- Throws:
IOException
-
write
- Specified by:
writein interfaceBaseURL- Throws:
IOException
-