|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XelException | |||
---|---|---|---|
org.zkoss.web.servlet.dsp | Dynamic Servlet Page (DSP). | ||
org.zkoss.web.servlet.dsp.impl | Classes used to implement DSP. | ||
org.zkoss.web.servlet.xel | XEL Utilities that depends on Servlets. | ||
org.zkoss.web.util.resource | Utilities to access Web resources. | ||
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. | ||
org.zkoss.zk.xel | ZK XEL utilities. | ||
org.zkoss.zk.xel.impl | XEL utilities for implementation only. | ||
org.zkoss.zkmax.xel.el | This implementation is based on Apache Commons EL, ApacheELFactory. | ||
org.zkoss.zkmax.xel.el21 | This implementation is based on JSP 2.1 EL. | ||
org.zkoss.zkmax.xel.mvel | A XEL implemetation based on MVEL. | ||
org.zkoss.zkmax.xel.ognl | A XEL implemetation based on OGNL. | ||
org.zkoss.zkplus.cdi | Utilities to support | org.zkoss.zkplus.jndi | Utilities to support JNDI |
Uses of XelException in org.zkoss.web.servlet.dsp |
---|
Methods in org.zkoss.web.servlet.dsp that throw XelException | |
---|---|
void |
Interpreter.interpret(DspContext dc,
java.lang.String content,
java.lang.String ctype,
XelContext xelc)
Interprets the specified content and generates the result to the output specified in DspContext . |
void |
Interpreter.interpret(javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String content,
java.lang.String ctype,
Locator locator)
Interprets the specified content based on the HTTP request. |
void |
Interpreter.interpret(javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.io.Writer out,
java.lang.String content,
java.lang.String ctype,
Locator locator)
Interprets the specified content based on the HTTP request. |
Interpretation |
Interpreter.parse(java.lang.String content,
java.lang.String ctype,
XelContext xelc,
Locator loc)
Parses a content to a meta format called Interpretation . |
Uses of XelException in org.zkoss.web.servlet.dsp.impl |
---|
Methods in org.zkoss.web.servlet.dsp.impl that throw XelException | |
---|---|
Interpretation |
Parser.parse(java.lang.String content,
java.lang.String ctype,
XelContext xelc,
Locator loc)
Parses the content into a meta format |
Uses of XelException in org.zkoss.web.servlet.xel |
---|
Methods in org.zkoss.web.servlet.xel that throw XelException | |
---|---|
java.lang.Object |
RequestXelResolver.resolveVariable(java.lang.String name)
|
Uses of XelException in org.zkoss.web.util.resource |
---|
Methods in org.zkoss.web.util.resource that throw XelException | |
---|---|
java.lang.Object |
ServletLabelResovler.resolveVariable(java.lang.String name)
|
Uses of XelException in org.zkoss.xel |
---|
Methods in org.zkoss.xel that return XelException | |
---|---|
static XelException |
XelException.Aide.wrap(java.lang.Throwable t)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
XelException.Aide.wrap(java.lang.Throwable t,
int code)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
XelException.Aide.wrap(java.lang.Throwable t,
int code,
java.lang.Object fmtArg)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
XelException.Aide.wrap(java.lang.Throwable t,
int code,
java.lang.Object[] fmtArgs)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
XelException.Aide.wrap(java.lang.Throwable t,
java.lang.String msg)
Converts an exception to XelException if it is not RuntimeException nor Error. |
Methods in org.zkoss.xel that throw XelException | |
---|---|
java.lang.Object |
Expression.evaluate(XelContext ctx)
Evaluates an expression that was previously prepared. |
static java.lang.Object |
Expressions.evaluate(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType)
Evaluates an expression. |
java.lang.Object |
ExpressionFactory.evaluate(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType)
Evaluates an expression. |
static ExpressionFactory |
Expressions.newExpressionFactory()
Instantiates an instance of ExpressionFactory . |
Expression |
ExpressionFactory.parseExpression(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType)
Prepares (aka., compiles) an expression. |
java.lang.Class |
FunctionMapper.resolveClass(java.lang.String name)
Resolves a class with the specified logic name, or null if not found. |
Function |
FunctionMapper.resolveFunction(java.lang.String prefix,
java.lang.String name)
Resolves a function Function with the specified name and
prefix. |
java.lang.Object |
VariableResolver.resolveVariable(java.lang.String name)
Resolves the specified variable. |
java.lang.Object |
VariableResolverX.resolveVariable(XelContext ctx,
java.lang.Object base,
java.lang.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 | |
---|---|
java.lang.Object |
ELFactory.evaluate(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
Expression |
ELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
Uses of XelException in org.zkoss.xel.util |
---|
Methods in org.zkoss.xel.util that throw XelException | |
---|---|
void |
TaglibMapper.load(java.lang.String prefix,
Element root)
Loads function and class definitions from DOM. |
void |
TaglibMapper.load(java.lang.String prefix,
java.lang.String uri,
Locator locator)
Loads function and class definitions from taglib. |
void |
TaglibMapper.load(java.lang.String prefix,
java.net.URL url)
Loads function and class definitions from taglib. |
java.lang.Object |
SimpleResolver.resolveVariable(java.lang.String name)
|
Uses of XelException in org.zkoss.zk.xel |
---|
Methods in org.zkoss.zk.xel that throw XelException | |
---|---|
java.lang.Object |
Evaluator.evaluate(Component comp,
Expression expression)
Evaluates the expression. |
java.lang.Object |
Evaluator.evaluate(Page page,
Expression expression)
Evaluates the expression. |
java.lang.Object |
ExValue.getValue(Evaluator eval,
Component comp)
Returns the value after evaluation. |
java.lang.Object |
ExValue.getValue(Evaluator eval,
Page page)
Returns the value after evaluation. |
Expression |
Evaluator.parseExpression(java.lang.String expression,
java.lang.Class expectedType)
Prepares the expression. |
Uses of XelException in org.zkoss.zk.xel.impl |
---|
Methods in org.zkoss.zk.xel.impl that throw XelException | |
---|---|
java.lang.Object |
SimpleEvaluator.evaluate(Component comp,
Expression expression)
|
java.lang.Object |
SimpleEvaluator.evaluate(Page page,
Expression expression)
|
Expression |
SimpleEvaluator.parseExpression(java.lang.String expression,
java.lang.Class expectedType)
|
java.lang.Object |
ExecutionResolver.resolveVariable(java.lang.String name)
|
Uses of XelException in org.zkoss.zkmax.xel.el |
---|
Methods in org.zkoss.zkmax.xel.el that throw XelException | |
---|---|
java.lang.Object |
ApacheELFactory.evaluate(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
Expression |
ApacheELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
Uses of XelException in org.zkoss.zkmax.xel.el21 |
---|
Methods in org.zkoss.zkmax.xel.el21 that throw XelException | |
---|---|
java.lang.Object |
ApacheELFactory.evaluate(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
Expression |
ApacheELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
Uses of XelException in org.zkoss.zkmax.xel.mvel |
---|
Methods in org.zkoss.zkmax.xel.mvel that throw XelException | |
---|---|
java.lang.Object |
MVELFactory.evaluate(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType)
|
Expression |
MVELFactory.parseExpression(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType)
|
Uses of XelException in org.zkoss.zkmax.xel.ognl |
---|
Methods in org.zkoss.zkmax.xel.ognl that throw XelException | |
---|---|
java.lang.Object |
OGNLFactory.evaluate(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType)
|
Expression |
OGNLFactory.parseExpression(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType)
|
Uses of XelException in org.zkoss.zkplus.cdi |
---|
Methods in org.zkoss.zkplus.cdi that throw XelException | |
---|---|
java.lang.Object |
DelegatingVariableResolver.resolveVariable(java.lang.String name)
|
java.lang.Object |
DelegatingVariableResolver.resolveVariable(XelContext ctx,
java.lang.Object base,
java.lang.Object name)
|
Uses of XelException in org.zkoss.zkplus.jndi |
---|
Methods in org.zkoss.zkplus.jndi that throw XelException | |
---|---|
java.lang.Object |
JndiVariableResolver.resolveVariable(java.lang.String var)
Get object from JNDI binding |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |