Interface | Description |
---|---|
HttpConversationContext |
An Http Session backed conversation context.
|
HttpRequestContext |
A request context which can be bound to the
ServletRequest . |
HttpSessionContext |
A session context which can be bound to the
HttpServletRequest . |
Class | Description |
---|---|
HttpConversationContextImpl | |
HttpLiteral |
Annotation literal for
Http |
HttpRequestContextImpl | |
HttpSessionContextImpl | |
HttpSessionDestructionContext |
This special http session context is necessary because HttpSessionListeners that are called when a session
is being destroyed outside the scope of a HTTP request, need to be able to access the session context.
|
Annotation Type | Description |
---|---|
Http |
Qualifier used with all for all of the Servlet backed contexts Weld offers.
|
Copyright © 2013 Seam Framework. All Rights Reserved.