org.apache.abdera.protocol.server
Enum RequestContext.Property
java.lang.Object
java.lang.Enum<RequestContext.Property>
org.apache.abdera.protocol.server.RequestContext.Property
- All Implemented Interfaces:
- Serializable, Comparable<RequestContext.Property>
- Enclosing interface:
- RequestContext
public static enum RequestContext.Property
- extends Enum<RequestContext.Property>
Special properties provided by the server
SESSIONID
public static final RequestContext.Property SESSIONID
SESSIONCREATED
public static final RequestContext.Property SESSIONCREATED
SESSIONACCESSED
public static final RequestContext.Property SESSIONACCESSED
SESSIONTIMEOUT
public static final RequestContext.Property SESSIONTIMEOUT
CHARACTERENCODING
public static final RequestContext.Property CHARACTERENCODING
LOCALES
public static final RequestContext.Property LOCALES
PROTOCOL
public static final RequestContext.Property PROTOCOL
REMOTEADDRESS
public static final RequestContext.Property REMOTEADDRESS
REMOTEHOST
public static final RequestContext.Property REMOTEHOST
REMOTEUSER
public static final RequestContext.Property REMOTEUSER
SCHEME
public static final RequestContext.Property SCHEME
PRINCIPAL
public static final RequestContext.Property PRINCIPAL
AUTHTYPE
public static final RequestContext.Property AUTHTYPE
CONTENTLENGTH
public static final RequestContext.Property CONTENTLENGTH
CONTENTTYPE
public static final RequestContext.Property CONTENTTYPE
CONTEXTPATH
public static final RequestContext.Property CONTEXTPATH
LOCALADDR
public static final RequestContext.Property LOCALADDR
LOCALNAME
public static final RequestContext.Property LOCALNAME
SERVERNAME
public static final RequestContext.Property SERVERNAME
SERVERPORT
public static final RequestContext.Property SERVERPORT
SECURE
public static final RequestContext.Property SECURE
values
public static RequestContext.Property[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RequestContext.Property c : RequestContext.Property.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RequestContext.Property valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.