blob: d5f3094f4d32adc6c551bf8de024adc0452207ac [file] [log] [blame]
<?xml version="1.0" ?>
<taglib uri="http://java.sun.com/jsf/core">
<tag name="actionListener">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="type" type="CLASSNAME" required="required"
typeparam="superType=I:javax.faces.event.ActionListener"
displaylabel="%Attribute.Label.type" />
</category>
</tag>
<tag name="attribute">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="name" displaylabel="%Attribute.Label.name" required="required"/>
<attribute name="value" required="required"
displaylabel="%Attribute.Label.value" />
</category>
</tag>
<tag name="convertDateTime">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="dateStyle" type="ENUMERATED"
displaylabel="%Attribute.Label.dateStyle">
<option key="short" value="short" />
<option key="medium" value="medium" />
<option key="long" value="long" />
<option key="full" value="full" />
<option key="default" value="default" default="default"/>
</attribute>
<attribute name="locale" type="LOCALE"
displaylabel="%Attribute.Label.locale" />
<attribute name="pattern" type="ENUMERATED"
displaylabel="%Attribute.Label.pattern">
<option key="M/d/yy" value="M/d/yy" />
<option key="EEE, M/d/yy" value="EEE, M/d/yy" />
<option key="MM/dd/yyyy" value="MM/dd/yyyy" />
<option key="EEE, MM/dd/yyyy" value="EEE, MM/dd/yyyy" />
<option key="MMM d, yyyy" value="MMM d, yyyy" />
<option key="EEE, MMM d, yyyy" value="EEE, MMM d, yyyy" />
<option key="MMMM d, yyyy" value="MMMM d, yyyy" />
<option key="EEEE, MMMM d, yyyy"
value="EEEE, MMMM d, yyyy" />
<option key="MMMM yyyy" value="MMMM yyyy" />
<option key="hh:mm" value="hh:mm" />
<option key="hh:mm z" value="hh:mm z" />
<option key="HH:mm z" value="HH:mm z" />
<option key="HH:mm:ss z" value="HH:mm:ss z" />
<option key="M/d/yy hh:mm" value="M/d/yy hh:mm" />
<option key="EEE, M/d/yy hh:mm"
value="EEE, M/d/yy hh:mm" />
<option key="MM/dd/yyyy HH:mm:ss z"
value="MM/dd/yyyy HH:mm:ss z" />
<option key="EEE, MM/dd/yyyy HH:mm:ss z"
value="EEE, MM/dd/yyyy HH:mm:ss z" />
<option key="MMM d, yyyy HH:mm z"
value="MMM d, yyyy HH:mm z" />
<option key="EEE, MMM d, yyyy HH:mm z"
value="EEE, MMM d, yyyy HH:mm z" />
<option key="MMMM d, yyyy HH:mm z"
value="MMMM d, yyyy HH:mm z" />
<option key="EEEE, MMMM d, yyyy HH:mm z"
value="EEEE, MMMM d, yyyy HH:mm z" />
</attribute>
<attribute name="timeStyle" type="ENUMERATED"
displaylabel="%Attribute.Label.timeStyle">
<option key="short" value="short" />
<option key="medium" value="medium" />
<option key="long" value="long" />
<option key="full" value="full" />
<option key="default" value="default" default="default"/>
</attribute>
<attribute name="timeZone" type="TIMEZONE"
displaylabel="%Attribute.Label.timeZone" />
<attribute name="type" type="ENUMERATED"
displaylabel="%Attribute.Label.type">
<option key="date" value="date" default="default"/>
<option key="time" value="time" />
<option key="both" value="both" />
</attribute>
</category>
</tag>
<tag name="converter">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="converterId" required="required"
displaylabel="%Attribute.Label.converterId" type="converterId"/>
</category>
</tag>
<tag name="convertNumber">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="locale" type="LOCALE"
displaylabel="%Attribute.Label.locale" />
<attribute name="type" displaylabel="%Attribute.Label.type"
type="ENUMERATED">
<option key="number" value="number" default="default"/>
<option key="currency" value="currency" />
<option key="percentage" value="percentage" />
</attribute>
</category>
<category name="Other" displaylabel="%Category.Label.Other">
<attribute name="currencyCode"
displaylabel="%Attribute.Label.currencyCode" type="CURRENCYCODE" />
<attribute name="groupingUsed"
displaylabel="%Attribute.Label.groupingUsed" type="BOOLEAN" />
<attribute name="integerOnly"
displaylabel="%Attribute.Label.integerOnly" type="BOOLEAN" />
<attribute name="pattern"
displaylabel="%Attribute.Label.pattern" type="ENUMERATED">
<option key="0" value="0" />
<option key="0.00" value="0.00" />
<option key="#,##0" value="#,##0" />
<option key="#,##0.00" value="#,##0.00" />
<option key="#,##0;(#,##0)" value="#,##0;(#,##0)" />
<option key="#,##0.00;(#,##0.00)"
value="#,##0.00;(#,##0.00)" />
<option key="0.##E0" value="0.##E0" />
<option key="0%" value="0%" />
<option key="0.00%" value="0.00%" />
</attribute>
</category>
</tag>
<tag name="facet">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="name" displaylabel="%Attribute.Label.name" required="required"/>
</category>
</tag>
<tag name="loadBundle">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="basename" type="CLASSPATH_RESOURCE" required="required"
displaylabel="%Attribute.Label.basename" />
<attribute name="var" displaylabel="%Attribute.Label.var" required="required"/>
</category>
</tag>
<tag name="param">
<referedcategory ref="General">
<includeattrs>
<attribute name="name"
displaylabel="%Attribute.Label.name" />
<attribute name="value"
displaylabel="%Attribute.Label.value" required="required"/>
</includeattrs>
</referedcategory>
</tag>
<tag name="selectItem">
<referedcategory ref="General" />
<category name="Other" displaylabel="%Category.Label.Other">
<attribute name="itemDisabled"
displaylabel="%Attribute.Label.itemDisabled" type="BOOLEAN" typeparam="default=false" />
</category>
</tag>
<tag name="selectItems">
<referedcategory ref="General" />
</tag>
<tag name="subview">
<referedcategory ref="General">
<includeattrs>
<attribute name="id" displaylabel="%Attribute.Label.id" required="required"/>
</includeattrs>
<excludeattrs refs="value" />
</referedcategory>
<category name="Other" displaylabel="%Category.Label.Other">
<attribute name="rendered" type="BOOLEAN"
displaylabel="%Attribute.Label.rendered" />
</category>
</tag>
<tag name="validateDoubleRange">
<referedcategory ref="Constraint" />
</tag>
<tag name="validateLength">
<referedcategory ref="Constraint" />
</tag>
<tag name="validateLongRange">
<referedcategory ref="Constraint" />
</tag>
<tag name="validator">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="validatorId"
displaylabel="%Attribute.Label.validatorId" type="validatorId" required="required"/>
</category>
</tag>
<tag name="valueChangeListener">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="type" type="CLASSNAME" required="required"
typeparam="superType=I:javax.faces.event.ValueChangeListener"
displaylabel="%Attribute.Label.type" />
</category>
</tag>
<tag name="verbatim">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="escape" type="BOOLEAN" typeparam="default=false"
displaylabel="%Attribute.Label.escape" />
</category>
</tag>
<tag name="view">
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="locale" type="LOCALE"
displaylabel="%Attribute.Label.locale" />
</category>
</tag>
<definition>
<categories>
<category name="General"
displaylabel="%Category.Label.General">
<attribute name="id" displaylabel="%Attribute.Label.id" />
<attribute name="value"
displaylabel="%Attribute.Label.value" />
<attribute name="binding" type="PROPERTYBINDING"
displaylabel="%Attribute.Label.binding" />
</category>
<category name="Constraint"
displaylabel="%Category.Label.Constraint">
<attribute name="minimum"
displaylabel="%Attribute.Label.minimum" />
<attribute name="maximum"
displaylabel="%Attribute.Label.maximum" />
</category>
</categories>
</definition>
</taglib>