|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionMapperExt
Implemented with FunctionMapper
to resolve the class.
The default evaluator ignores this interface. It is used only with
special evaluators such as MVEL and OGNL.
In other words, you rarely need to implement this interface.
Method Summary | |
---|---|
java.util.Collection<java.lang.String> |
getClassNames()
Returns a readonly collection of the logic names of the class (never null). |
java.lang.Class<?> |
resolveClass(java.lang.String name)
Resolves a class with the specified logic name, or null if not found. |
Method Detail |
---|
java.util.Collection<java.lang.String> getClassNames()
java.lang.Class<?> resolveClass(java.lang.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 |