org.jboss.portal.server.request
Class URLContext

java.lang.Object
  extended byorg.jboss.portal.server.request.URLContext

public final class URLContext
extends java.lang.Object

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

NORMAL

public static final URLContext NORMAL
.


SEC

public static final URLContext SEC
.


AUTH

public static final URLContext AUTH
.


AUTHSEC

public static final URLContext AUTHSEC
.

Method Detail

getSecure

public boolean getSecure()

isAuthenticated

public boolean isAuthenticated()

newInstance

public static URLContext newInstance(boolean secure,
                                     boolean authenticated)