public final class HttpUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getStringParameter(javax.servlet.http.HttpServletRequest request,
String name)
Extracts a string parameter.
|
static String[] |
splitPath(javax.servlet.http.HttpServletRequest request)
Splits the path into its fragments.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.