|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.appserver.server.httpPresentation.HttpUtil
public class HttpUtil
Class containing various static methods that are useful in implementing presentations.
Method Summary | |
---|---|
static com.lutris.util.KeywordValueTable |
buildQueryTable(java.util.Hashtable query)
Convert a HTTP query string object to a keyword/value table. |
static com.lutris.util.KeywordValueTable |
buildQueryTable(java.lang.String queryString)
Convert a HTTP query string to a keyword/value table. |
static java.lang.String |
getQueryFromRequest(com.lutris.appserver.server.httpPresentation.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 com.lutris.util.KeywordValueTable buildQueryTable(java.util.Hashtable query) throws com.lutris.util.KeywordValueException
query
- Hash table containing the parsed key/value pairs.
com.lutris.util.KeywordValueException
public static com.lutris.util.KeywordValueTable buildQueryTable(java.lang.String queryString) throws com.lutris.util.KeywordValueException
queryString
- Query string.
com.lutris.util.KeywordValueException
public static java.lang.String getQueryFromRequest(com.lutris.appserver.server.httpPresentation.HttpPresentationRequest httpRequest) throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
request
- HTTP request data.
HttpPresentationException
- If an error occurs accessing the request.
|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |