|
||||||||||
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 | |
private boolean |
encoded
. |
static URLFormat |
NONRELATIVE_ENC
. |
static URLFormat |
NONRELATIVE_NONENC
. |
private boolean |
relative
. |
static URLFormat |
RELATIVE_ENC
. |
static URLFormat |
RELATIVE_NONENC
. |
Constructor Summary | |
private |
URLFormat(boolean relative,
boolean encoded)
|
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
private boolean relative
private boolean encoded
Constructor Detail |
private URLFormat(boolean relative, boolean encoded)
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 |