Package | Description |
---|---|
com.caucho.config.types | |
com.caucho.el | |
com.caucho.jsp.el | |
com.caucho.jsp.java | |
com.caucho.server.e_app | |
javax.servlet.jsp.el |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ResinType.create(java.lang.Class targetClass)
Creates the object.
|
void |
InitParam.setParamValue(RawString paramValue)
Sets the param-value.
|
void |
InitParam.setProperty(java.lang.String name,
RawString rawValue)
Sets a misc parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
ELExceptionImpl
An expression language exception.
|
Modifier and Type | Method and Description |
---|---|
static ELException |
ELExceptionImpl.create(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ExpressionEvaluatorImpl.evaluate(java.lang.String expression,
java.lang.Class expectedType,
VariableResolver resolver,
FunctionMapper funMapper)
Evaluates an expression.
|
java.lang.Object |
ExpressionImpl.evaluate(VariableResolver resolver)
Evaluates an expression.
|
Expression |
ExpressionEvaluatorImpl.parseExpression(java.lang.String expression,
java.lang.Class expectedType,
FunctionMapper funMapper)
Parses an expression.
|
Modifier and Type | Method and Description |
---|---|
int |
JavaJspGenerator.addExpr(java.lang.String expr)
Adds an expression to the expression list.
|
int |
JavaJspGenerator.addMethodExpr(java.lang.String value,
java.lang.String sigString)
Adds an expression to the expression list.
|
int |
JavaJspGenerator.addValueExpr(java.lang.String value,
java.lang.String type)
Adds an expression to the expression list.
|
Expr |
JavaJspGenerator.genExpr(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected Path |
EarDeployController.calculateRootDirectory() |
Modifier and Type | Class and Description |
---|---|
class |
ELParseException
A generic EL exception.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
ExpressionEvaluator.evaluate(java.lang.String expression,
java.lang.Class expectedType,
VariableResolver varEnv,
FunctionMapper funEnv)
Evaluates the expression.
|
abstract java.lang.Object |
Expression.evaluate(VariableResolver varEnv)
Evaluates the expression.
|
abstract Expression |
ExpressionEvaluator.parseExpression(java.lang.String expression,
java.lang.Class expectedType,
FunctionMapper funEnv)
Evaluates the expression.
|
java.lang.Object |
VariableResolver.resolveVariable(java.lang.String name) |