public final class ControllerUtils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ControllerUtils()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getRemainingPath(javax.servlet.http.HttpServletRequest request)
Get the remaining path from a given request.
|
public static java.lang.String getRemainingPath(javax.servlet.http.HttpServletRequest request)
request
- The http servlet request.