com.ibm.xsp.registry
Interface FacesConverterDefinition
- All Superinterfaces:
- FacesComplexDefinition, FacesDefinition, FacesExtensibleNode
public interface FacesConverterDefinition
- extends FacesComplexDefinition
Note, it is possible to use converters without registering them in an
xsp-config file. If they are registered in a faces-config file then they will
be available at runtime, and can be either implicitly used (when registered
by converter-for-class), or if registered with a converter-id they can be
used in an page through the tag: <xp:converter
converterId="com.example.myConverter"
ConverterDefinitions can also appear as a tag in the xsp file.
Converters with a converter-for-class instead of a converter-id are not read
when the xsp-config files are parsed, they should be registered in
faces-config files instead.
Methods inherited from interface com.ibm.xsp.registry.FacesDefinition |
getDefaultFacesProperty, getDefaultProperty, getDefinedInlinePropertyNames, getDefinedPropertyNames, getFile, getFirstDefaultPrefix, getGroupTypeRefs, getId, getJavaClass, getNamespaceUri, getParent, getProperty, getPropertyNames, getReferenceId, getSince, getTagName, isDefinedProperty, isGroupProperty, isProperty, isTag |
getConverterId
java.lang.String getConverterId()
- Returns:
- The Id of the converter.