protected class TicketResource.RestletWebRequest extends Object implements org.springframework.web.context.request.WebRequest
| Constructor and Description |
|---|
TicketResource.RestletWebRequest(org.restlet.data.Request request) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkNotModified(long lastModifiedTimestamp) |
boolean |
checkNotModified(String s) |
Object |
getAttribute(String name,
int scope) |
String[] |
getAttributeNames(int scope) |
String |
getContextPath() |
String |
getDescription(boolean includeClientInfo) |
String |
getHeader(String s) |
Iterator<String> |
getHeaderNames() |
String[] |
getHeaderValues(String s) |
Locale |
getLocale() |
String |
getParameter(String paramName) |
Map<String,String[]> |
getParameterMap() |
Iterator<String> |
getParameterNames() |
String[] |
getParameterValues(String paramName) |
String |
getRemoteUser() |
String |
getSessionId() |
Object |
getSessionMutex() |
Principal |
getUserPrincipal() |
boolean |
isSecure() |
boolean |
isUserInRole(String role) |
void |
registerDestructionCallback(String name,
Runnable callback,
int scope) |
void |
removeAttribute(String name,
int scope) |
Object |
resolveReference(String s) |
void |
setAttribute(String name,
Object value,
int scope) |
public TicketResource.RestletWebRequest(org.restlet.data.Request request)
public boolean checkNotModified(String s)
checkNotModified in interface org.springframework.web.context.request.WebRequestpublic boolean checkNotModified(long lastModifiedTimestamp)
checkNotModified in interface org.springframework.web.context.request.WebRequestpublic String getContextPath()
getContextPath in interface org.springframework.web.context.request.WebRequestpublic String getDescription(boolean includeClientInfo)
getDescription in interface org.springframework.web.context.request.WebRequestpublic Locale getLocale()
getLocale in interface org.springframework.web.context.request.WebRequestpublic String getParameter(String paramName)
getParameter in interface org.springframework.web.context.request.WebRequestpublic Map<String,String[]> getParameterMap()
getParameterMap in interface org.springframework.web.context.request.WebRequestpublic String[] getParameterValues(String paramName)
getParameterValues in interface org.springframework.web.context.request.WebRequestpublic String getRemoteUser()
getRemoteUser in interface org.springframework.web.context.request.WebRequestpublic Principal getUserPrincipal()
getUserPrincipal in interface org.springframework.web.context.request.WebRequestpublic boolean isSecure()
isSecure in interface org.springframework.web.context.request.WebRequestpublic boolean isUserInRole(String role)
isUserInRole in interface org.springframework.web.context.request.WebRequestpublic Object getAttribute(String name, int scope)
getAttribute in interface org.springframework.web.context.request.RequestAttributespublic String[] getAttributeNames(int scope)
getAttributeNames in interface org.springframework.web.context.request.RequestAttributespublic String getSessionId()
getSessionId in interface org.springframework.web.context.request.RequestAttributespublic Object getSessionMutex()
getSessionMutex in interface org.springframework.web.context.request.RequestAttributespublic void registerDestructionCallback(String name, Runnable callback, int scope)
registerDestructionCallback in interface org.springframework.web.context.request.RequestAttributespublic void removeAttribute(String name, int scope)
removeAttribute in interface org.springframework.web.context.request.RequestAttributespublic void setAttribute(String name, Object value, int scope)
setAttribute in interface org.springframework.web.context.request.RequestAttributespublic String getHeader(String s)
getHeader in interface org.springframework.web.context.request.WebRequestpublic String[] getHeaderValues(String s)
getHeaderValues in interface org.springframework.web.context.request.WebRequestpublic Iterator<String> getHeaderNames()
getHeaderNames in interface org.springframework.web.context.request.WebRequestpublic Iterator<String> getParameterNames()
getParameterNames in interface org.springframework.web.context.request.WebRequestCopyright © 2004-2012 Jasig. All Rights Reserved.