|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.web.util.Misc
public final class Misc
Various utilities methods. All methods are static and thread safe.
Constructor Summary | |
---|---|
Misc()
|
Method Summary | |
---|---|
static java.lang.String |
getHostApp(javax.servlet.http.HttpServletRequest request)
Get the request url from the begin until action name. |
static java.lang.String |
getService(javax.servlet.http.HttpServletRequest request)
Get the service name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Misc()
Method Detail |
---|
public static java.lang.String getService(javax.servlet.http.HttpServletRequest request)
request
- an HttpServletRequest object.
public static java.lang.String getHostApp(javax.servlet.http.HttpServletRequest request)
request
- an HttpServletRequest object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |