|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionMapper
Used to customize the way to map between the XEL function names
and the Function methods.
| Method Summary | |
|---|---|
Collection |
getClassNames()
Returns a readonly collection of the logic names of the class (never null). |
Class |
resolveClass(String name)
Resolves a class with the specified logic name, or null if not found. |
Function |
resolveFunction(String prefix,
String name)
Resolves a function Function with the specified name and
prefix. |
| Method Detail |
|---|
Function resolveFunction(String prefix,
String name)
throws XelException
Function with the specified name and
prefix.
Note: not all EL evaluator support resolveFunction(java.lang.String, java.lang.String).
Currently only JSP 2.0/2.1 EL-based expression factories
support this method.
You can check ExpressionFactory.isSupported(int) for this
support.
prefix - the prefix of the function, or "" if no prefixname - the name of the function to resolve
XelExceptionCollection getClassNames()
Class resolveClass(String name)
throws XelException
Note: not all EL evaluator support resolveClass(java.lang.String).
JSP 2.0/2.1 EL-based expression factories don't support
this method.
You can check ExpressionFactory.isSupported(int) for this
support.
XelException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||