org.httpobjects.servlet.impl
Class ImmutableRequestImpl
java.lang.Object
org.httpobjects.servlet.impl.ImmutableRequestImpl
- All Implemented Interfaces:
- Request
public class ImmutableRequestImpl
- extends Object
- implements Request
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImmutableRequestImpl
public ImmutableRequestImpl(PathVariables vars,
javax.servlet.http.HttpServletRequest request)
pathVars
public PathVariables pathVars()
- Specified by:
pathVars in interface Request
contentType
public String contentType()
hasRepresentation
public boolean hasRepresentation()
- Specified by:
hasRepresentation in interface Request
cookies
public List<SetCookieField> cookies()
- Specified by:
cookies in interface Request
query
public String query()
- Specified by:
query in interface Request
getParameter
public String getParameter(String name)
- Specified by:
getParameter in interface Request
header
public RequestHeader header()
- Specified by:
header in interface Request
representation
public Representation representation()
- Specified by:
representation in interface Request
immutableCopy
public Request immutableCopy()
- Specified by:
immutableCopy in interface Request
Copyright © 2013. All Rights Reserved.