blob: b9b109a9801350ab3fc6362059bd5979c9638168 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_10) on Wed Apr 30 14:47:14 PDT 2008 -->
<TITLE>
org.eclipse.jst.jsf.taglibprocessing.attributevalues
</TITLE>
<META NAME="keywords" CONTENT="org.eclipse.jst.jsf.taglibprocessing.attributevalues package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="org.eclipse.jst.jsf.taglibprocessing.attributevalues";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../../org/eclipse/jst/jsf/metadataprocessors/features/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../../../org/eclipse/jst/pagedesigner/converter/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/eclipse/jst/jsf/taglibprocessing/attributevalues/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package org.eclipse.jst.jsf.taglibprocessing.attributevalues
</H2>
Provides type system for tag attribute values so that the
org.eclipse.jst.jsf.core.metadataprocessors.features can be applied.
<P>
<B>See:</B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/AbstractEnumerationType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">AbstractEnumerationType</A></B></TD>
<TD>Abstract meta-data processing type representing an enumeration attribute value runtime type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ActionType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ActionType</A></B></TD>
<TD>Meta-data processing type representing an "action" attribute
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/BindingType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">BindingType</A></B></TD>
<TD>Abstract meta-data processing type representing a binding
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/BooleanType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">BooleanType</A></B></TD>
<TD>Meta-data processing type representing a boolean attribute value runtime type
that implements IPossibleValues, IValidValues, IDefaultValue, IValidELValues
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/CharacterType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">CharacterType</A></B></TD>
<TD>Represents a single unicode character</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ColorType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ColorType</A></B></TD>
<TD>Meta-data processing type representing a color.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ComponentBindingType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ComponentBindingType</A></B></TD>
<TD>Meta-data processing type representing a "binding" attribute
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ComponentIDType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ComponentIDType</A></B></TD>
<TD>Meta-data processing type representing an "id" attribute
Represents an ID or NAME HTML attribute type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ContentType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ContentType</A></B></TD>
<TD>Meta-data processing type representing a content (MIME) type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/CSSClassType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">CSSClassType</A></B></TD>
<TD>Represents a style class attribute type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/CSSIdType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">CSSIdType</A></B></TD>
<TD>Represents CSS id attribute type
EXPERIMENTAL - may change or disappear</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/CSSStyleType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">CSSStyleType</A></B></TD>
<TD>Represents CSS style attribute.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/CurrencyCodeType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">CurrencyCodeType</A></B></TD>
<TD>ISO-4217 Currency codes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/DateTimePatternType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">DateTimePatternType</A></B></TD>
<TD>Meta-data processing type representing a Date, Time and DateTime Pattern types.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/DirectBindingType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">DirectBindingType</A></B></TD>
<TD>Abstract meta-data processing type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/DoubleType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">DoubleType</A></B></TD>
<TD>Meta-data processing type representing a "double" attribute value runtime type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/EnumerationType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">EnumerationType</A></B></TD>
<TD>Abstract meta-data processing type representing an enumeration attribute value runtime type
with a single signature</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ExpressionBindingType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ExpressionBindingType</A></B></TD>
<TD>Abstract meta-data processing type representing an expression binding attribute value runtime type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/FacesConfigConverterIDFeatures.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">FacesConfigConverterIDFeatures</A></B></TD>
<TD>Meta-data processing feature representing an attribute value requiring a "converterid"
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/FacesConfigConverterIDType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">FacesConfigConverterIDType</A></B></TD>
<TD>Type representing a FacesConfig Converter attribute
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/FacesConfigIdentifierFeatures.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">FacesConfigIdentifierFeatures</A></B></TD>
<TD>Abstract meta-data processing feature representing a faces-config type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/FacesConfigIdentifierType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">FacesConfigIdentifierType</A></B></TD>
<TD>Meta-data processing type representing a faces-config type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/FacesConfigValidatorIDFeatures.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">FacesConfigValidatorIDFeatures</A></B></TD>
<TD>ValidatorID attribute feature
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/FacesConfigValidatorIDType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">FacesConfigValidatorIDType</A></B></TD>
<TD>Type representing a FacesConfig Validator attribute
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/IdentifierType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">IdentifierType</A></B></TD>
<TD>Abstract meta-data processing type representing an identifier binding type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/IntegerType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">IntegerType</A></B></TD>
<TD>Meta-data processing type representing an integer attribute value runtime type
that implements IValidValues, IDefaultValue, IValidELValues
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/JavaClassType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">JavaClassType</A></B></TD>
<TD>Provides possible values and validates attribute values that should be fully qualified Java types.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/LanguageCodeType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">LanguageCodeType</A></B></TD>
<TD>Meta-data processing type representing a Language Code type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/LengthType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">LengthType</A></B></TD>
<TD>Meta-data processing type representing an length attribute value runtime type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/LinkType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">LinkType</A></B></TD>
<TD>Meta-data processing type representing a Link type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/LocaleType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">LocaleType</A></B></TD>
<TD>Meta-data processing type representing a Locale Code type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/LongType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">LongType</A></B></TD>
<TD>Meta-data processing type representing a long attribute value runtime type
that implements IValidValues, IDefaultValue, IValidELValues
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/Messages.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">Messages</A></B></TD>
<TD>Message bundle for attributevalue types/features
<b>Provisional API - subject to change</b>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/MethodBindingType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">MethodBindingType</A></B></TD>
<TD>Meta-data processing type representing an method-binding attribute value runtime type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/MultiSignatureEnumerationType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">MultiSignatureEnumerationType</A></B></TD>
<TD>Abstract meta-data processing type representing an enumeration attribute value
of multiple runtime types</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/NumberPatternType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">NumberPatternType</A></B></TD>
<TD>Meta-data processing type representing a numeric pattern type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/NumberType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">NumberType</A></B></TD>
<TD>Abstract meta-data processing type representing a numeric attribute value runtime type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ObjectType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ObjectType</A></B></TD>
<TD>Abstract meta-data processing type representing an Object attribute value runtime type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/PathType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">PathType</A></B></TD>
<TD>EXPERIMENTAL - may change or dissappear</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/RelativePathType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">RelativePathType</A></B></TD>
<TD>Path is relative to project
<b>EXPERIMENTAL</b> - may change or dissappear</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ResourceBundleType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ResourceBundleType</A></B></TD>
<TD>Meta-data processing type representing a path to resource bundle on classpath
Patch by Vadim Dmitriev.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ScriptType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ScriptType</A></B></TD>
<TD>Represents script type
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/StringType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">StringType</A></B></TD>
<TD>Meta-data processing type representing a String attribute value runtime type
that implements IPossibleValues, IValidValues and IDefaultValues
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/TimeZoneType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">TimeZoneType</A></B></TD>
<TD>Meta-data processing type representing a TimeZone Code type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/URIType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">URIType</A></B></TD>
<TD>URI Type: attribute values are Uniform Resource Identifiers (URIs), as defined in RFC 2396.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ValueBindingType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ValueBindingType</A></B></TD>
<TD>Meta-data processing type representing a Value Bound attribute value runtime type
that implements IValidValues
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/ValueType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">ValueType</A></B></TD>
<TD>Meta-data processing type representing a "value" attribute
that implements IValidValues and IValidELValues
<b>Provisional API - subject to change</b></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/jst/jsf/taglibprocessing/attributevalues/WebPathType.html" title="class in org.eclipse.jst.jsf.taglibprocessing.attributevalues">WebPathType</A></B></TD>
<TD>Path relative to web root
<b>EXPERIMENTAL</b> - may change or dissappear</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="package_description"><!-- --></A><H2>
Package org.eclipse.jst.jsf.taglibprocessing.attributevalues Description
</H2>
<P>
Provides type system for tag attribute values so that the
org.eclipse.jst.jsf.core.metadataprocessors.features can be applied.
A type is added using the org.eclipse.jst.jsf.core.AttributeValueRuntimeTypes extension point.
These types are referenced using the design-time metadata framework in org.eclipse.jst.jsf.common
The org.eclipse.jst.jsf.metadataprocessors.features provides the interesting tooling services based upon the type.
<p><b>Provisional API - subject to change</b></p>
<P>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../../org/eclipse/jst/jsf/metadataprocessors/features/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../../../org/eclipse/jst/pagedesigner/converter/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/eclipse/jst/jsf/taglibprocessing/attributevalues/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>