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:
  • Constructor Details

    • CSRFLiferayPortletURL

      public CSRFLiferayPortletURL(String portletId)
  • Method Details

    • addParameterIncludedInPath

      public void addParameterIncludedInPath(String name)
      Specified by:
      addParameterIncludedInPath in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • addProperty

      public void addProperty(String name, String value)
      Specified by:
      addProperty in interface javax.portlet.BaseURL
    • append

      public Appendable append(Appendable appendable)
      Specified by:
      append in interface javax.portlet.BaseURL
    • append

      public Appendable append(Appendable appendable, boolean escapeXML)
      Specified by:
      append in interface javax.portlet.BaseURL
    • getCacheability

      public String getCacheability()
      Specified by:
      getCacheability in interface javax.portlet.ResourceURL
    • getLifecycle

      public String getLifecycle()
      Specified by:
      getLifecycle in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • getParameter

      public String getParameter(String name)
      Specified by:
      getParameter in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • getParameterMap

      public Map<String,String[]> getParameterMap()
      Specified by:
      getParameterMap in interface javax.portlet.BaseURL
    • getParametersIncludedInPath

      public Set<String> getParametersIncludedInPath()
      Specified by:
      getParametersIncludedInPath in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • getPlid

      public long getPlid()
      Specified by:
      getPlid in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • getPortletId

      public String getPortletId()
      Specified by:
      getPortletId in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • getPortletMode

      public javax.portlet.PortletMode getPortletMode()
      Specified by:
      getPortletMode in interface javax.portlet.RenderState
    • getRemovedParameterNames

      public Set<String> getRemovedParameterNames()
      Specified by:
      getRemovedParameterNames in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • getRenderParameters

      public javax.portlet.MutableRenderParameters getRenderParameters()
      Specified by:
      getRenderParameters in interface javax.portlet.MutableRenderState
      Specified by:
      getRenderParameters in interface javax.portlet.RenderState
    • getResourceID

      public String getResourceID()
      Specified by:
      getResourceID in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
      Specified by:
      getResourceID in interface javax.portlet.ResourceURL
    • getResourceParameters

      public javax.portlet.MutableResourceParameters getResourceParameters()
      Specified by:
      getResourceParameters in interface javax.portlet.ResourceURL
    • getWindowState

      public javax.portlet.WindowState getWindowState()
      Specified by:
      getWindowState in interface javax.portlet.RenderState
    • isAnchor

      public boolean isAnchor()
      Specified by:
      isAnchor in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • isCopyCurrentRenderParameters

      public boolean isCopyCurrentRenderParameters()
      Specified by:
      isCopyCurrentRenderParameters in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • isEncrypt

      public boolean isEncrypt()
      Specified by:
      isEncrypt in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • isEscapeXml

      public boolean isEscapeXml()
      Specified by:
      isEscapeXml in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • isParameterIncludedInPath

      public boolean isParameterIncludedInPath(String name)
      Specified by:
      isParameterIncludedInPath in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • isSecure

      public boolean isSecure()
      Specified by:
      isSecure in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • removePublicRenderParameter

      public void removePublicRenderParameter(String name)
      Specified by:
      removePublicRenderParameter in interface javax.portlet.PortletURL
    • setAnchor

      public void setAnchor(boolean anchor)
      Specified by:
      setAnchor in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setBeanParameter

      public void setBeanParameter(javax.portlet.annotations.PortletSerializable portletSerializable)
      Specified by:
      setBeanParameter in interface javax.portlet.PortletURL
    • setCacheability

      public void setCacheability(String cacheLevel)
      Specified by:
      setCacheability in interface javax.portlet.ResourceURL
    • setCopyCurrentRenderParameters

      public void setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters)
      Specified by:
      setCopyCurrentRenderParameters in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setDoAsGroupId

      public void setDoAsGroupId(long doAsGroupId)
      Specified by:
      setDoAsGroupId in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setDoAsUserId

      public void setDoAsUserId(long doAsUserId)
      Specified by:
      setDoAsUserId in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setDoAsUserLanguageId

      public void setDoAsUserLanguageId(String doAsUserLanguageId)
      Specified by:
      setDoAsUserLanguageId in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setEncrypt

      public void setEncrypt(boolean encrypt)
      Specified by:
      setEncrypt in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setEscapeXml

      public void setEscapeXml(boolean escapeXml)
      Specified by:
      setEscapeXml in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setLifecycle

      public void setLifecycle(String lifecycle)
      Specified by:
      setLifecycle in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setParameter

      public void setParameter(String name, String value)
      Specified by:
      setParameter in interface javax.portlet.BaseURL
    • setParameter

      public void setParameter(String name, String... values)
      Specified by:
      setParameter in interface javax.portlet.BaseURL
    • setParameter

      public void setParameter(String name, String value, boolean append)
      Specified by:
      setParameter in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setParameter

      public void setParameter(String name, String[] values, boolean append)
      Specified by:
      setParameter in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setParameters

      public void setParameters(Map<String,String[]> parameters)
      Specified by:
      setParameters in interface javax.portlet.BaseURL
    • setPlid

      public void setPlid(long plid)
      Specified by:
      setPlid in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setPortletId

      public void setPortletId(String portletId)
      Specified by:
      setPortletId in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setPortletMode

      public void setPortletMode(javax.portlet.PortletMode portletMode)
      Specified by:
      setPortletMode in interface javax.portlet.MutableRenderState
    • setProperty

      public void setProperty(String name, String value)
      Specified by:
      setProperty in interface javax.portlet.BaseURL
    • setRefererGroupId

      public void setRefererGroupId(long refererGroupId)
      Specified by:
      setRefererGroupId in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setRefererPlid

      public void setRefererPlid(long refererPlid)
      Specified by:
      setRefererPlid in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setRemovedParameterNames

      public void setRemovedParameterNames(Set<String> removedParamNames)
      Specified by:
      setRemovedParameterNames in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • setResourceID

      public void setResourceID(String resourceID)
      Specified by:
      setResourceID in interface javax.portlet.ResourceURL
    • setSecure

      public void setSecure(boolean secure)
      Specified by:
      setSecure in interface javax.portlet.BaseURL
    • setWindowState

      public void setWindowState(javax.portlet.WindowState windowState)
      Specified by:
      setWindowState in interface javax.portlet.MutableRenderState
    • setWindowStateRestoreCurrentView

      public void setWindowStateRestoreCurrentView(boolean windowStateRestoreCurrentView)
      Specified by:
      setWindowStateRestoreCurrentView in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • visitReservedParameters

      public void visitReservedParameters(BiConsumer<String,String> biConsumer)
      Specified by:
      visitReservedParameters in interface com.liferay.portal.kernel.portlet.LiferayPortletURL
    • write

      public void write(Writer writer)
      Specified by:
      write in interface javax.portlet.BaseURL
    • write

      public void write(Writer writer, boolean escapeXML)
      Specified by:
      write in interface javax.portlet.BaseURL