|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.engine.EngineUtils
Utilities needed by engine services and etc.
Constructor Summary | |
EngineUtils()
|
Method Summary | |
static boolean |
needAbsoluteURL(java.lang.String scheme,
java.lang.String server,
int port,
WebRequest request)
Invoked by #getURL(String, String, int, String, boolean) to see if an absolute URL is
needed (because a specific scheme, server or port was indicated that does not match the
incoming request). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EngineUtils()
Method Detail |
public static boolean needAbsoluteURL(java.lang.String scheme, java.lang.String server, int port, WebRequest request)
#getURL(String, String, int, String, boolean)
to see if an absolute URL is
needed (because a specific scheme, server or port was indicated that does not match the
incoming request).
scheme
- the desired URL scheme, or nullserver
- the desired URL server name, or nullport
- the desired URL port, or 0request
- the request to check against
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |