public class PortletRequestModel extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
PortletRequestModel() |
|
PortletRequestModel(PortletRequest portletRequest,
PortletResponse portletResponse) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
filterInvalidAttributes(Map<String,Object> map) |
String |
getActionURL() |
Map<String,Object> |
getApplicationScopeSessionAttributes() |
Map<String,Object> |
getAttributes() |
String |
getAuthType() |
String |
getContainerNamespace() |
String |
getContentType() |
String |
getContextPath() |
String |
getLifecycle() |
Locale |
getLocale() |
Map<String,String[]> |
getParameters() |
PortletMode |
getPortletMode() |
String |
getPortletNamespace() |
Map<String,Object> |
getPortletScopeSessioAttributes() |
String |
getPortletSessionId() |
String |
getRemoteUser() |
String |
getRenderURL() |
String |
getRenderURLExclusive() |
String |
getRenderURLMaximized() |
String |
getRenderURLMinimized() |
String |
getRenderURLNormal() |
String |
getRenderURLPopUp() |
String |
getResourceURL() |
String |
getScheme() |
String |
getServerName() |
int |
getServerPort() |
ThemeDisplayModel |
getThemeDisplayModel() |
WindowState |
getWindowState() |
boolean |
isSecure() |
Map<String,Object> |
toMap() |
String |
toXML() |
public PortletRequestModel(PortletRequest portletRequest, PortletResponse portletResponse)
protected PortletRequestModel()
public String getActionURL()
public Map<String,Object> getApplicationScopeSessionAttributes()
public String getAuthType()
public String getContainerNamespace()
public String getContentType()
public String getContextPath()
public String getLifecycle()
public Locale getLocale()
public PortletMode getPortletMode()
public String getPortletNamespace()
public String getPortletSessionId()
public String getRemoteUser()
public String getRenderURL()
public String getRenderURLExclusive()
public String getRenderURLMaximized()
public String getRenderURLMinimized()
public String getRenderURLNormal()
public String getRenderURLPopUp()
public String getResourceURL()
public String getScheme()
public String getServerName()
public int getServerPort()
public ThemeDisplayModel getThemeDisplayModel()
public WindowState getWindowState()
public boolean isSecure()
public String toXML()