|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueExpression | |
---|---|
com.caucho.config.el | |
com.caucho.el | |
com.caucho.jsp | |
com.caucho.jsp.el | |
com.caucho.jsp.jsf | |
com.caucho.jstl.rt | |
javax.el | |
javax.servlet.jsp.jstl.core |
Uses of ValueExpression in com.caucho.config.el |
---|
Subclasses of ValueExpression in com.caucho.config.el | |
---|---|
class |
CandiExpr
Variable resolution for webbeans variables |
class |
CandiValueExpression
Variable resolution for webbeans variables |
Methods in com.caucho.config.el that return ValueExpression | |
---|---|
ValueExpression |
CandiExpressionFactory.createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType)
|
ValueExpression |
CandiExpressionFactory.createValueExpression(java.lang.Object instance,
java.lang.Class<?> expectedType)
|
Constructors in com.caucho.config.el with parameters of type ValueExpression | |
---|---|
CandiValueExpression(ValueExpression expr)
|
Uses of ValueExpression in com.caucho.el |
---|
Subclasses of ValueExpression in com.caucho.el | |
---|---|
class |
AbstractBooleanExpr
Base implementation for a boolean-valued expression. |
class |
AbstractValueExpression
Abstract implementation class for an expression. |
class |
AddExpr
Represents a binary addition numeric operation |
class |
ArrayExpr
Represents an array reference: |
class |
ArrayResolverExpr
Represents an array reference: |
class |
BigDecimalValueExpression
Abstract implementation class for an expression. |
class |
BigIntegerValueExpression
Abstract implementation class for an expression. |
class |
BinaryExpr
Represents a binary numeric operation |
class |
BooleanExpr
Represents a binary boolean expression. |
class |
BooleanLiteral
A boolean literal expression. |
class |
BooleanValueExpression
Abstract implementation class for an expression. |
class |
ByteValueExpression
Abstract implementation class for an expression. |
class |
CharacterValueExpression
Abstract implementation class for an expression. |
class |
CmpExpr
Represents a numeric comparison operation: lt, gt, le, ge. |
class |
ConditionalExpr
Represents a conditional expression |
class |
ConditionalNullExpr
Represents a conditional expression |
class |
DivExpr
Represents a binary divtiplication numeric operation |
class |
DoubleLiteral
Represents a double literal expression. |
class |
DoubleValueExpression
Abstract implementation class for an expression. |
class |
EqExpr
Represents the numeric comparison operation: eq |
class |
Expr
Abstract implementation class for an expression. |
class |
FloatValueExpression
Abstract implementation class for an expression. |
class |
FunctionExpr
Represents a method call. |
class |
GeExpr
Represents the numeric comparison operation: le |
class |
GtExpr
Represents the numeric comparison operation: gt |
class |
IdExpr
Identifier expression. |
class |
IntegerValueExpression
Abstract implementation class for an expression. |
class |
InterpolateExpr
Representing a string interpolation expression. |
class |
LeExpr
Represents the numeric comparison operation: le |
class |
LongLiteral
Represents a long literal expression. |
class |
LongValueExpression
Abstract implementation class for an expression. |
class |
LtExpr
Represents the numeric comparison operation: lt |
class |
MatchesExpr
Represents the regular expression operation: matches |
class |
MethodExpr
Represents a named method call on an object. |
class |
MinusExpr
Represents a unary minus expression. |
class |
ModExpr
Represents a binary mod numeric operation |
class |
MulExpr
Represents a binary multiplication numeric operation |
class |
NeExpr
Represents the numeric comparison operation: ne |
class |
NullLiteral
Represents a null literal expression. |
class |
ObjectLiteralValueExpression
Wraps object into a value javax.el.ValueExpression, optionally converts |
class |
ObjectValueExpression
Abstract implementation class for an expression. |
class |
PathExpr
Represents a field reference that may also be a dotted property, e.g. |
class |
ShortValueExpression
Abstract implementation class for an expression. |
class |
StaticMethodExpr
Represents a method call. |
class |
StringLiteral
Represents a string literal expression |
class |
StringValueExpression
Abstract implementation class for an expression. |
class |
SubExpr
Represents a binary subition numeric operation |
class |
UnaryExpr
Represents a unary expression. |
class |
ValueExpr
ValueExpression expression. |
Methods in com.caucho.el that return ValueExpression | |
---|---|
ValueExpression |
FieldGenerator.createField(java.lang.String field)
Creates a field reference using this expression as the base object. |
ValueExpression |
ExpressionFactoryImpl.createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType)
|
ValueExpression |
ExpressionFactoryImpl.createValueExpression(Expr expr,
java.lang.String expression,
java.lang.Class<?> expectedType)
|
ValueExpression |
ExpressionFactoryImpl.createValueExpression(java.lang.Object instance,
java.lang.Class<?> expectedType)
|
ValueExpression |
VariableMapperImpl.resolveVariable(java.lang.String variable)
|
ValueExpression |
VariableMapperImpl.setVariable(java.lang.String variable,
ValueExpression expr)
|
Methods in com.caucho.el with parameters of type ValueExpression | |
---|---|
ValueExpression |
VariableMapperImpl.setVariable(java.lang.String variable,
ValueExpression expr)
|
Constructors in com.caucho.el with parameters of type ValueExpression | |
---|---|
ValueExpr(java.lang.String name,
ValueExpression valExpr)
Creates the identifier |
Uses of ValueExpression in com.caucho.jsp |
---|
Methods in com.caucho.jsp that return ValueExpression | |
---|---|
ValueExpression |
PageContextImpl.createExpr(ValueExpression expr,
java.lang.String exprString,
java.lang.Class type)
Creates an expression. |
static ValueExpression |
JspUtil.createValueExpression(ELContext elContext,
java.lang.Class<?> type,
java.lang.String exprString)
|
ValueExpression |
PageContextImpl.PageVariableMapper.resolveVariable(java.lang.String var)
|
ValueExpression |
PageContextImpl.PageVariableMapper.setVariable(java.lang.String var,
ValueExpression expr)
|
Methods in com.caucho.jsp with parameters of type ValueExpression | |
---|---|
ValueExpression |
PageContextImpl.createExpr(ValueExpression expr,
java.lang.String exprString,
java.lang.Class type)
Creates an expression. |
ValueExpression |
PageContextImpl.PageVariableMapper.setVariable(java.lang.String var,
ValueExpression expr)
|
Uses of ValueExpression in com.caucho.jsp.el |
---|
Subclasses of ValueExpression in com.caucho.jsp.el | |
---|---|
class |
ApplicationExpression
|
class |
ApplicationFieldExpression
|
class |
ApplicationScopeExpression
|
class |
CookieExpression
|
class |
CookieFieldExpression
|
class |
HeaderExpression
|
class |
HeaderFieldExpression
|
class |
HeaderValuesExpression
|
class |
HeaderValuesFieldExpression
|
class |
ImplicitFieldExpr
|
class |
ImplicitObjectExpr
|
class |
InitParamExpression
|
class |
InitParamFieldExpression
|
class |
PageContextExpression
|
class |
PageFieldExpression
|
class |
PageScopeExpression
|
class |
ParamExpression
|
class |
ParamFieldExpression
|
class |
ParamValuesExpression
|
class |
ParamValuesFieldExpression
|
class |
RequestExpression
|
class |
RequestFieldExpression
|
class |
RequestScopeExpression
|
class |
SessionExpression
|
class |
SessionFieldExpression
|
class |
SessionScopeExpression
|
Fields in com.caucho.jsp.el declared as ValueExpression | |
---|---|
static ValueExpression |
ApplicationExpression.EXPR
|
static ValueExpression |
ApplicationScopeExpression.EXPR
|
static ValueExpression |
CookieExpression.EXPR
|
static ValueExpression |
HeaderExpression.EXPR
|
static ValueExpression |
HeaderValuesExpression.EXPR
|
static ValueExpression |
InitParamExpression.EXPR
|
static ValueExpression |
PageContextExpression.EXPR
|
static ValueExpression |
PageScopeExpression.EXPR
|
static ValueExpression |
ParamExpression.EXPR
|
static ValueExpression |
ParamValuesExpression.EXPR
|
static ValueExpression |
RequestExpression.EXPR
|
static ValueExpression |
RequestScopeExpression.EXPR
|
static ValueExpression |
SessionExpression.EXPR
|
static ValueExpression |
SessionScopeExpression.EXPR
|
Methods in com.caucho.jsp.el that return ValueExpression | |
---|---|
ValueExpression |
ApplicationScopeExpression.createField(java.lang.String field)
|
ValueExpression |
CookieExpression.createField(java.lang.String field)
|
ValueExpression |
HeaderExpression.createField(java.lang.String field)
Creates a field reference using this expression as the base object. |
ValueExpression |
HeaderValuesExpression.createField(java.lang.String field)
Creates a field reference using this expression as the base object. |
ValueExpression |
InitParamExpression.createField(java.lang.String field)
|
ValueExpression |
PageScopeExpression.createField(java.lang.String field)
|
ValueExpression |
ParamExpression.createField(java.lang.String field)
|
ValueExpression |
ParamValuesExpression.createField(java.lang.String field)
|
ValueExpression |
RequestScopeExpression.createField(java.lang.String field)
|
ValueExpression |
SessionExpression.createField(java.lang.String field)
Creates a field reference using this expression as the base object. |
ValueExpression |
SessionScopeExpression.createField(java.lang.String field)
|
ValueExpression |
ImplicitVariableMapper.resolveVariable(java.lang.String variable)
|
ValueExpression |
ImplicitVariableMapper.setVariable(java.lang.String variable,
ValueExpression expr)
|
Methods in com.caucho.jsp.el with parameters of type ValueExpression | |
---|---|
ValueExpression |
ImplicitVariableMapper.setVariable(java.lang.String variable,
ValueExpression expr)
|
Uses of ValueExpression in com.caucho.jsp.jsf |
---|
Methods in com.caucho.jsp.jsf with parameters of type ValueExpression | |
---|---|
static UIComponent |
JsfTagUtil.addFacet(FacesContext context,
ServletRequest req,
UIComponent parent,
java.lang.String facetName,
ValueExpression binding,
java.lang.Class childClass)
|
static UIComponent |
JsfTagUtil.addPersistent(FacesContext context,
ServletRequest req,
UIComponent parent,
ValueExpression binding,
java.lang.Class childClass)
|
Uses of ValueExpression in com.caucho.jstl.rt |
---|
Subclasses of ValueExpression in com.caucho.jstl.rt | |
---|---|
class |
CoreStringTokenValueExpression
|
Methods in com.caucho.jstl.rt that return ValueExpression | |
---|---|
protected ValueExpression |
CoreForEachTag.createIndexedExpression(int index)
|
protected ValueExpression |
CoreForTokensTag.createIndexedExpression(int index)
|
static ValueExpression |
CoreForEachTag.getExpr(ValueExpression expr,
java.lang.Integer i,
java.lang.Object items,
java.lang.String delims)
|
Methods in com.caucho.jstl.rt with parameters of type ValueExpression | |
---|---|
static ValueExpression |
CoreForEachTag.getExpr(ValueExpression expr,
java.lang.Integer i,
java.lang.Object items,
java.lang.String delims)
|
Constructors in com.caucho.jstl.rt with parameters of type ValueExpression | |
---|---|
CoreStringTokenValueExpression(ValueExpression orig,
java.lang.Integer i,
java.lang.String delims)
|
Uses of ValueExpression in javax.el |
---|
Methods in javax.el that return ValueExpression | |
---|---|
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 ValueExpression |
VariableMapper.resolveVariable(java.lang.String variable)
|
abstract ValueExpression |
VariableMapper.setVariable(java.lang.String variable,
ValueExpression expr)
|
Methods in javax.el with parameters of type ValueExpression | |
---|---|
abstract ValueExpression |
VariableMapper.setVariable(java.lang.String variable,
ValueExpression expr)
|
Uses of ValueExpression in javax.servlet.jsp.jstl.core |
---|
Subclasses of ValueExpression in javax.servlet.jsp.jstl.core | |
---|---|
class |
IndexedValueExpression
|
class |
IteratedValueExpression
|
Fields in javax.servlet.jsp.jstl.core declared as ValueExpression | |
---|---|
protected ValueExpression |
LoopTagSupport.deferredExpression
|
protected ValueExpression |
IndexedValueExpression.orig
|
protected ValueExpression |
IteratedExpression.orig
|
Methods in javax.servlet.jsp.jstl.core that return ValueExpression | |
---|---|
ValueExpression |
IteratedExpression.getValueExpression()
|
Constructors in javax.servlet.jsp.jstl.core with parameters of type ValueExpression | |
---|---|
IndexedValueExpression(ValueExpression orig,
int i)
|
|
IteratedExpression(ValueExpression orig,
java.lang.String delims)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |