| |
|
| java.lang.Object org.jboss.portal.server.request.URLContext
URLContext | final public class URLContext (Code) | | URL information that does not belong to the url value itself but rather to the context it represents for this URL.
author: Julien Viet version: $Revision: 8784 $ |
Field Summary | |
final public static int | AUTH_MASK Mask for authenticated bit. | final public static int | SEC_MASK Mask for secure bit. |
AUTH_MASK | final public static int AUTH_MASK(Code) | | Mask for authenticated bit.
|
SEC_MASK | final public static int SEC_MASK(Code) | | Mask for secure bit.
|
getMask | public int getMask()(Code) | | |
isAuthenticated | public boolean isAuthenticated()(Code) | | |
isSecure | public boolean isSecure()(Code) | | |
newInstance | public static URLContext newInstance(boolean secure, boolean authenticated)(Code) | | |
|
|
|