public interface RequestContext
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name) |
Enumeration<String> |
getAttributeNames() |
String |
getAuthType() |
String |
getContextPath() |
Object |
getExternalRequest() |
Locale |
getLocale() |
Enumeration<Locale> |
getLocales() |
String |
getParameter(String name) |
Map<String,String> |
getParameterMap() |
Enumeration<String> |
getParameterNames() |
String[] |
getParameterValues(String name) |
String |
getRemoteUser() |
String |
getRequestedSessionId() |
String |
getRequestURI() |
String |
getScheme() |
String |
getServerName() |
int |
getServerPort() |
SessionContext |
getSessionContext() |
Principal |
getUserPrincipal() |
boolean |
isRequestedSessionIdValid() |
boolean |
isSecure() |
boolean |
isUserInRole(String role) |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object o) |
Object getExternalRequest()
SessionContext getSessionContext()
String getRequestURI()
String getAuthType()
String getContextPath()
String getRemoteUser()
Principal getUserPrincipal()
boolean isUserInRole(String role)
boolean isSecure()
String getScheme()
String getServerName()
int getServerPort()
String getRequestedSessionId()
boolean isRequestedSessionIdValid()
Locale getLocale()
Enumeration<Locale> getLocales()
Enumeration<String> getParameterNames()
Enumeration<String> getAttributeNames()
void removeAttribute(String name)
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.