Uses of Interface
org.jboss.weld.context.bound.BoundRequest
Packages that use BoundRequest
-
Uses of BoundRequest in org.jboss.weld.context.bound
Classes in org.jboss.weld.context.bound that implement BoundRequestModifier and TypeClassDescriptionclassAn implementation ofBoundRequestbacked by a pair of maps. -
Uses of BoundRequest in org.jboss.weld.contexts.bound
Methods in org.jboss.weld.contexts.bound with parameters of type BoundRequestModifier and TypeMethodDescriptionprotected BoundBeanStoreBoundConversationContextImpl.createRequestBeanStore(NamingScheme namingScheme, BoundRequest request) protected ObjectBoundConversationContextImpl.getRequestAttribute(BoundRequest request, String name) protected ObjectBoundConversationContextImpl.getSessionAttribute(BoundRequest request, String name, boolean create) BoundConversationContextImpl.getSessionFromRequest(BoundRequest request, boolean create) protected voidBoundConversationContextImpl.removeRequestAttribute(BoundRequest request, String name) protected voidBoundConversationContextImpl.setRequestAttribute(BoundRequest request, String name, Object value) protected voidBoundConversationContextImpl.setSessionAttribute(BoundRequest request, String name, Object value, boolean create)