Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.hermes.broker.http
Interface HttpMessageBrokerContext.Property  view HttpMessageBrokerContext.Property download HttpMessageBrokerContext.Property.java

Enclosing interface:
HttpMessageBrokerContext

public static interface HttpMessageBrokerContext.Property

Various property constants.


Field Summary
static java.lang.String Request
          The HttpServletRequest property.
static java.lang.String Response
          The HttpServletResponse property.
static java.lang.String ServletConfig
          The ServletConfig property.
static java.lang.String Session
          The HttpSession property.
 

Field Detail

Request

public static final java.lang.String Request
The HttpServletRequest property.

See Also:
Constant Field Values

Response

public static final java.lang.String Response
The HttpServletResponse property.

See Also:
Constant Field Values

Session

public static final java.lang.String Session
The HttpSession property.

See Also:
Constant Field Values

ServletConfig

public static final java.lang.String ServletConfig
The ServletConfig property.

See Also:
Constant Field Values