Package | Description |
---|---|
com.caucho.config | |
com.caucho.config.el | |
com.caucho.config.type | |
com.caucho.config.types | |
com.caucho.el | |
com.caucho.jsp | |
com.caucho.jsp.el | |
com.caucho.jstl.el | |
javax.el |
Modifier and Type | Method and Description |
---|---|
static boolean |
Config.evalBoolean(java.lang.String str)
Evaluates an EL boolean in the context.
|
static java.lang.String |
Config.evalString(java.lang.String str)
Evaluates an EL string in the context.
|
static java.lang.String |
Config.evalString(java.lang.String str,
java.util.HashMap<java.lang.String,java.lang.Object> varMap)
Evaluates an EL string in the context.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CandiExpressionFactory.coerceToType(java.lang.Object obj,
java.lang.Class<?> targetType) |
MethodExpression |
CandiExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
ValueExpression |
CandiExpressionFactory.createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType) |
ValueExpression |
CandiExpressionFactory.createValueExpression(java.lang.Object instance,
java.lang.Class<?> expectedType) |
java.math.BigDecimal |
CandiExpr.evalBigDecimal(ELContext env) |
java.math.BigInteger |
CandiExpr.evalBigInteger(ELContext env) |
boolean |
CandiExpr.evalBoolean(ELContext env) |
char |
CandiExpr.evalCharacter(ELContext env) |
double |
CandiExpr.evalDouble(ELContext env) |
long |
CandiExpr.evalLong(ELContext env) |
long |
CandiExpr.evalPeriod(ELContext env) |
java.lang.String |
CandiExpr.evalString(ELContext env) |
java.lang.String |
CandiExpr.evalStringWithNull(ELContext env) |
MethodInfo |
CandiExpr.getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes) |
java.lang.Class<?> |
CandiExpr.getType(ELContext context) |
java.lang.Class<?> |
CandiValueExpression.getType(ELContext context) |
java.lang.Object |
CandiExpr.getValue(ELContext env) |
java.lang.Object |
CandiValueExpression.getValue(ELContext context) |
java.lang.Object |
ConfigContextResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
CandiElResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
CandiExpr.invoke(ELContext env,
java.lang.Class<?>[] argTypes,
java.lang.Object[] args) |
boolean |
CandiValueExpression.isReadOnly(ELContext context) |
boolean |
ConfigContextResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
CandiElResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
CandiExpr.print(JspWriter out,
ELContext env,
boolean escapeXml) |
boolean |
CandiExpr.print(WriteStream out,
ELContext env,
boolean escapeXml) |
void |
CandiExpr.setValue(ELContext env,
java.lang.Object value) |
void |
CandiValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
ConfigContextResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
CandiElResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
static Path |
PathType.lookupPath(java.lang.String string) |
static Path |
PathType.lookupPath(java.lang.String string,
ELContext env) |
static Path |
PathType.lookupPath(java.lang.String string,
ELContext env,
Path pwd) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
StringTypeBuilder.evalString(java.lang.String string) |
static java.lang.String |
StringTypeBuilder.evalString(java.lang.String string,
ELContext env) |
static Path |
PathBuilder.lookupPath(java.lang.String string) |
static Path |
PathBuilder.lookupPath(java.lang.String string,
java.util.ArrayList<?> vars) |
static Path |
PathBuilder.lookupPath(java.lang.String string,
ELContext env) |
static Path |
PathBuilder.lookupPath(java.lang.String string,
ELContext env,
Path pwd) |
static Path |
PathBuilder.lookupPath(java.lang.String string,
java.util.Map<java.lang.String,java.lang.Object> map) |
Path |
PathBuilder.replaceObject()
Replace with the real path.
|
Modifier and Type | Class and Description |
---|---|
class |
ELParseException
An expression language exception.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
Expr.coerceToType(java.lang.Object obj,
java.lang.Class<?> targetType) |
java.lang.Object |
ExpressionFactoryImpl.coerceToType(java.lang.Object obj,
java.lang.Class<?> targetType) |
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
ValueExpression |
ExpressionFactoryImpl.createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType) |
ValueExpression |
ExpressionFactoryImpl.createValueExpression(java.lang.Object instance,
java.lang.Class<?> expectedType) |
static java.lang.Object |
Expr.error(java.lang.Throwable e,
ELContext env)
Returns an error object
|
java.math.BigDecimal |
Expr.evalBigDecimal(ELContext env)
Evaluate the expression, knowing the value should be a BigDecimal.
|
java.math.BigInteger |
Expr.evalBigInteger(ELContext env)
Evaluate the expression, knowing the value should be a BigInteger.
|
boolean |
GeExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
boolean |
EqExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
boolean |
Expr.evalBoolean(ELContext env)
Evaluate the expression, knowing the value should be a boolean.
|
boolean |
LtExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
boolean |
BooleanExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
boolean |
NeExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
boolean |
GtExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
boolean |
ConditionalExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean
|
boolean |
BooleanLiteral.evalBoolean(ELContext env)
Evaluate the expression as an boolean
|
boolean |
MatchesExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
boolean |
CmpExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
abstract boolean |
AbstractBooleanExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean
|
boolean |
LeExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
boolean |
UnaryExpr.evalBoolean(ELContext env)
Evaluate the expression as a boolean.
|
static boolean |
EL.evalBoolean(java.lang.String value,
ELContext env) |
char |
Expr.evalCharacter(ELContext env)
Evaluate the expression, knowing the value should be a string
|
double |
MinusExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
double |
MulExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
double |
BinaryExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
double |
Expr.evalDouble(ELContext env)
Evaluate the expression, knowing the value should be a double.
|
double |
DivExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
double |
LongLiteral.evalDouble(ELContext env)
Evaluate the expression as a double.
|
double |
DoubleLiteral.evalDouble(ELContext env)
Evaluate the expression as an object as a double
|
double |
ConditionalExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
double |
SubExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
double |
AbstractBooleanExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
double |
AddExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
double |
UnaryExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
double |
ModExpr.evalDouble(ELContext env)
Evaluate the expression as a double
|
long |
MinusExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
long |
MulExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
long |
BinaryExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
long |
Expr.evalLong(ELContext env)
Evaluate the expression, knowing the value should be a long
|
long |
DivExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
long |
LongLiteral.evalLong(ELContext env)
Evaluate the expression as an object as a long.
|
long |
DoubleLiteral.evalLong(ELContext env)
Evaluate the expression as an object as a long.
|
long |
ConditionalExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
long |
SubExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
long |
AbstractBooleanExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
long |
AddExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
long |
UnaryExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
long |
ModExpr.evalLong(ELContext env)
Evaluate the expression as a long
|
java.lang.Object |
StaticMethodExpr.evalMethod(Expr[] args,
ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
Expr.evalObject(ELContext env)
Evaluates the expression, returning an object.
|
static java.lang.Object |
EL.evalObject(java.lang.String value) |
long |
Expr.evalPeriod(ELContext env)
Evaluate the expression, knowing the value should be a period
|
java.lang.String |
Expr.evalString(ELContext env)
Evaluate the expression, knowing the value should be a string
|
java.lang.String |
InterpolateExpr.evalString(ELContext env)
Evaluate the expression as an object.
|
java.lang.String |
ConditionalExpr.evalString(ELContext env)
Evaluate the expression as a string
|
java.lang.String |
StringLiteral.evalString(ELContext env)
Evaluate the expr as a string
|
java.lang.String |
AbstractBooleanExpr.evalString(ELContext env)
Evaluate the expression as a string
|
static java.lang.String |
EL.evalString(java.lang.String value,
ELContext env) |
java.lang.String |
Expr.evalStringWithNull(ELContext env)
Evaluate the expression, knowing the value should be a string
|
MethodInfo |
MethodExpressionImpl.getMethodInfo(ELContext context) |
MethodInfo |
PathExpr.getMethodInfo(ELContext env,
java.lang.Class<?> retType,
java.lang.Class<?>[] argTypes)
Returns the method info.
|
MethodInfo |
Expr.getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes)
Evaluates the expression, returning an object.
|
MethodInfo |
ArrayResolverExpr.getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes)
Evaluates the expression, returning an object.
|
MethodInfo |
StringLiteral.getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes)
Evaluates the expression, returning an object.
|
java.lang.Class<?> |
ObjectLiteralValueExpression.getType(ELContext context) |
java.lang.Class<?> |
PathExpr.getType(ELContext env)
Evaluates the expression as applicable to the provided context,
and returns the most general type that can be accepted by the
setValue(javax.el.ELContext, java.lang.Object) method.
|
java.lang.Class |
LongValueExpression.getType(ELContext context) |
java.lang.Class<?> |
AbstractValueExpression.getType(ELContext context) |
java.lang.Class<?> |
ObjectValueExpression.getType(ELContext context) |
java.lang.Class<?> |
Expr.getType(ELContext context) |
java.lang.Class |
IdExpr.getType(ELContext env)
Evaluate the expr as an object.
|
java.lang.Class<?> |
ArrayResolverExpr.getType(ELContext env)
Evaluates the expression as applicable to the provided context, and returns
the most general type that can be accepted by the setValue(javax.el.ELContext,
java.lang.Object) method.
|
java.lang.Class<?> |
StringValueExpression.getType(ELContext context) |
java.lang.Class |
IntegerValueExpression.getType(ELContext context) |
java.lang.Object |
ObjectLiteralValueExpression.getValue(ELContext context) |
java.lang.Object |
PathExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
MinusExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
MulExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
LongValueExpression.getValue(ELContext context) |
java.lang.Object |
BinaryExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
AbstractValueExpression.getValue(ELContext context) |
java.lang.Object |
ObjectValueExpression.getValue(ELContext context) |
java.lang.Object |
DoubleValueExpression.getValue(ELContext context) |
java.lang.Object |
StaticMethodExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
abstract java.lang.Object |
Expr.getValue(ELContext env)
Evaluates the expression, returning an object.
|
java.lang.Object |
DivExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
ConditionalNullExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
ArrayExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
ByteValueExpression.getValue(ELContext context) |
java.lang.Object |
FloatValueExpression.getValue(ELContext context) |
java.lang.Object |
ValueExpr.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
NullLiteral.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
LongLiteral.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
InterpolateExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
CharacterValueExpression.getValue(ELContext context) |
java.lang.Object |
MethodExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
FunctionExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
DoubleLiteral.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
BigIntegerValueExpression.getValue(ELContext context) |
java.lang.Object |
IdExpr.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ConditionalExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
ArrayResolverExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
SubExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
StringValueExpression.getValue(ELContext context) |
java.lang.Object |
StringLiteral.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
IntegerValueExpression.getValue(ELContext context) |
java.lang.Object |
ShortValueExpression.getValue(ELContext context) |
java.lang.Object |
BooleanValueExpression.getValue(ELContext context) |
java.lang.Object |
AbstractBooleanExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
AddExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
UnaryExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
java.lang.Object |
BigDecimalValueExpression.getValue(ELContext context) |
java.lang.Object |
ModExpr.getValue(ELContext env)
Evaluate the expression as an object.
|
static java.lang.Object |
Expr.invocationError(java.lang.Throwable e)
Returns an error object
|
java.lang.Object |
PathExpr.invoke(ELContext env,
java.lang.Class<?>[] argTypes,
java.lang.Object[] args)
Evaluates the expression, returning an object.
|
java.lang.Object |
Expr.invoke(ELContext env,
java.lang.Class<?>[] argTypes,
java.lang.Object[] args)
Evaluates the expression, returning an object.
|
java.lang.Object |
MethodExpr.invoke(ELContext env,
java.lang.Class<?>[] argTypes,
java.lang.Object[] args)
Evaluates the expression, returning an object.
|
java.lang.Object |
ArrayResolverExpr.invoke(ELContext env,
java.lang.Class<?>[] argTypes,
java.lang.Object[] args)
Evaluates the expression, returning an object.
|
java.lang.Object |
StringLiteral.invoke(ELContext env,
java.lang.Class<?>[] argTypes,
java.lang.Object[] args)
Evaluates the expression, returning an object.
|
java.lang.Object |
MethodExpressionImpl.invoke(ELContext context,
java.lang.Object[] params) |
boolean |
ObjectLiteralValueExpression.isReadOnly(ELContext context) |
boolean |
PathExpr.isReadOnly(ELContext env)
Evaluate the expression as an object.
|
boolean |
AbstractValueExpression.isReadOnly(ELContext context) |
boolean |
ObjectValueExpression.isReadOnly(ELContext context) |
boolean |
ArrayResolverExpr.isReadOnly(ELContext env)
Returns the read-only value of the expression.
|
boolean |
AbstractVariableResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
abstract java.lang.Object |
Marshall.marshall(Expr expr,
ELContext env) |
boolean |
Expr.print(JspWriter out,
ELContext env,
boolean escapeXml)
Evaluates directly to the output.
|
boolean |
DoubleLiteral.print(JspWriter out,
ELContext env,
boolean escapeXml)
Evaluates directly to the output.
|
boolean |
Expr.print(WriteStream out,
ELContext env,
boolean escapeXml)
Evaluates directly to the output.
|
boolean |
NullLiteral.print(WriteStream out,
ELContext env,
boolean isEscaped)
Evalutes directly to the output.
|
boolean |
LongLiteral.print(WriteStream out,
ELContext env,
boolean isEscaped)
Evalutes directly to the output.
|
boolean |
InterpolateExpr.print(WriteStream out,
ELContext env,
boolean escapeXml)
Prints the interpolated value directly to the output.
|
boolean |
StringLiteral.print(WriteStream out,
ELContext env,
boolean isEscape)
Evalutes directly to the output.
|
boolean |
AbstractBooleanExpr.print(WriteStream out,
ELContext env,
boolean isEscaped)
Evalutes directly to the output.
|
static void |
Expr.setProperty(java.lang.Object target,
java.lang.String property,
java.lang.Object value) |
void |
ObjectLiteralValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
PathExpr.setValue(ELContext env,
java.lang.Object value)
Evaluate the expression as an object.
|
void |
AbstractValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
ObjectValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
Expr.setValue(ELContext env,
java.lang.Object value)
Evaluates the expression, setting an object.
|
void |
ValueExpr.setValue(ELContext env,
java.lang.Object value)
Sets teh value.
|
void |
IdExpr.setValue(ELContext env,
java.lang.Object value)
Evaluates the expression, setting an object.
|
void |
ArrayResolverExpr.setValue(ELContext env,
java.lang.Object value)
Evaluate the expression as an object.
|
void |
AbstractVariableResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
static java.math.BigDecimal |
Expr.toBigDecimal(java.lang.Object value,
ELContext env)
Converts some unknown value to a big decimal
|
static java.math.BigInteger |
Expr.toBigInteger(java.lang.Object value,
ELContext env)
Converts some unknown value to a big integer
|
static boolean |
Expr.toBoolean(java.lang.Object value,
ELContext env)
Converts some unknown value to a boolean.
|
static char |
Expr.toCharacter(java.lang.Object value,
ELContext env)
Converts some unknown value to a string.
|
static java.lang.Class<?> |
Expr.toClass(java.lang.Object value,
ELContext env)
jsp/3019
|
static double |
Expr.toDouble(java.lang.Object value,
ELContext env)
Converts some unknown value to a double.
|
static long |
Expr.toLong(java.lang.Object value,
ELContext env)
Converts some unknown value to a long.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
InitPageContextImpl.resolveVariable(java.lang.String name)
Finds an attribute in any of the scopes from page to webApp.
|
java.lang.Object |
PageContextImpl.resolveVariable(java.lang.String name)
Finds an attribute in any of the scopes from page to webApp.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
HeaderValuesFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
RequestExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ApplicationExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ImplicitObjectExpr.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
CookieExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ApplicationScopeExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
InitParamExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
HeaderValuesExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ApplicationFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
PageContextExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
SessionScopeExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
InitParamFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ParamFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
RequestScopeExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ParamValuesExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
HeaderExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ParamExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
PageScopeExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
HeaderFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ParamValuesFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
RequestFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
ImplicitFieldExpr.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
SessionFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
SessionExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
CookieFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
java.lang.Object |
PageFieldExpression.getValue(ELContext env)
Evaluate the expr as an object.
|
boolean |
ApplicationFieldExpression.isReadOnly(ELContext env)
Evaluate the expr as an object.
|
boolean |
RequestFieldExpression.isReadOnly(ELContext env)
Evaluate the expr as an object.
|
boolean |
PageFieldExpression.isReadOnly(ELContext env)
Evaluate the expr as an object.
|
void |
ApplicationFieldExpression.setValue(ELContext env,
java.lang.Object value)
Evaluate the expr as an object.
|
void |
RequestFieldExpression.setValue(ELContext env,
java.lang.Object value)
Evaluate the expr as an object.
|
void |
PageFieldExpression.setValue(ELContext env,
java.lang.Object value)
Evaluate the expr as an object.
|
Modifier and Type | Method and Description |
---|---|
protected java.text.DateFormat |
ParseDateTag.getFormat() |
protected java.text.NumberFormat |
ParseNumberTag.getFormat() |
Modifier and Type | Class and Description |
---|---|
class |
MethodNotFoundException
EL exceptions
|
class |
PropertyNotFoundException
EL exceptions
|
class |
PropertyNotWritableException
EL exceptions
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
ExpressionFactory.coerceToType(java.lang.Object obj,
java.lang.Class<?> targetType) |
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
abstract ValueExpression |
ExpressionFactory.createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType) |
abstract ValueExpression |
ExpressionFactory.createValueExpression(java.lang.Object instance,
java.lang.Class<?> expectedType) |
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context) |
abstract java.lang.Class<?> |
ValueExpression.getType(ELContext context) |
abstract java.lang.Object |
ValueExpression.getValue(ELContext context) |
abstract java.lang.Object |
ELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
abstract java.lang.Object |
MethodExpression.invoke(ELContext context,
java.lang.Object[] params) |
abstract boolean |
ValueExpression.isReadOnly(ELContext context) |
abstract boolean |
ELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
abstract void |
ValueExpression.setValue(ELContext context,
java.lang.Object value) |
abstract void |
ELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |