blob: cf3f7f1ff261451d75bb5bfc7c697c2e18b1b818 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2006 The Apache Software Foundation.
Licensed 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="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<component>
<!-- ################################ defined Properties ################################ -->
<!-- # from super classes: # -->
<!-- # id, binding, rendered, transient # -->
<!-- # ******************************************************************************** # -->
<!-- # value, url # -->
<!-- #################################################################################### -->
<component-type>javax.faces.Graphic</component-type>
<component-class>javax.faces.component.UIGraphic</component-class>
<description>Displays a graphical image.</description>
<property>
<description>The value property of the UIGraphic</description>
<property-name>value</property-name>
<property-class>java.lang.Object</property-class>
<property-extension>
<mfp:required>false</mfp:required>
</property-extension>
</property>
<property>
<description><![CDATA[
<p>
The URL of the image. If the URL starts with a '/', it is relative
to the context path of the web application.
</p>
<p>
This attribute is an alias for the "value" property.
</p>
]]>
</description>
<property-name>url</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
<mfp:required>false</mfp:required>
</property-extension>
</property>
<component-extension>
<mfp:component-family>javax.faces.Graphic</mfp:component-family>
<mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
<mfp:renderer-type>javax.faces.Image</mfp:renderer-type>
</component-extension>
</component>
</faces-config>