Uses of Class
org.zkoss.xel.XelException
-
-
Uses of XelException in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl that throw XelException Modifier and Type Method Description java.lang.ObjectPropertyExpression. evaluate(XelContext ctx)java.lang.Class<?>BindEvaluatorXImpl. getType(BindContext ctx, Component comp, ExpressionX expression)java.lang.ObjectBindEvaluatorXImpl. getValue(BindContext ctx, Component comp, ExpressionX expression)ValueReferenceBindEvaluatorXImpl. getValueReference(BindContext ctx, Component comp, ExpressionX expression)booleanBindEvaluatorXImpl. isReadOnly(BindContext ctx, Component comp, ExpressionX expression)booleanPropertyExpression. isReadOnly(XelContext ctx)ExpressionXBindEvaluatorXImpl. parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)voidBindEvaluatorXImpl. setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value)voidPropertyExpression. setValue(XelContext ctx, java.lang.Object value) -
Uses of XelException in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys that throw XelException Modifier and Type Method Description java.lang.Class<?>BindEvaluatorX. getType(BindContext ctx, Component comp, ExpressionX expression)Returns the result type of the specified expression.java.lang.ObjectBindEvaluatorX. getValue(BindContext ctx, Component comp, ExpressionX expression)Sets the specified value to the property resolved from the specified expression.ValueReferenceBindEvaluatorX. getValueReference(BindContext ctx, Component comp, ExpressionX expression)Returns the result reference of the specified expression.booleanBindEvaluatorX. isReadOnly(BindContext ctx, Component comp, ExpressionX expression)Returns whether the specified expression a read only expression.ExpressionXBindEvaluatorX. parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Prepares the expressionX.voidBindEvaluatorX. setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value)Sets the specified value to the property resolved from the specified expression. -
Uses of XelException in org.zkoss.bind.xel
Methods in org.zkoss.bind.xel that throw XelException Modifier and Type Method Description ExpressionBindXelFactory. parseExpression(XelContext xelc, java.lang.String expression, java.lang.Class expectedType) -
Uses of XelException in org.zkoss.clientbind
Methods in org.zkoss.clientbind that throw XelException Modifier and Type Method Description java.lang.ObjectClientBinderResolver. evaluate(Component comp, Expression expression)java.lang.ObjectClientBinderResolver. evaluate(Page page, Expression expression)java.lang.Class<?>ClientBinderResolver. getType(BindContext ctx, Component comp, ExpressionX expression)java.lang.ObjectClientBinderResolver. getValue(BindContext ctx, Component comp, ExpressionX expression)ValueReferenceClientBinderResolver. getValueReference(BindContext ctx, Component comp, ExpressionX expression)booleanClientBinderResolver. isReadOnly(BindContext ctx, Component comp, ExpressionX expression)ExpressionClientBinderResolver. parseExpression(java.lang.String expression, java.lang.Class expectedType)ExpressionXClientBinderResolver. parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)voidClientBinderResolver. setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value) -
Uses of XelException in org.zkoss.web.servlet.dsp
Methods in org.zkoss.web.servlet.dsp that throw XelException Modifier and Type Method Description voidInterpreter. 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.voidInterpreter. 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.voidInterpreter. 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 inDspContext.InterpretationInterpreter. parse(java.lang.String content, java.lang.String ctype, XelContext xelc, Locator loc)Parses a content to a meta format calledInterpretation. -
Uses of XelException in org.zkoss.web.servlet.dsp.impl
Methods in org.zkoss.web.servlet.dsp.impl that throw XelException Modifier and Type Method Description InterpretationParser. 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 Modifier and Type Method Description java.lang.ObjectRequestXelResolver. resolveVariable(java.lang.String name) -
Uses of XelException in org.zkoss.web.util.resource
Methods in org.zkoss.web.util.resource that throw XelException Modifier and Type Method Description java.lang.ObjectServletRequestResolver. resolveVariable(java.lang.String name) -
Uses of XelException in org.zkoss.xel
Methods in org.zkoss.xel that return XelException Modifier and Type Method Description static XelExceptionXelException.Aide. wrap(java.lang.Throwable t)Converts an exception to XelException if it is not RuntimeException nor Error.static XelExceptionXelException.Aide. wrap(java.lang.Throwable t, int code)Converts an exception to XelException if it is not RuntimeException nor Error.static XelExceptionXelException.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 XelExceptionXelException.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 XelExceptionXelException.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 Modifier and Type Method Description java.lang.ObjectExpression. evaluate(XelContext ctx)Evaluates an expression that was previously prepared.java.lang.ObjectExpressionFactory. evaluate(XelContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Evaluates an expression.static java.lang.ObjectExpressions. evaluate(XelContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Evaluates an expression.booleanExpressionX. isReadOnly(XelContext ctx)Returns whether this is a read only (cannot setValue) expression.static ExpressionFactoryExpressions. newExpressionFactory()Instantiates an instance ofExpressionFactory.ExpressionExpressionFactory. parseExpression(XelContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Prepares (a.k.a., compiles) an expression.java.lang.Class<?>FunctionMapperExt. resolveClass(java.lang.String name)Resolves a class with the specified logic name, or null if not found.FunctionFunctionMapper. resolveFunction(java.lang.String prefix, java.lang.String name)Resolves a functionFunctionwith the specified name and prefix.java.lang.ObjectVariableResolver. resolveVariable(java.lang.String name)Resolves the specified variable.java.lang.ObjectVariableResolverX. resolveVariable(XelContext ctx, java.lang.Object base, java.lang.Object name)Resolves the the given variable on the given base object.voidExpressionX. setValue(XelContext ctx, java.lang.Object value)Set values into the property resolved by this expression. -
Uses of XelException in org.zkoss.xel.el
Methods in org.zkoss.xel.el that throw XelException Modifier and Type Method Description java.lang.ObjectELFactory. evaluate(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)ExpressionELFactory. 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 Modifier and Type Method Description voidTaglibMapper. load(java.lang.String prefix, java.lang.String uri, Locator locator)Loads function and class definitions from taglib.voidTaglibMapper. load(java.lang.String prefix, java.net.URL url)Loads function and class definitions from taglib.voidTaglibMapper. load(java.lang.String prefix, Element root)Loads function and class definitions from DOM.java.lang.ObjectSimpleResolver. resolveVariable(java.lang.String name) -
Uses of XelException in org.zkoss.xel.zel
Methods in org.zkoss.xel.zel that throw XelException Modifier and Type Method Description java.lang.ObjectELFactory. evaluate(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)java.lang.ObjectELXelExpression. evaluate(XelContext xelc)booleanELXelExpression. isReadOnly(XelContext xelc)ExpressionELFactory. parseExpression(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)voidELXelExpression. setValue(XelContext xelc, java.lang.Object value) -
Uses of XelException in org.zkoss.zk.xel
Methods in org.zkoss.zk.xel that throw XelException Modifier and Type Method Description java.lang.ObjectEvaluator. evaluate(Component comp, Expression expression)Evaluates the expression.java.lang.ObjectEvaluator. evaluate(Page page, Expression expression)Evaluates the expression.java.lang.ObjectExValue. getValue(Evaluator eval, Component comp)Returns the value after evaluation.java.lang.ObjectExValue. getValue(Evaluator eval, Page page)Returns the value after evaluation.ExpressionEvaluator. 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 Modifier and Type Method Description java.lang.ObjectSimpleEvaluator. evaluate(Component comp, Expression expression)java.lang.ObjectSimpleEvaluator. evaluate(Page page, Expression expression)ExpressionSimpleEvaluator. parseExpression(java.lang.String expression, java.lang.Class expectedType)java.lang.ObjectExecutionResolver. resolveVariable(java.lang.String name) -
Uses of XelException in org.zkoss.zkmax.bind.impl
Methods in org.zkoss.zkmax.bind.impl that throw XelException Modifier and Type Method Description ExpressionBindXelFactoryEx. parseExpression(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)ExpressionXBindEvaluatorXImplEx. parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType) -
Uses of XelException in org.zkoss.zkmax.xel.el
Methods in org.zkoss.zkmax.xel.el that throw XelException Modifier and Type Method Description java.lang.ObjectApacheELFactory. evaluate(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)ExpressionApacheELFactory. 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 Modifier and Type Method Description java.lang.ObjectApacheELFactory. evaluate(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)ExpressionApacheELFactory. 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 Modifier and Type Method Description java.lang.ObjectMVELFactory. evaluate(XelContext ctx, java.lang.String expression, java.lang.Class expectedType)ExpressionMVELFactory. 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 Modifier and Type Method Description java.lang.ObjectOGNLFactory. evaluate(XelContext ctx, java.lang.String expression, java.lang.Class expectedType)ExpressionOGNLFactory. 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 Modifier and Type Method Description java.lang.ObjectDelegatingVariableResolver. resolveVariable(java.lang.String name)java.lang.ObjectDelegatingVariableResolver. 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 Modifier and Type Method Description java.lang.ObjectJndiVariableResolver. resolveVariable(java.lang.String var)Get object from JNDI binding
-