|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.wayback.requestparser.BaseRequestParser
org.archive.wayback.requestparser.PathRequestParser
public abstract class PathRequestParser
Subclass of RequestParser that acquires key request information from the path component following the wayback context.
| Field Summary |
|---|
| Fields inherited from class org.archive.wayback.requestparser.BaseRequestParser |
|---|
DEFAULT_MAX_RECORDS, earliestTimestamp, latestTimestamp, maxRecords, QUERY_BASE, REPLAY_BASE, XQUERY_BASE |
| Constructor Summary | |
|---|---|
PathRequestParser()
|
|
| Method Summary | |
|---|---|
WaybackRequest |
parse(javax.servlet.http.HttpServletRequest httpRequest,
AccessPoint wbContext)
attempt to transform an incoming HttpServletRequest into a WaybackRequest object. |
abstract WaybackRequest |
parse(java.lang.String requestPath)
|
| Methods inherited from class org.archive.wayback.requestparser.BaseRequestParser |
|---|
getEarliestTimestamp, getLatestTimestamp, getMapParam, getMapParamOrEmpty, getMaxRecords, getRequiredMapParam, setEarliestTimestamp, setLatestTimestamp, setMaxRecords |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathRequestParser()
| Method Detail |
|---|
public abstract WaybackRequest parse(java.lang.String requestPath)
requestPath -
public WaybackRequest parse(javax.servlet.http.HttpServletRequest httpRequest,
AccessPoint wbContext)
throws BadQueryException
RequestParser
parse in interface RequestParserparse in class BaseRequestParserBadQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||