|
|
|
|
org.eclipse.jst.jsf.taglibprocessing.attributevalues
Class IntegerType
java.lang.Object
org.eclipse.jst.jsf.metadataprocessors.AbstractMetaDataEnabledFeature
org.eclipse.jst.jsf.metadataprocessors.AbstractRootTypeDescriptor
org.eclipse.jst.jsf.taglibprocessing.attributevalues.AbstractEnumerationType
org.eclipse.jst.jsf.taglibprocessing.attributevalues.EnumerationType
org.eclipse.jst.jsf.taglibprocessing.attributevalues.NumberType
org.eclipse.jst.jsf.taglibprocessing.attributevalues.IntegerType
-
All Implemented Interfaces:
-
IDefaultValue,
IValidELValues,
IValidValues,
IMetaDataEnabledFeature,
ITypeDescriptor
-
Direct Known Subclasses:
-
LengthType
-
public class IntegerType
- extends
NumberType
Meta-data processing type representing an integer attribute value runtime type
that implements IValidValues, IDefaultValue, IValidELValues
Provisional API - subject to change
Method Summary
|
boolean
|
isValidValue
(java.lang.String value)
Type coercion according to JSP 2.0 spec: JSP.1.14.2.1 Conversions from String values |
Methods inherited from class java.lang.Object
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
IntegerType
public IntegerType()
isValidValue
public boolean isValidValue(java.lang.String value)
- Type coercion according to JSP 2.0 spec: JSP.1.14.2.1 Conversions from String values
-
-
Parameters:
-
value - fully resolved value as String
-
Returns:
- true if is valid
-
See Also:
-
IValidValues.isValidValue(java.lang.String)
|
|
|