org.httpobjects.servlet.impl
Class LazyRequestImpl
java.lang.Object
org.httpobjects.servlet.impl.LazyRequestImpl
- All Implemented Interfaces:
- Request
public class LazyRequestImpl
- extends Object
- implements Request
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyRequestImpl
public LazyRequestImpl(Path vars,
javax.servlet.http.HttpServletRequest request)
path
public Path path()
- Specified by:
path in interface Request
contentType
public String contentType()
hasRepresentation
public boolean hasRepresentation()
- Specified by:
hasRepresentation in interface Request
query
public Query query()
- Specified by:
query 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 © 2014. All Rights Reserved.