Class CSRFLiferayPortletURL
java.lang.Object
com.liferay.bean.portlet.extension.CSRFLiferayPortletURL
- All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayPortletURL
,Serializable
,javax.portlet.BaseURL
,javax.portlet.Mutable
,javax.portlet.MutableRenderState
,javax.portlet.PortletURL
,javax.portlet.RenderState
,javax.portlet.ResourceURL
public class CSRFLiferayPortletURL
extends Object
implements com.liferay.portal.kernel.portlet.LiferayPortletURL
- See Also:
-
Field Summary
Fields inherited from interface javax.portlet.ResourceURL
FULL, PAGE, PORTLET, SHARED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addProperty
(String name, String value) append
(Appendable appendable) append
(Appendable appendable, boolean escapeXML) getParameter
(String name) long
getPlid()
javax.portlet.PortletMode
javax.portlet.MutableRenderParameters
javax.portlet.MutableResourceParameters
javax.portlet.WindowState
boolean
isAnchor()
boolean
boolean
boolean
boolean
boolean
isSecure()
void
void
setAnchor
(boolean anchor) void
setBeanParameter
(javax.portlet.annotations.PortletSerializable portletSerializable) void
setCacheability
(String cacheLevel) void
setCopyCurrentRenderParameters
(boolean copyCurrentRenderParameters) void
setDoAsGroupId
(long doAsGroupId) void
setDoAsUserId
(long doAsUserId) void
setDoAsUserLanguageId
(String doAsUserLanguageId) void
setEncrypt
(boolean encrypt) void
setEscapeXml
(boolean escapeXml) void
setLifecycle
(String lifecycle) void
setParameter
(String name, String value) void
setParameter
(String name, String... values) void
setParameter
(String name, String[] values, boolean append) void
setParameter
(String name, String value, boolean append) void
setParameters
(Map<String, String[]> parameters) void
setPlid
(long plid) void
setPortletId
(String portletId) void
setPortletMode
(javax.portlet.PortletMode portletMode) void
setProperty
(String name, String value) void
setRefererGroupId
(long refererGroupId) void
setRefererPlid
(long refererPlid) void
setRemovedParameterNames
(Set<String> removedParamNames) void
setResourceID
(String resourceID) void
setSecure
(boolean secure) void
setWindowState
(javax.portlet.WindowState windowState) void
setWindowStateRestoreCurrentView
(boolean windowStateRestoreCurrentView) void
visitReservedParameters
(BiConsumer<String, String> biConsumer) void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.portlet.BaseURL
toString
-
Constructor Details
-
CSRFLiferayPortletURL
-
-
Method Details
-
addParameterIncludedInPath
- Specified by:
addParameterIncludedInPath
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
addProperty
- Specified by:
addProperty
in interfacejavax.portlet.BaseURL
-
append
- Specified by:
append
in interfacejavax.portlet.BaseURL
-
append
- Specified by:
append
in interfacejavax.portlet.BaseURL
-
getCacheability
- Specified by:
getCacheability
in interfacejavax.portlet.ResourceURL
-
getLifecycle
- Specified by:
getLifecycle
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
getParameter
- Specified by:
getParameter
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
getParameterMap
- Specified by:
getParameterMap
in interfacejavax.portlet.BaseURL
-
getParametersIncludedInPath
- Specified by:
getParametersIncludedInPath
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
getPlid
public long getPlid()- Specified by:
getPlid
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
getPortletId
- Specified by:
getPortletId
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
getPortletMode
public javax.portlet.PortletMode getPortletMode()- Specified by:
getPortletMode
in interfacejavax.portlet.RenderState
-
getRemovedParameterNames
- Specified by:
getRemovedParameterNames
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
getRenderParameters
public javax.portlet.MutableRenderParameters getRenderParameters()- Specified by:
getRenderParameters
in interfacejavax.portlet.MutableRenderState
- Specified by:
getRenderParameters
in interfacejavax.portlet.RenderState
-
getResourceID
- Specified by:
getResourceID
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
- Specified by:
getResourceID
in interfacejavax.portlet.ResourceURL
-
getResourceParameters
public javax.portlet.MutableResourceParameters getResourceParameters()- Specified by:
getResourceParameters
in interfacejavax.portlet.ResourceURL
-
getWindowState
public javax.portlet.WindowState getWindowState()- Specified by:
getWindowState
in interfacejavax.portlet.RenderState
-
isAnchor
public boolean isAnchor()- Specified by:
isAnchor
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
isCopyCurrentRenderParameters
public boolean isCopyCurrentRenderParameters()- Specified by:
isCopyCurrentRenderParameters
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
isEncrypt
public boolean isEncrypt()- Specified by:
isEncrypt
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
isEscapeXml
public boolean isEscapeXml()- Specified by:
isEscapeXml
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
isParameterIncludedInPath
- Specified by:
isParameterIncludedInPath
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
isSecure
public boolean isSecure()- Specified by:
isSecure
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
removePublicRenderParameter
- Specified by:
removePublicRenderParameter
in interfacejavax.portlet.PortletURL
-
setAnchor
public void setAnchor(boolean anchor) - Specified by:
setAnchor
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setBeanParameter
public void setBeanParameter(javax.portlet.annotations.PortletSerializable portletSerializable) - Specified by:
setBeanParameter
in interfacejavax.portlet.PortletURL
-
setCacheability
- Specified by:
setCacheability
in interfacejavax.portlet.ResourceURL
-
setCopyCurrentRenderParameters
public void setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters) - Specified by:
setCopyCurrentRenderParameters
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setDoAsGroupId
public void setDoAsGroupId(long doAsGroupId) - Specified by:
setDoAsGroupId
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setDoAsUserId
public void setDoAsUserId(long doAsUserId) - Specified by:
setDoAsUserId
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setDoAsUserLanguageId
- Specified by:
setDoAsUserLanguageId
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setEncrypt
public void setEncrypt(boolean encrypt) - Specified by:
setEncrypt
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setEscapeXml
public void setEscapeXml(boolean escapeXml) - Specified by:
setEscapeXml
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setLifecycle
- Specified by:
setLifecycle
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setParameter
- Specified by:
setParameter
in interfacejavax.portlet.BaseURL
-
setParameter
- Specified by:
setParameter
in interfacejavax.portlet.BaseURL
-
setParameter
- Specified by:
setParameter
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setParameter
- Specified by:
setParameter
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setParameters
- Specified by:
setParameters
in interfacejavax.portlet.BaseURL
-
setPlid
public void setPlid(long plid) - Specified by:
setPlid
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setPortletId
- Specified by:
setPortletId
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setPortletMode
public void setPortletMode(javax.portlet.PortletMode portletMode) - Specified by:
setPortletMode
in interfacejavax.portlet.MutableRenderState
-
setProperty
- Specified by:
setProperty
in interfacejavax.portlet.BaseURL
-
setRefererGroupId
public void setRefererGroupId(long refererGroupId) - Specified by:
setRefererGroupId
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setRefererPlid
public void setRefererPlid(long refererPlid) - Specified by:
setRefererPlid
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setRemovedParameterNames
- Specified by:
setRemovedParameterNames
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
setResourceID
- Specified by:
setResourceID
in interfacejavax.portlet.ResourceURL
-
setSecure
public void setSecure(boolean secure) - Specified by:
setSecure
in interfacejavax.portlet.BaseURL
-
setWindowState
public void setWindowState(javax.portlet.WindowState windowState) - Specified by:
setWindowState
in interfacejavax.portlet.MutableRenderState
-
setWindowStateRestoreCurrentView
public void setWindowStateRestoreCurrentView(boolean windowStateRestoreCurrentView) - Specified by:
setWindowStateRestoreCurrentView
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
visitReservedParameters
- Specified by:
visitReservedParameters
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletURL
-
write
- Specified by:
write
in interfacejavax.portlet.BaseURL
-
write
- Specified by:
write
in interfacejavax.portlet.BaseURL
-