Uses of Package
jakarta.faces.convert
Packages that use jakarta.faces.convert
Package
Description
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
Fundamental APIs for user
interface components.
Contains classes and interfaces
defining converters.
Classes
and interfaces defining the rendering model.
-
Classes in jakarta.faces.convert used by com.sun.faces.applicationClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.ConverterException is an exception thrown by the
getAsObject()orgetAsText()method of aConverter, to indicate that the requested conversion cannot be performed. -
Classes in jakarta.faces.convert used by com.sun.faces.application.annotationClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
-
Classes in jakarta.faces.convert used by com.sun.faces.application.applicationimplClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
-
Classes in jakarta.faces.convert used by com.sun.faces.cdiClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
-
Classes in jakarta.faces.convert used by com.sun.faces.ext.componentClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
-
Classes in jakarta.faces.convert used by com.sun.faces.facelets.tag.faces.coreClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
-
Classes in jakarta.faces.convert used by com.sun.faces.renderkit.html_basicClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.ConverterException is an exception thrown by the
getAsObject()orgetAsText()method of aConverter, to indicate that the requested conversion cannot be performed. -
Classes in jakarta.faces.convert used by com.sun.faces.utilClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
-
Classes in jakarta.faces.convert used by jakarta.faces.applicationClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
-
Classes in jakarta.faces.convert used by jakarta.faces.componentClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.ConverterException is an exception thrown by the
getAsObject()orgetAsText()method of aConverter, to indicate that the requested conversion cannot be performed. -
Classes in jakarta.faces.convert used by jakarta.faces.convertClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.Supports inline instantiation of the
FacesConverterqualifier. -
Classes in jakarta.faces.convert used by jakarta.faces.renderClassDescriptionConverterException is an exception thrown by the
getAsObject()orgetAsText()method of aConverter, to indicate that the requested conversion cannot be performed.