Package com.webmethods.caf.faces.convert
Class IteratorConverter
java.lang.Object
com.webmethods.caf.faces.convert.BaseConverter
com.webmethods.caf.faces.convert.CollectionConverter
com.webmethods.caf.faces.convert.IteratorConverter
- All Implemented Interfaces:
StateHolder
,Converter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Custom implementation that is safe to use when the value is invalid and the converter state is saved with the iterator value in the state. -
Field Summary
FieldsFields inherited from class com.webmethods.caf.faces.convert.CollectionConverter
m_nType
Fields inherited from class com.webmethods.caf.faces.convert.BaseConverter
BAD_PARAMETER_LONG_ID, BAD_PARAMETER_SHORT_ID, BAD_STRING_LONG_ID, BAD_STRING_SHORT_ID, BAD_TYPE_LONG_ID, BAD_TYPE_SHORT_ID, m_bshowCAFErrorMsg, m_clientLocale, m_CustomMessage
Fields inherited from interface javax.faces.convert.Converter
DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsObject
(FacesContext context, UIComponent component, String value) getAsString
(FacesContext context, UIComponent component, Object value) Methods inherited from class com.webmethods.caf.faces.convert.CollectionConverter
getConvertType, isTransient, restoreState, saveState, setConvertType, setTransient
Methods inherited from class com.webmethods.caf.faces.convert.BaseConverter
getBadCommonInputMsg, getBadInputMsg, getBadInputMsg, getBadInputStringTypeMsg, getBadInputTypeMsg, getClientLocale, getClientTimeZone, getCustomErrorMsg, getRegion, getshowCAFErrorMsg, isBlankValue, isStringObj, isValue, setCustomErrorMsg, setRegion, setshowCAFErrorMsg, validateFromObject, validateFromString
-
Field Details
-
CONVERTER_ID
- See Also:
-
-
Constructor Details
-
IteratorConverter
public IteratorConverter()
-
-
Method Details
-
getAsObject
- Specified by:
getAsObject
in interfaceConverter
- Overrides:
getAsObject
in classCollectionConverter
-
getAsString
- Specified by:
getAsString
in interfaceConverter
- Overrides:
getAsString
in classCollectionConverter
-