Package com.liferay.portlet.internal
Class ActionURLImpl
Object
com.liferay.portlet.internal.PortletURLImpl
com.liferay.portlet.internal.ActionURLImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayPortletURL
,Serializable
,ActionURL
,BaseURL
,Mutable
,MutableRenderState
,PortletURL
,RenderState
,ResourceURL
- Author:
- Neil Griffin
- See Also:
-
Field Summary
Fields inherited from interface javax.portlet.ResourceURL
FULL, PAGE, PORTLET, SHARED
-
Constructor Summary
ConstructorsConstructorDescriptionActionURLImpl
(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, MimeResponse.Copy copy) ActionURLImpl
(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, MimeResponse.Copy copy) -
Method Summary
Methods inherited from class com.liferay.portlet.internal.PortletURLImpl
addParameterIncludedInPath, addProperty, append, append, clearCache, generateToString, getActionParameters, getCacheability, getHttpServletRequest, getLayout, getLayoutFriendlyURL, getLifecycle, getNamespace, getParameter, getParameterMap, getParametersIncludedInPath, getPlid, getPortlet, getPortletFriendlyURLPath, getPortletId, getPortletMode, getPortletRequest, getPublicRenderParameterName, getRemovedParameterNames, getRenderParameters, getResourceID, getResourceParameters, getWindowState, isAnchor, isCopyCurrentRenderParameters, isEncrypt, isEscapeXml, isParameterIncludedInPath, isSecure, processValue, processValue, removePublicRenderParameter, setAnchor, setBeanParameter, setCacheability, setCopyCurrentRenderParameters, setDoAsGroupId, setDoAsUserId, setDoAsUserLanguageId, setEncrypt, setEscapeXml, setLifecycle, setParameter, setParameter, setParameter, setParameter, setParameters, setPlid, setPortletId, setPortletMode, setPortletMode, setProperty, setRefererGroupId, setRefererPlid, setRemovedParameterNames, setResourceID, setSecure, setWindowState, setWindowState, setWindowStateRestoreCurrentView, toString, visitReservedParameters, write, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.portlet.ActionURL
getActionParameters
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
-
ActionURLImpl
public ActionURLImpl(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, MimeResponse.Copy copy) -
ActionURLImpl
public ActionURLImpl(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, MimeResponse.Copy copy)
-