|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.orchestra.lib.jsf.ConfigUtils
public abstract class ConfigUtils
Utility methods for configuring the behaviour of a JSF-based Orchestra installation.
Constructor Summary | |
---|---|
ConfigUtils()
|
Method Summary | |
---|---|
static void |
registerRequestHandler(java.util.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigUtils()
Method Detail |
---|
public static void registerRequestHandler(java.util.Map reqScope, RequestHandler rh)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |