RenderContext
. Don't use this interface.@Deprecated public interface ObjectModel
Modifier and Type | Field and Description |
---|---|
static String |
BOOLEAN_COERCE
Deprecated.
|
static String |
COLLECTION_COERCE
Deprecated.
|
static String |
LEQ
Deprecated.
|
static String |
LT
Deprecated.
|
static String |
NUMERIC_COERCE
Deprecated.
|
static String |
PROPERTY_ACCESS
Deprecated.
|
static String |
STRICT_EQ
Deprecated.
|
static String |
STRING_COERCE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Number |
coerceNumeric(Object object)
Deprecated.
Coerce the object to a numeric value
|
boolean |
coerceToBoolean(Object object)
Deprecated.
Convert the given object to a boolean value
|
Collection<Object> |
coerceToCollection(Object object)
Deprecated.
Force the conversion of the object to a collection
|
Map |
coerceToMap(Object object)
Deprecated.
Force the conversion of the target object to a map
|
String |
coerceToString(Object target)
Deprecated.
Convert the given object to a string.
|
boolean |
leq(Object left,
Object right)
Deprecated.
Check if left < right
|
boolean |
lt(Object left,
Object right)
Deprecated.
Check if left < right
|
Object |
resolveProperty(Object target,
Object property)
Deprecated.
Retrieve the specified property from the given object
|
boolean |
strictEq(Object left,
Object right)
Deprecated.
Check whether the left argument equals the right one
|
static final String PROPERTY_ACCESS
static final String COLLECTION_COERCE
static final String NUMERIC_COERCE
static final String STRING_COERCE
static final String BOOLEAN_COERCE
static final String STRICT_EQ
static final String LEQ
static final String LT
Object resolveProperty(Object target, Object property)
target
- - the target objectproperty
- - the property nameString coerceToString(Object target)
target
- - the target objectboolean coerceToBoolean(Object object)
object
- - the target objectNumber coerceNumeric(Object object)
object
- - the target objectCollection<Object> coerceToCollection(Object object)
object
- - the target objectMap coerceToMap(Object object)
object
- - the target objectboolean strictEq(Object left, Object right)
left
- the left argumentright
- the right argumentboolean lt(Object left, Object right)
left
- the left argumentright
- the right argument"Copyright © 2010 - 2016 Adobe Systems Incorporated. All Rights Reserved"