|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.metasyntactic.net.servlet.ServletUtilities
Constructor Summary | |
ServletUtilities()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
static java.util.Map |
parseQuery(java.lang.String query)
Parses the query in the same way that HttpUtils.parseQueryString does, with the added feature that a get on the returned map will not return null. |
static java.util.Map |
parseQueryAsSingletons(java.lang.String query)
Parses the query in the same way that HttpUtils.parseQueryString does. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletUtilities()
Method Detail |
public static java.util.Map parseQuery(java.lang.String query)
public static java.util.Map parseQueryAsSingletons(java.lang.String query)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |