META-INF.maven-faces-plugin.components.trinidad.Value.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:tr="http://myfaces.apache.org/trinidad" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin" xmlns:fmd="http://java.sun.com/xml/ns/javaee/faces/design-time-metadata"> <component> <description><![CDATA[The UIXValue component contains all the shared attributes supported by all Apache Trinidad components that support the JSF ValueHolder interface, and therefore support values and Converters.]]> </description> <icon> <!-- small-icon>/org/apache/myfaces/trinidadinternal/metadata/icons/value.png</small-icon --> </icon> <component-type>org.apache.myfaces.trinidad.Value</component-type> <component-class>org.apache.myfaces.trinidad.component.UIXValue</component-class> <property> <description><![CDATA[the value of the component. If the EL binding for the "value" points to a bean property with a getter but no setter, and this is an editable component, the component will be rendered in read-only mode.]]></description> <property-name>value</property-name> <property-class>java.lang.Object</property-class> <property-extension> <mfp:property-metadata/> <fmd:property-metadata> <fmd:preferred>true</fmd:preferred> </fmd:property-metadata> </property-extension> </property> <property> <description><![CDATA[a converter object]]></description> <property-name>converter</property-name> <property-class>javax.faces.convert.Converter</property-class> <property-extension> <mfp:property-metadata/> <mfp:state-holder>yes</mfp:state-holder> <fmd:property-metadata> <fmd:category-id>GENERAL</fmd:category-id> </fmd:property-metadata> </property-extension> </property> <component-extension> <mfp:component-family>org.apache.myfaces.trinidad.Value</mfp:component-family> <mfp:component-supertype>org.apache.myfaces.trinidad.ComponentBase</mfp:component-supertype> <mfp:renderer-type>org.apache.myfaces.trinidad.Value</mfp:renderer-type> <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.UIXValueTag</mfp:tag-class> <mfp:author>Adam Winer</mfp:author> <mfp:component-class-modifier>abstract</mfp:component-class-modifier> <mfp:tag-class-modifier>abstract</mfp:tag-class-modifier> </component-extension> </component> </faces-config>