| Package | Description |
|---|---|
| javax.faces.component |
Fundamental APIs for user
interface components.
|
| javax.faces.component.behavior |
APIs for attaching additional
behavior to user interface components.
|
| javax.faces.context |
Classes and interfaces
defining per-request state information.
|
| javax.faces.render |
Classes and interfaces
defining the rendering model.
|
| Class and Description |
|---|
| Renderer
A Renderer converts the internal representation of
UIComponents into the output stream (or writer) associated with
the response we are creating for a particular request. |
| Class and Description |
|---|
| ClientBehaviorRenderer
A ClientBehaviorRenderer produces
the client-side script that implements a
ClientBehavior's client-side
logic. |
| Class and Description |
|---|
| RenderKit
RenderKit represents a collection of
Renderer instances that, together, know how to render
JavaServer Faces UIComponent instances for a specific
client. |
| Class and Description |
|---|
| ClientBehaviorRenderer
A ClientBehaviorRenderer produces
the client-side script that implements a
ClientBehavior's client-side
logic. |
| Renderer
A Renderer converts the internal representation of
UIComponents into the output stream (or writer) associated with
the response we are creating for a particular request. |
| RenderKit
RenderKit represents a collection of
Renderer instances that, together, know how to render
JavaServer Faces UIComponent instances for a specific
client. |
| ResponseStateManager
ResponseStateManager is the helper class to
StateManager that knows the specific
rendering technology being used to generate the response. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.