|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.appserver.server.httpPresentation.HttpUtil
Class containing various static methods that are useful in implementing presentations.
Method Summary | |
static KeywordValueTable |
buildQueryTable(java.util.Hashtable query)
Convert a HTTP query string object to a keyword/value table. |
static KeywordValueTable |
buildQueryTable(java.lang.String queryString)
Convert a HTTP query string to a keyword/value table. |
static java.lang.String |
getQueryFromRequest(HttpPresentationRequest httpRequest)
Get the query string for the request and save it in the page data. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static KeywordValueTable buildQueryTable(java.util.Hashtable query) throws KeywordValueException
query
- Hash table containing the parsed key/value pairs.public static KeywordValueTable buildQueryTable(java.lang.String queryString) throws KeywordValueException
queryString
- Query string.public static java.lang.String getQueryFromRequest(HttpPresentationRequest httpRequest) throws HttpPresentationException
request
- HTTP request data.
|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |