public interface Decision
Modifier and Type | Method and Description |
---|---|
boolean |
isArray(Object o)
tests if object is a array
|
boolean |
isBinary(Object object)
tests if object is a binary
|
boolean |
isBoolean(Object value)
tests if value is a Boolean (Numbers are not acctepeted)
|
boolean |
isBoolean(String str)
tests if value is a Boolean
|
boolean |
isComponent(Object object)
tests if object is a Component
|
boolean |
isDate(Object value,
boolean alsoNumbers)
tests if value is DateTime Object
|
boolean |
isEmpty(String str) |
boolean |
isEmpty(String str,
boolean trim) |
boolean |
isHex(String str)
tests if String value is Hex Value
|
boolean |
isLeapYear(int year)
tests if year is a leap year
|
boolean |
isNativeArray(Object o)
tests if object is a native java array
|
boolean |
isNumeric(Object value)
tests if value is Numeric
|
boolean |
isNumeric(String str)
tests if String value is Numeric
|
boolean |
isObject(Object o)
returns if object is a CFML object
|
boolean |
isQuery(Object object)
tests if object is a Query
|
boolean |
isSimpleValue(Object value)
tests if value is a simple value (Number,String,Boolean,Date,Printable)
|
boolean |
isSimpleVariableName(String string) |
boolean |
isStruct(Object o)
tests if object is a struct
|
boolean |
isUserDefinedFunction(Object object)
tests if object is a binary
|
boolean |
isUUID(String str)
tests if String value is UUID Value
|
boolean |
isVariableName(String string) |
boolean |
isWddx(Object o)
tests if object is a WDDX Object
|
boolean |
isXML(Object o)
tests if object is a XML Object
|
boolean |
isXMLDocument(Object o)
tests if object is a XML Document Object
|
boolean |
isXMLElement(Object o)
tests if object is a XML Element Object
|
boolean |
isXMLRootElement(Object o)
tests if object is a XML Root Element Object
|
Collection.Key |
toKey(Object obj) |
Collection.Key |
toKey(Object obj,
Collection.Key defaultValue) |
boolean isSimpleValue(Object value)
value
- value to testboolean isNumeric(Object value)
value
- value to testboolean isNumeric(String str)
str
- value to testboolean isHex(String str)
str
- value to testboolean isUUID(String str)
str
- value to testboolean isBoolean(Object value)
value
- value to testboolean isBoolean(String str)
str
- value to testboolean isDate(Object value, boolean alsoNumbers)
value
- value to testalsoNumbers
- interpret also a number as dateboolean isStruct(Object o)
o
- boolean isNativeArray(Object o)
o
- boolean isBinary(Object object)
object
- boolean isComponent(Object object)
object
- boolean isQuery(Object object)
object
- boolean isUserDefinedFunction(Object object)
object
- boolean isLeapYear(int year)
year
- year to checkboolean isWddx(Object o)
o
- Object to checkboolean isXML(Object o)
o
- Object to checkboolean isXMLElement(Object o)
o
- Object to checkboolean isXMLDocument(Object o)
o
- Object to checkboolean isXMLRootElement(Object o)
o
- Object to checkboolean isVariableName(String string)
string
- boolean isSimpleVariableName(String string)
string
- boolean isObject(Object o)
o
- Object to checkboolean isEmpty(String str)
str
- boolean isEmpty(String str, boolean trim)
str
- trim
- Collection.Key toKey(Object obj) throws PageException
PageException
Collection.Key toKey(Object obj, Collection.Key defaultValue)
Copyright © 2015 Lucee