Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JavaServer Faces Tooling User Guide
Previous Page Home Next Page

Adding a RenderKit

A RenderKit is a library of renders. A render is used to customizes the encoding and decoding for a specific client device or localized application user. A RenderKit can implement a look and feel, called a skin, target specific devices, such as a phone, PDA, or markup language, for example, WML, HTML, or SVG. In a JavaServer Page (JSP) a RenderKit is represented as a custom tag library. For detailed information on RenderKits, see the Sun JavaServer Faces Specification.

To add a RenderKit:

  1. Select faces-config.xml in the Project Explorer of the J2EE perspective.

    The JSF Application Configuration editor opens.

  2. Select the Component tab of the editor.

  3. Expand the RenderKits section.

    A list of defined RenderKits, general information, and a list of renderers of the selected RenderKit appears.

  4. Click Add.

    A new RenderKit is added to the RenderKits list with the default name New Renderkit x .

  5. (Optional) Change the default RenderKit name to a unique, descriptive name in the Display name field of the General section.

  6. (Optional) Type a description in the Description field.

  7. Type an ID in the RenderKit ID field.

  8. Click Browse and select a RenderKit Class.


Related concepts


Related reference


Faces ConfigEditor

Related tasks

Tutorial


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire