|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceFactory | |
---|---|
org.barracudamvc.core.util.http | |
org.barracudamvc.plankton.http |
Uses of ReferenceFactory in org.barracudamvc.core.util.http |
---|
Methods in org.barracudamvc.core.util.http with parameters of type ReferenceFactory | |
---|---|
static Object |
ContextServices.getObjectFromCache(ControlEventContext ec,
Object key,
ReferenceFactory factory)
This method retrieves the servlet context from a ControlEventContext, and then looks for an object in the servlet context based on a given key. |
static Object |
SessionServices.getObjectFromCache(ControlEventContext context,
Object key,
ReferenceFactory factory)
This method retrieves the session from the Context, and then looks for an object in the session based on a given key. |
static Object |
ContextServices.getObjectFromCache(ViewContext vc,
Object key,
ReferenceFactory factory)
This method retrieves the servlet context from a ViewContext, and then looks for an object in the servlet context based on a given key. |
Uses of ReferenceFactory in org.barracudamvc.plankton.http |
---|
Methods in org.barracudamvc.plankton.http with parameters of type ReferenceFactory | |
---|---|
static Object |
SessionServices.getObjectFromCache(javax.servlet.http.HttpSession session,
Object key,
ReferenceFactory factory)
This method looks for an object in the session based on a given key. |
static Object |
ContextServices.getObjectFromCache(javax.servlet.ServletContext context,
Object key,
ReferenceFactory factory)
This method looks for an object in the servlet context based on a given key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |