Uses of Interface
org.jboss.weld.context.bound.BoundRequest
-
Packages that use BoundRequest Package Description org.jboss.weld.context.bound org.jboss.weld.contexts.bound -
-
Uses of BoundRequest in org.jboss.weld.context.bound
Classes in org.jboss.weld.context.bound that implement BoundRequest Modifier and Type Class Description classMutableBoundRequestAn 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 BoundRequest Modifier and Type Method Description protected BoundBeanStoreBoundConversationContextImpl. createRequestBeanStore(NamingScheme namingScheme, BoundRequest request)protected ObjectBoundConversationContextImpl. getRequestAttribute(BoundRequest request, String name)protected ObjectBoundConversationContextImpl. getSessionAttribute(BoundRequest request, String name, boolean create)protected Map<String,Object>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)
-