|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XelException | |
|---|---|
| org.zkoss.xel | XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL. |
| org.zkoss.xel.el | This implementation is based on zcommons-EL. |
| org.zkoss.xel.util | Utilties of XEL expressions. |
| Uses of XelException in org.zkoss.xel |
|---|
| Methods in org.zkoss.xel that return XelException | |
|---|---|
static XelException |
XelException.Aide.wrap(Throwable t)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
XelException.Aide.wrap(Throwable t,
int code)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
XelException.Aide.wrap(Throwable t,
int code,
Object fmtArg)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
XelException.Aide.wrap(Throwable t,
int code,
Object[] fmtArgs)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
XelException.Aide.wrap(Throwable t,
String msg)
Converts an exception to XelException if it is not RuntimeException nor Error. |
| Methods in org.zkoss.xel that throw XelException | |
|---|---|
Object |
Expression.evaluate(XelContext ctx)
Evaluates an expression that was previously prepared. |
static Object |
Expressions.evaluate(XelContext ctx,
String expression,
Class expectedType)
Evaluates an expression. |
Object |
ExpressionFactory.evaluate(XelContext ctx,
String expression,
Class expectedType)
Evaluates an expression. |
static ExpressionFactory |
Expressions.newExpressionFactory()
Instantiates an instance of ExpressionFactory. |
Expression |
ExpressionFactory.parseExpression(XelContext ctx,
String expression,
Class expectedType)
Prepares (aka., compiles) an expression. |
Class |
FunctionMapper.resolveClass(String name)
Resolves a class with the specified logic name, or null if not found. |
Function |
FunctionMapper.resolveFunction(String prefix,
String name)
Resolves a function Function with the specified name and
prefix. |
Object |
VariableResolver.resolveVariable(String name)
Resolves the specified variable. |
Object |
VariableResolverX.resolveVariable(XelContext ctx,
Object base,
Object name)
Resolves the the given variable on the given base object. |
| Uses of XelException in org.zkoss.xel.el |
|---|
| Methods in org.zkoss.xel.el that throw XelException | |
|---|---|
Object |
ELFactory.evaluate(XelContext xelc,
String expression,
Class expectedType)
|
Expression |
ELFactory.parseExpression(XelContext xelc,
String expression,
Class expectedType)
|
| Uses of XelException in org.zkoss.xel.util |
|---|
| Methods in org.zkoss.xel.util that throw XelException | |
|---|---|
void |
TaglibMapper.load(String prefix,
Element root)
Loads function and class definitions from DOM. |
void |
TaglibMapper.load(String prefix,
String uri,
Locator locator)
Loads function and class definitions from taglib. |
void |
TaglibMapper.load(String prefix,
URL url)
Loads function and class definitions from taglib. |
Object |
SimpleResolver.resolveVariable(String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||