java.lang.Objectjavax.el.ELContext
javax.faces.view.facelets.FaceletContext
Context representative of a single request from a Facelet. This instance is passed to nearly every method call in this API.
2.0
- Field Summary | ||
---|---|---|
public static final String | FACELET_CONTEXT_KEY |
Method from javax.faces.view.facelets.FaceletContext Summary: |
---|
generateUniqueId, getAttribute, getExpressionFactory, getFacesContext, includeFacelet, includeFacelet, setAttribute, setFunctionMapper, setVariableMapper |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.view.facelets.FaceletContext Detail: |
---|
Generate a unique ID for the passed String |
Return an attribute set by a previous call to #setAttribute . Support method which is backed by the current VariableMapper |
The ExpressionFactory to use within
the Facelet this context is executing upon. Must not be
|
The current FacesContext bound to
this "request". Must not be |
Include another Facelet defined at some path, relative to the executing context, not the current Facelet (same as include directive in JSP) |
Include another Facelet defined at some path, absolute to this ClassLoader/OS |
Support method which is backed by the current VariableMapper. |
Set the FunctionMapper to use in EL evaluation/creation. |
Set the VariableMapper to use in EL evaluation/creation. |