|
||||||||||
| 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.OpenSearchRequestParser
public class OpenSearchRequestParser
| Field Summary | |
|---|---|
static java.lang.String |
SEARCH_QUERY
CGI argument name for query arguments |
static java.lang.String |
SEARCH_RESULTS
CGI argument name for number of results per page, 1 based |
static java.lang.String |
START_PAGE
CGI argument name for page number of results, 1 based |
| Fields inherited from class org.archive.wayback.requestparser.BaseRequestParser |
|---|
DEFAULT_MAX_RECORDS, earliestTimestamp, latestTimestamp, maxRecords, QUERY_BASE, REPLAY_BASE, XQUERY_BASE |
| Constructor Summary | |
|---|---|
OpenSearchRequestParser()
|
|
| Method Summary | |
|---|---|
WaybackRequest |
parse(javax.servlet.http.HttpServletRequest httpRequest,
AccessPoint wbContext)
attempt to transform an incoming HttpServletRequest into a WaybackRequest object. |
| 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 |
| Field Detail |
|---|
public static final java.lang.String SEARCH_QUERY
public static final java.lang.String SEARCH_RESULTS
public static final java.lang.String START_PAGE
| Constructor Detail |
|---|
public OpenSearchRequestParser()
| Method Detail |
|---|
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 | |||||||||