|
|||||||||
| Home >> All >> com >> aendvari >> hermes >> broker >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.hermes.broker.http
Interface HttpMessageBrokerContext.Property

- 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
HttpServletRequestproperty.- See Also:
- Constant Field Values
Response
public static final java.lang.String Response
- The
HttpServletResponseproperty.- See Also:
- Constant Field Values
Session
public static final java.lang.String Session
- The
HttpSessionproperty.- See Also:
- Constant Field Values
ServletConfig
public static final java.lang.String ServletConfig
- The
ServletConfigproperty.- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> com >> aendvari >> hermes >> broker >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC