Package | Description |
---|---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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. |
Class and Description |
---|
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.
|
Class and Description |
---|
ConverterException
ConverterException is an exception thrown by the
getAsObject() or getAsText() method of a
Converter , to indicate that the requested conversion cannot
be performed. |
Class and Description |
---|
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.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.