Package com.webmethods.caf.faces.convert
Class URLConverter
java.lang.Object
com.webmethods.caf.faces.convert.BaseConverter
com.webmethods.caf.faces.convert.URLConverter
- All Implemented Interfaces:
Converter
-
Field Summary
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.BaseConverter
getBadCommonInputMsg, getBadInputMsg, getBadInputMsg, getBadInputStringTypeMsg, getBadInputTypeMsg, getClientLocale, getClientTimeZone, getCustomErrorMsg, getRegion, getshowCAFErrorMsg, isBlankValue, isStringObj, isValue, setCustomErrorMsg, setRegion, setshowCAFErrorMsg, validateFromObject, validateFromString
-
Constructor Details
-
URLConverter
public URLConverter()
-
-
Method Details
-
getAsObject
public Object getAsObject(FacesContext context, UIComponent component, String value) throws ConverterException - Throws:
ConverterException
-
getAsString
public String getAsString(FacesContext context, UIComponent component, Object value) throws ConverterException - Throws:
ConverterException
-