META-INF.faces-config.xml Maven / Gradle / Ivy
Go to download
The core classes for the JSF Toolkit Component Framework. Includes all
framework base and utility classes as well as component
kick-start/code-generation and registration tools.
Also includes some classes for testing that are reused in other projects.
They cannot be factored out into a separate project because they are
referenced by the tests and they reference this code (circular
dependence).
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" "http://java.sun.com/dtd/web-facesconfig_1_1.dtd"> <faces-config xmlns="http://java.sun.com/JSF/Configuration"> <managed-bean> <managed-bean-name>com_jsftoolkit_resourceFilter</managed-bean-name> <managed-bean-class> com.jsftoolkit.utils.ResourceFilterImpl </managed-bean-class> <managed-bean-scope>application</managed-bean-scope> </managed-bean> <component><component-type>com.jsftoolkit.DataIteratorFoo</component-type><component-class>com.jsftoolkit.base.DataIterator</component-class></component><component> <component-type>com.jsftoolkit.DataIterator</component-type> <component-class>com.jsftoolkit.base.DataIterator</component-class> </component> <component> <component-type>com.jsftoolkit.HtmlScripts</component-type> <component-class>com.jsftoolkit.base.HtmlScripts</component-class> </component> <render-kit> <renderer> <component-family>javax.faces.Data</component-family> <renderer-type>com.jsftoolkit.GenericDataRenderer</renderer-type> <renderer-class>com.jsftoolkit.base.GenericDataRenderer</renderer-class> </renderer> </render-kit> </faces-config>