Package | Description |
---|---|
com.caucho.config.el | |
com.caucho.el | |
com.caucho.jsp | |
com.caucho.resources | |
javax.el |
Modifier and Type | Method and Description |
---|---|
MethodExpression |
CandiExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
Modifier and Type | Class and Description |
---|---|
class |
MethodExpressionImpl
Implementation of the method expression.
|
Modifier and Type | Method and Description |
---|---|
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
Modifier and Type | Method and Description |
---|---|
static MethodExpression |
JspUtil.createMethodExpression(ELContext elContext,
java.lang.String exprString,
java.lang.Class<?> type,
java.lang.Class<?>[] args) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTask.setMethod(MethodExpression method)
Sets the method expression as a task
|
void |
ScheduledTaskConfig.setMethod(MethodExpression method)
Deprecated.
Sets the method expression as a task
|
Modifier and Type | Method and Description |
---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |