|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.el.ELUtil
class ELUtil
Utility methods for this portion of the EL implementation
Methods on this class use a Map instance stored in ThreadLocal storage to minimize the performance impact on operations that take place multiple times on a single Thread. The keys and values of the Map are implementation private.
Field Summary | |
---|---|
private static java.lang.ThreadLocal |
instance
The ThreadLocal variable used to record the
FacesContext instance for each processing thread. |
Constructor Summary | |
---|---|
private |
ELUtil()
This class may not be constructed. |
Method Summary | |
---|---|
private static java.util.Map |
getCurrentInstance()
|
static java.lang.String |
getExceptionMessageString(ELContext context,
java.lang.String messageId)
|
static java.lang.String |
getExceptionMessageString(ELContext context,
java.lang.String messageId,
java.lang.Object[] params)
|
private static void |
setCurrentInstance(java.util.Map context)
Replace the Map with the argument context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.lang.ThreadLocal instance
The ThreadLocal
variable used to record the
FacesContext
instance for each processing thread.
Constructor Detail |
---|
private ELUtil()
This class may not be constructed.
Method Detail |
---|
private static java.util.Map getCurrentInstance()
private static void setCurrentInstance(java.util.Map context)
Replace the Map with the argument context.
context
- the Map to be stored in ThreadLocal storage.public static java.lang.String getExceptionMessageString(ELContext context, java.lang.String messageId)
public static java.lang.String getExceptionMessageString(ELContext context, java.lang.String messageId, java.lang.Object[] params)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |