InterviewSolution
Saved Bookmarks
| 1. |
What Does It Mean By Render Kit In Jsf? |
|
Answer» A RENDER kit defines how COMPONENT classes MAP to component tags that are appropriate for a particular client. The JavaServer Faces implementation INCLUDES a standard HTML render kit for rendering to an HTML client. A render kit defines how component classes map to component tags that are appropriate for a particular client. The JavaServer Faces implementation includes a standard HTML render kit for rendering to an HTML client. |
|