|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.faces.convert | |
---|---|
javax.faces.application | APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. |
javax.faces.component | Fundamental APIs for user interface components. |
javax.faces.convert | Contains classes and interfaces defining converters. |
javax.faces.render | Classes and interfaces defining the rendering model. |
javax.faces.webapp | Classes required for integration of JavaServer Faces into web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags. |
Classes in javax.faces.convert used by javax.faces.application | |
---|---|
Converter
Converter 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 javax.faces.convert used by javax.faces.component | |
---|---|
Converter
Converter 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
ConverterException is an exception thrown by the getAsObject() or getAsText() method of a
Converter , to indicate that the requested conversion cannot
be performed. |
|
NumberConverter
Converter
implementation for java.lang.Number values. |
Classes in javax.faces.convert used by javax.faces.convert | |
---|---|
Converter
Converter 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 javax.faces.convert used by javax.faces.render | |
---|---|
ConverterException
ConverterException is an exception thrown by the getAsObject() or getAsText() method of a
Converter , to indicate that the requested conversion cannot
be performed. |
Classes in javax.faces.convert used by javax.faces.webapp | |
---|---|
Converter
Converter 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |