|
||||||||||
| 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.domainprefix.DomainPrefixRequestParser
public class DomainPrefixRequestParser
| 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 | |
|---|---|
DomainPrefixRequestParser()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHostPort()
|
WaybackRequest |
parse(javax.servlet.http.HttpServletRequest httpRequest,
AccessPoint wbContext)
attempt to transform an incoming HttpServletRequest into a WaybackRequest object. |
void |
setHostPort(java.lang.String hostPort)
|
| 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 DomainPrefixRequestParser()
| Method Detail |
|---|
public WaybackRequest parse(javax.servlet.http.HttpServletRequest httpRequest,
AccessPoint wbContext)
throws BadQueryException
RequestParser
parse in interface RequestParserparse in class BaseRequestParserBadQueryExceptionpublic java.lang.String getHostPort()
public void setHostPort(java.lang.String hostPort)
hostPort - the hostPort to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||