|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestHandler | |
---|---|
org.apache.myfaces.orchestra.lib.jsf |
Uses of RequestHandler in org.apache.myfaces.orchestra.lib.jsf |
---|
Methods in org.apache.myfaces.orchestra.lib.jsf with parameters of type RequestHandler | |
---|---|
static void |
ConfigUtils.registerRequestHandler(Map reqScope,
RequestHandler rh)
Can be called from a Filter or similar class in order to registed a handler that should be run at the start of each request just after the FacesContext object has been created, and at the end of each request just before the FacesContext is released. |
Constructors in org.apache.myfaces.orchestra.lib.jsf with parameters of type RequestHandler | |
---|---|
_PortletFacesContextWrapper(javax.faces.context.FacesContext facesContext,
boolean install,
boolean finit,
String fnextToken,
List fhandlers,
RequestHandler fcontextLockHandler)
The install parameter controls whether this object will be configured as the object returned from calls to FacesContext.getCurrentInstance() or not. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |