|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.server.request.URLContext
URL information that does not belong to the url value itself but rather to the context it represents for this URL.
Field Summary | |
static URLContext |
AUTH
. |
static URLContext |
AUTHSEC
. |
static URLContext |
NORMAL
. |
static URLContext |
SEC
. |
Method Summary | |
boolean |
getSecure()
|
boolean |
isAuthenticated()
|
static URLContext |
newInstance(boolean secure,
boolean authenticated)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final URLContext NORMAL
public static final URLContext SEC
public static final URLContext AUTH
public static final URLContext AUTHSEC
Method Detail |
public boolean getSecure()
public boolean isAuthenticated()
public static URLContext newInstance(boolean secure, boolean authenticated)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |