Class PortletURLImplWrapper

java.lang.Object
javax.portlet.filter.RenderStateWrapper
javax.portlet.filter.BaseURLWrapper
javax.portlet.filter.PortletURLWrapper
com.liferay.portal.kernel.portlet.LiferayPortletURLWrapper
com.liferay.portlet.PortletURLImplWrapper
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 PortletURLImplWrapper extends com.liferay.portal.kernel.portlet.LiferayPortletURLWrapper
Author:
Brian Wing Shun Chan
See Also:
  • Field Summary

    Fields inherited from class javax.portlet.filter.RenderStateWrapper

    wrapped

    Fields inherited from interface javax.portlet.ResourceURL

    FULL, PAGE, PORTLET, SHARED
  • Constructor Summary

    Constructors
    Constructor
    Description
    PortletURLImplWrapper(javax.portlet.PortletResponse portletResponse, long plid, String lifecycle)
     
  • Method Summary

    Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortletURLWrapper

    addParameterIncludedInPath, getCacheability, getLifecycle, getParameter, getParametersIncludedInPath, getPlid, getPortletId, getRemovedParameterNames, getResourceID, getResourceParameters, getWrapped, isAnchor, isCopyCurrentRenderParameters, isEncrypt, isEscapeXml, isParameterIncludedInPath, isSecure, setAnchor, setCacheability, setCopyCurrentRenderParameters, setDoAsGroupId, setDoAsUserId, setDoAsUserLanguageId, setEncrypt, setEscapeXml, setLifecycle, setParameter, setParameter, setPlid, setPortletId, setRefererGroupId, setRefererPlid, setRemovedParameterNames, setResourceID, setWindowStateRestoreCurrentView, visitReservedParameters

    Methods inherited from class javax.portlet.filter.PortletURLWrapper

    getRenderParameters, removePublicRenderParameter, setBeanParameter, setPortletMode, setWindowState, setWrapped

    Methods inherited from class javax.portlet.filter.BaseURLWrapper

    addProperty, append, append, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, setWrapped, toString, write, write

    Methods inherited from class javax.portlet.filter.RenderStateWrapper

    getPortletMode, getWindowState, setWrapped

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface javax.portlet.BaseURL

    addProperty, append, append, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, write

    Methods inherited from interface javax.portlet.MutableRenderState

    getRenderParameters, setPortletMode, setWindowState

    Methods inherited from interface javax.portlet.PortletURL

    removePublicRenderParameter, setBeanParameter

    Methods inherited from interface javax.portlet.RenderState

    getPortletMode, getWindowState
  • Constructor Details

    • PortletURLImplWrapper

      public PortletURLImplWrapper(javax.portlet.PortletResponse portletResponse, long plid, String lifecycle)