Class PortletRequestModel
Object
com.liferay.portal.kernel.portlet.PortletRequestModel
- All Implemented Interfaces:
Serializable
- Author:
- Shuyang Zhou
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPortletRequestModel(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse) -
Method Summary
-
Constructor Details
-
PortletRequestModel
public PortletRequestModel(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse) -
PortletRequestModel
protected PortletRequestModel()
-
-
Method Details
-
getActionURL
-
getApplicationScopeSessionAttributes
-
getAttributes
-
getAuthType
-
getContainerNamespace
-
getContentType
-
getContextPath
-
getLifecycle
-
getLocale
-
getParameters
-
getPortletMode
public jakarta.portlet.PortletMode getPortletMode() -
getPortletNamespace
-
getPortletRequest
public jakarta.portlet.PortletRequest getPortletRequest() -
getPortletResponse
public jakarta.portlet.PortletResponse getPortletResponse() -
getPortletScopeSessioAttributes
-
getPortletSessionId
-
getRemoteUser
-
getRenderURL
-
getRenderURLExclusive
-
getRenderURLMaximized
-
getRenderURLMinimized
-
getRenderURLNormal
-
getRenderURLPopUp
-
getResourceURL
-
getScheme
-
getServerName
-
getServerPort
public int getServerPort() -
getThemeDisplayModel
-
getWindowState
public jakarta.portlet.WindowState getWindowState() -
isSecure
public boolean isSecure() -
toMap
-
toXML
-
filterInvalidAttributes
-