|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.server.request.URLFormat
Field Summary | |
static URLFormat |
NONRELATIVE_ENC
. |
static URLFormat |
NONRELATIVE_NONENC
. |
static URLFormat |
RELATIVE_ENC
. |
static URLFormat |
RELATIVE_NONENC
. |
Method Summary | |
boolean |
isEncoded()
|
boolean |
isRelative()
|
static URLFormat |
newInstance(boolean relative,
boolean encoded)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final URLFormat NONRELATIVE_NONENC
public static final URLFormat RELATIVE_NONENC
public static final URLFormat RELATIVE_ENC
public static final URLFormat NONRELATIVE_ENC
Method Detail |
public boolean isRelative()
public boolean isEncoded()
public static URLFormat newInstance(boolean relative, boolean encoded)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |