Package com.liferay.portlet
Class PortletURLImplWrapper
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,BaseURL,Mutable,MutableRenderState,PortletURL,RenderState,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
wrappedFields inherited from interface javax.portlet.ResourceURL
FULL, PAGE, PORTLET, SHARED -
Constructor Summary
ConstructorsConstructorDescriptionPortletURLImplWrapper(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, visitReservedParametersMethods inherited from class javax.portlet.filter.PortletURLWrapper
getRenderParameters, removePublicRenderParameter, setBeanParameter, setPortletMode, setWindowState, setWrappedMethods inherited from class javax.portlet.filter.BaseURLWrapper
addProperty, append, append, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, setWrapped, toString, write, writeMethods inherited from class javax.portlet.filter.RenderStateWrapper
getPortletMode, getWindowState, setWrappedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.portlet.BaseURL
addProperty, append, append, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, writeMethods inherited from interface javax.portlet.MutableRenderState
getRenderParameters, setPortletMode, setWindowStateMethods inherited from interface javax.portlet.PortletURL
removePublicRenderParameter, setBeanParameterMethods inherited from interface javax.portlet.RenderState
getPortletMode, getWindowState
-
Constructor Details
-
PortletURLImplWrapper
-