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,jakarta.portlet.ActionURL,jakarta.portlet.BaseURL,jakarta.portlet.Mutable,jakarta.portlet.MutableRenderState,jakarta.portlet.PortletURL,jakarta.portlet.RenderState,jakarta.portlet.ResourceURL,Serializable
- Author:
- Neil Griffin
- See Also:
-
Field Summary
Fields inherited from interface jakarta.portlet.ResourceURL
FULL, PAGE, PORTLET, SHARED -
Constructor Summary
ConstructorsConstructorDescriptionActionURLImpl(jakarta.portlet.PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, jakarta.portlet.MimeResponse.Copy copy) ActionURLImpl(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, jakarta.portlet.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, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.portlet.ActionURL
getActionParametersMethods inherited from interface jakarta.portlet.BaseURL
addProperty, append, append, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, writeMethods inherited from interface jakarta.portlet.MutableRenderState
getRenderParameters, setPortletMode, setWindowStateMethods inherited from interface jakarta.portlet.PortletURL
removePublicRenderParameter, setBeanParameterMethods inherited from interface jakarta.portlet.RenderState
getPortletMode, getWindowState
-
Constructor Details
-
ActionURLImpl
public ActionURLImpl(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, jakarta.portlet.MimeResponse.Copy copy) -
ActionURLImpl
public ActionURLImpl(jakarta.portlet.PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, jakarta.portlet.MimeResponse.Copy copy)
-