com.liferay.portal.kernel.portlet
Class PortletRequestModel
java.lang.Object
com.liferay.portal.kernel.portlet.PortletRequestModel
- All Implemented Interfaces:
- Serializable
public class PortletRequestModel
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletRequestModel
public PortletRequestModel(PortletRequest portletRequest,
PortletResponse portletResponse)
PortletRequestModel
protected PortletRequestModel()
getActionURL
public String getActionURL()
getApplicationScopeSessionAttributes
public Map<String,Object> getApplicationScopeSessionAttributes()
getAttributes
public Map<String,Object> getAttributes()
getAuthType
public String getAuthType()
getContainerNamespace
public String getContainerNamespace()
getContentType
public String getContentType()
getContextPath
public String getContextPath()
getLifecycle
public String getLifecycle()
getLocale
public Locale getLocale()
getParameters
public Map<String,String[]> getParameters()
getPortletMode
public PortletMode getPortletMode()
getPortletNamespace
public String getPortletNamespace()
getPortletScopeSessioAttributes
public Map<String,Object> getPortletScopeSessioAttributes()
getPortletSessionId
public String getPortletSessionId()
getRemoteUser
public String getRemoteUser()
getRenderURL
public String getRenderURL()
getRenderURLExclusive
public String getRenderURLExclusive()
getRenderURLMaximized
public String getRenderURLMaximized()
getRenderURLMinimized
public String getRenderURLMinimized()
getRenderURLNormal
public String getRenderURLNormal()
getRenderURLPopUp
public String getRenderURLPopUp()
getResourceURL
public String getResourceURL()
getScheme
public String getScheme()
getServerName
public String getServerName()
getServerPort
public int getServerPort()
getThemeDisplayModel
public ThemeDisplayModel getThemeDisplayModel()
getWindowState
public WindowState getWindowState()
isSecure
public boolean isSecure()
toMap
public Map<String,Object> toMap()
toXML
public String toXML()
filterInvalidAttributes
protected Map<String,Object> filterInvalidAttributes(Map<String,Object> map)