Added: myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentBodyTagBase.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentBodyTagBase.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentBodyTagBase.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentBodyTagBase.html Tue May 3 02:06:41 2005 @@ -0,0 +1,678 @@ +<!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.4.2_05) on Tue May 03 10:59:32 CEST 2005 --> +<TITLE> +UIComponentBodyTagBase (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.taglib.UIComponentBodyTagBase class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="UIComponentBodyTagBase (Apache MyFaces API Documentation)"; +} +</SCRIPT> + +</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=3 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="UIComponentBodyTagBase.html" target="_top"><B>NO FRAMES</B></A> + <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> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_javax.faces.webapp.UIComponentTag">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.myfaces.taglib</FONT> +<BR> +Class UIComponentBodyTagBase</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.faces.webapp.UIComponentTag + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.faces.webapp.UIComponentBodyTag + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.taglib.UIComponentBodyTagBase</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag</DD> +</DL> +<DL> +<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/myfaces/taglib/html/HtmlComponentBodyTagBase.html" title="class in org.apache.myfaces.taglib.html">HtmlComponentBodyTagBase</A>, <A HREF="../../../../org/apache/myfaces/taglib/core/VerbatimTag.html" title="class in org.apache.myfaces.taglib.core">VerbatimTag</A></DD> +</DL> +<HR> +<DL> +<DT>public abstract class <B>UIComponentBodyTagBase</B><DT>extends javax.faces.webapp.UIComponentBodyTag</DL> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167629 $ $Date: 2005-03-05 11:29:56 +0100 (Sat, 05 Mar 2005) $ + $Log$ + Revision 1.15 2005/03/05 10:29:56 mmarinschek + better error handling + + Revision 1.14 2005/01/30 15:24:10 matzew + thanks to sean schofield for removing *legacy* attributes of MyFaces + + Revision 1.13 2005/01/28 17:19:09 matzew + Patch for MYFACES-91 form Sean Schofield + + Revision 1.12 2005/01/25 22:15:53 matzew + JavaDoc patch form Sean Schofield + + Revision 1.11 2005/01/10 08:08:12 matzew + added patch form sean schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70) + + Revision 1.10 2004/10/13 11:51:01 matze + renamed packages to org.apache + + Revision 1.9 2004/07/01 22:01:21 mwessendorf + ASF switch + + Revision 1.8 2004/04/16 15:13:33 manolito + validator attribute support and MethodBinding invoke exception handling fixed + + Revision 1.7 2004/04/05 11:04:56 manolito + setter for renderer type removed, no more default renderer type needed + + Revision 1.6 2004/04/01 13:18:39 manolito + warning message + + Revision 1.5 2004/04/01 12:57:44 manolito + additional extended component classes for user role support + + Revision 1.4 2004/04/01 09:33:43 manolito + user role support removed + + Revision 1.3 2004/03/31 11:14:28 royalts + no message + + Revision 1.2 2004/03/30 12:16:08 manolito + header comments</DD> +<DT><B>Author:</B></DT> + <DD>Manfred Geiler (latest modification by $Author: mmarinschek $)</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.faces.webapp.UIComponentTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from class javax.faces.webapp.UIComponentTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>pageContext</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.BodyTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.BodyTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>EVAL_BODY_BUFFERED, EVAL_BODY_TAG</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.IterationTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.IterationTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>EVAL_BODY_AGAIN</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.Tag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE</CODE></TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#UIComponentBodyTagBase()">UIComponentBodyTagBase</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#doEndTag()">doEndTag</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setActionListenerProperty(javax.faces.component.UIComponent, java.lang.String)">setActionListenerProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String actionListener)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setActionProperty(javax.faces.component.UIComponent, java.lang.String)">setActionProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String action)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setBooleanProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setBooleanProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setConverter(java.lang.String)">setConverter</A></B>(java.lang.String converter)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setForceId(java.lang.String)">setForceId</A></B>(java.lang.String aForceId)</CODE> + +<BR> + Sets the forceId attribute of the tag. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setForceIdIndex(java.lang.String)">setForceIdIndex</A></B>(java.lang.String aForceIdIndex)</CODE> + +<BR> + Sets the forceIdIndex attribute of the tag. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setIntegerProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setIntegerProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setProperties(javax.faces.component.UIComponent)">setProperties</A></B>(javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setStringProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setStringProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setValidatorProperty(javax.faces.component.UIComponent, java.lang.String)">setValidatorProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setValue(java.lang.String)">setValue</A></B>(java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setValueBinding(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setValueBinding</A></B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setValueChangedListenerProperty(javax.faces.component.UIComponent, java.lang.String)">setValueChangedListenerProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String valueChangedListener)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html#setValueProperty(javax.faces.component.UIComponent, java.lang.String)">setValueProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.webapp.UIComponentBodyTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.webapp.UIComponentBodyTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>doAfterBody, doInitBody, getBodyContent, getDoAfterBodyValue, getDoStartValue, getPreviousOut, release, setBodyContent</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.webapp.UIComponentTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.webapp.UIComponentTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getPathToComponent, getRendererType, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from interface javax.servlet.jsp.tagext.Tag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>doStartTag, getParent, setPageContext, setParent</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Constructor Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="UIComponentBodyTagBase()"><!-- --></A><H3> +UIComponentBodyTagBase</H3> +<PRE> +public <B>UIComponentBodyTagBase</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="doEndTag()"><!-- --></A><H3> +doEndTag</H3> +<PRE> +public int <B>doEndTag</B>() + throws javax.servlet.jsp.JspException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>javax.servlet.jsp.JspException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="setProperties(javax.faces.component.UIComponent)"><!-- --></A><H3> +setProperties</H3> +<PRE> +protected void <B>setProperties</B>(javax.faces.component.UIComponent component)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setForceId(java.lang.String)"><!-- --></A><H3> +setForceId</H3> +<PRE> +public void <B>setForceId</B>(java.lang.String aForceId)</PRE> +<DL> +<DD>Sets the forceId attribute of the tag. NOTE: Not every tag that extends this class will + actually make use of this attribute. Check the TLD to see which components actually + implement it. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>aForceId</CODE> - The value of the forceId attribute.</DL> +</DD> +</DL> +<HR> + +<A NAME="setForceIdIndex(java.lang.String)"><!-- --></A><H3> +setForceIdIndex</H3> +<PRE> +public void <B>setForceIdIndex</B>(java.lang.String aForceIdIndex)</PRE> +<DL> +<DD>Sets the forceIdIndex attribute of the tag. NOTE: Not every tag that extends this class will + actually make use of this attribute. Check the TLD to see which components actually implement it. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>aForceIdIndex</CODE> - The value of the forceIdIndex attribute.</DL> +</DD> +</DL> +<HR> + +<A NAME="setValue(java.lang.String)"><!-- --></A><H3> +setValue</H3> +<PRE> +public void <B>setValue</B>(java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setConverter(java.lang.String)"><!-- --></A><H3> +setConverter</H3> +<PRE> +public void <B>setConverter</B>(java.lang.String converter)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIntegerProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setIntegerProperty</H3> +<PRE> +protected void <B>setIntegerProperty</B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setStringProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setStringProperty</H3> +<PRE> +protected void <B>setStringProperty</B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setBooleanProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setBooleanProperty</H3> +<PRE> +protected void <B>setBooleanProperty</B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValueProperty(javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setValueProperty</H3> +<PRE> +protected void <B>setValueProperty</B>(javax.faces.component.UIComponent component, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValidatorProperty(javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setValidatorProperty</H3> +<PRE> +protected void <B>setValidatorProperty</B>(javax.faces.component.UIComponent component, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setActionProperty(javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setActionProperty</H3> +<PRE> +protected void <B>setActionProperty</B>(javax.faces.component.UIComponent component, + java.lang.String action)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setActionListenerProperty(javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setActionListenerProperty</H3> +<PRE> +protected void <B>setActionListenerProperty</B>(javax.faces.component.UIComponent component, + java.lang.String actionListener)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValueChangedListenerProperty(javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setValueChangedListenerProperty</H3> +<PRE> +protected void <B>setValueChangedListenerProperty</B>(javax.faces.component.UIComponent component, + java.lang.String valueChangedListener)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValueBinding(javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setValueBinding</H3> +<PRE> +protected void <B>setValueBinding</B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<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=3 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="UIComponentBodyTagBase.html" target="_top"><B>NO FRAMES</B></A> + <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> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_javax.faces.webapp.UIComponentTag">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML>
Added: myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentTagBase.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentTagBase.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentTagBase.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentTagBase.html Tue May 3 02:06:41 2005 @@ -0,0 +1,677 @@ +<!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.4.2_05) on Tue May 03 10:59:32 CEST 2005 --> +<TITLE> +UIComponentTagBase (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.taglib.UIComponentTagBase class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="UIComponentTagBase (Apache MyFaces API Documentation)"; +} +</SCRIPT> + +</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=3 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html" title="class in org.apache.myfaces.taglib"><B>PREV CLASS</B></A> + <A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html" title="class in org.apache.myfaces.taglib"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="UIComponentTagBase.html" target="_top"><B>NO FRAMES</B></A> + <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> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_javax.faces.webapp.UIComponentTag">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.myfaces.taglib</FONT> +<BR> +Class UIComponentTagBase</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.faces.webapp.UIComponentTag + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.taglib.UIComponentTagBase</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.jsp.tagext.Tag</DD> +</DL> +<DL> +<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/myfaces/custom/aliasbean/AliasBeanTag.html" title="class in org.apache.myfaces.custom.aliasbean">AliasBeanTag</A>, <A HREF="../../../../org/apache/myfaces/custom/checkbox/HtmlCheckboxTag.html" title="class in org.apache.myfaces.custom.checkbox">HtmlCheckboxTag</A>, <A HREF="../../../../org/apache/myfaces/taglib/html/HtmlComponentTagBase.html" title="class in org.apache.myfaces.taglib.html">HtmlComponentTagBase</A>, <A HREF="../../../../org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html" title="class in org.apache.myfaces.custom.datascroller">HtmlDataScrollerTag</A>, <A HREF="../../../../org/apache/myfaces/custom/navmenu/jscookmenu/HtmlJSCookMenuTag.html" title="class in org.apache.myfaces.custom.navmenu.jscookmenu">HtmlJSCookMenuTag</A>, <A HREF="../../../../org/apache/myfaces/custom/jsvalueset/HtmlJsValueSetTag.html" title="class in org.apache.myfaces.custom.jsvalueset">HtmlJsValueSetTag</A>, <A HREF="../../../../org/apache/myfaces/custom/navmenu/HtmlNavigationMenuItemsTag.html" title="class in org.apache.myfaces.custom.navmenu">HtmlNavigationMenuItemsTag</A>, <A HREF="../../../../org/apache/myfaces/custom/radio/HtmlRadioTag.html" title="class in org.apache.myfaces.custom.radio">HtmlRadioTag</A>, <A HREF="../../../../org/apache/myfaces/custom/inputHtml/InputHtmlTag.html" title="class in org.apache.myfaces.custom.inputHtml">InputHtmlTag</A>, <A HREF="../../../../org/apache/myfaces/custom/jslistener/JsValueChangeListenerTag.html" title="class in org.apache.myfaces.custom.jslistener">JsValueChangeListenerTag</A>, <A HREF="../../../../org/apache/myfaces/custom/panelstack/PanelStackTag.html" title="class in org.apache.myfaces.custom.panelstack">PanelStackTag</A>, <A HREF="../../../../org/apache/myfaces/taglib/core/ParamTag.html" title="class in org.apache.myfaces.taglib.core">ParamTag</A>, <A HREF="../../../../org/apache/myfaces/custom/savestate/SaveStateTag.html" title="class in org.apache.myfaces.custom.savestate">SaveStateTag</A>, <A HREF="../../../../org/apache/myfaces/taglib/core/SelectItemsTag.html" title="class in org.apache.myfaces.taglib.core">SelectItemsTag</A>, <A HREF="../../../../org/apache/myfaces/taglib/core/SelectItemTagBase.html" title="class in org.apache.myfaces.taglib.core">SelectItemTagBase</A>, <A HREF="../../../../org/apache/myfaces/custom/tree2/TreeTag.html" title="class in org.apache.myfaces.custom.tree2">TreeTag</A>, <A HREF="../../../../org/apache/myfaces/custom/tree/taglib/TreeTag.html" title="class in org.apache.myfaces.custom.tree.taglib">TreeTag</A></DD> +</DL> +<HR> +<DL> +<DT>public abstract class <B>UIComponentTagBase</B><DT>extends javax.faces.webapp.UIComponentTag</DL> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167631 $ $Date: 2005-03-07 10:06:51 +0100 (Mon, 07 Mar 2005) $ + $Log$ + Revision 1.13 2005/03/07 09:06:51 matzew + Patch for the new tree form Sean Schofield + + Revision 1.12 2005/02/18 17:19:30 matzew + added release() to tag clazzes. + + Revision 1.11 2005/01/30 15:24:10 matzew + thanks to sean schofield for removing *legacy* attributes of MyFaces + + Revision 1.10 2005/01/28 17:19:09 matzew + Patch for MYFACES-91 form Sean Schofield + + Revision 1.9 2005/01/25 22:15:53 matzew + JavaDoc patch form Sean Schofield + + Revision 1.8 2005/01/10 08:08:12 matzew + added patch form sean schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70) + + Revision 1.7 2004/10/13 11:51:01 matze + renamed packages to org.apache + + Revision 1.6 2004/07/01 22:01:21 mwessendorf + ASF switch + + Revision 1.5 2004/04/16 15:13:33 manolito + validator attribute support and MethodBinding invoke exception handling fixed + + Revision 1.4 2004/04/05 11:04:57 manolito + setter for renderer type removed, no more default renderer type needed + + Revision 1.3 2004/04/01 09:33:43 manolito + user role support removed + + Revision 1.2 2004/03/30 12:16:08 manolito + header comments</DD> +<DT><B>Author:</B></DT> + <DD>Manfred Geiler (latest modification by $Author: matzew $)</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.faces.webapp.UIComponentTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from class javax.faces.webapp.UIComponentTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>pageContext</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.Tag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE</CODE></TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#UIComponentTagBase()">UIComponentTagBase</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#release()">release</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setActionListenerProperty(javax.faces.component.UIComponent, java.lang.String)">setActionListenerProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String actionListener)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setActionProperty(javax.faces.component.UIComponent, java.lang.String)">setActionProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String action)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setBooleanProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setBooleanProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setConverter(java.lang.String)">setConverter</A></B>(java.lang.String converter)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setForceId(java.lang.String)">setForceId</A></B>(java.lang.String aForceId)</CODE> + +<BR> + Sets the forceId attribute of the tag. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setForceIdIndex(java.lang.String)">setForceIdIndex</A></B>(java.lang.String aForceIdIndex)</CODE> + +<BR> + Sets the forceIdIndex attribute of the tag. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setImageLocation(java.lang.String)">setImageLocation</A></B>(java.lang.String aImageLocation)</CODE> + +<BR> + Sets the image location attribute of the tag. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setIntegerProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setIntegerProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setJavascriptLocation(java.lang.String)">setJavascriptLocation</A></B>(java.lang.String aJavascriptLocation)</CODE> + +<BR> + Sets the javascript location attribute of the tag. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setProperties(javax.faces.component.UIComponent)">setProperties</A></B>(javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setStringProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setStringProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setStyleLocation(java.lang.String)">setStyleLocation</A></B>(java.lang.String aStyleLocation)</CODE> + +<BR> + Sets the style location attribute of the tag. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setValidatorProperty(javax.faces.component.UIComponent, java.lang.String)">setValidatorProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setValue(java.lang.String)">setValue</A></B>(java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setValueBinding(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setValueBinding</A></B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setValueChangedListenerProperty(javax.faces.component.UIComponent, java.lang.String)">setValueChangedListenerProperty</A></B>(javax.faces.component.UIComponent component, + java.lang.String valueChangedListener)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.webapp.UIComponentTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.webapp.UIComponentTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getPathToComponent, getRendererType, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Constructor Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="UIComponentTagBase()"><!-- --></A><H3> +UIComponentTagBase</H3> +<PRE> +public <B>UIComponentTagBase</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="release()"><!-- --></A><H3> +release</H3> +<PRE> +public void <B>release</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setProperties(javax.faces.component.UIComponent)"><!-- --></A><H3> +setProperties</H3> +<PRE> +protected void <B>setProperties</B>(javax.faces.component.UIComponent component)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setForceId(java.lang.String)"><!-- --></A><H3> +setForceId</H3> +<PRE> +public void <B>setForceId</B>(java.lang.String aForceId)</PRE> +<DL> +<DD>Sets the forceId attribute of the tag. NOTE: Not every tag that extends this class will + actually make use of this attribute. Check the TLD to see which components actually + implement it. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>aForceId</CODE> - The value of the forceId attribute.</DL> +</DD> +</DL> +<HR> + +<A NAME="setForceIdIndex(java.lang.String)"><!-- --></A><H3> +setForceIdIndex</H3> +<PRE> +public void <B>setForceIdIndex</B>(java.lang.String aForceIdIndex)</PRE> +<DL> +<DD>Sets the forceIdIndex attribute of the tag. NOTE: Not every tag that extends this class will + actually make use of this attribute. Check the TLD to see which components actually implement it. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>aForceIdIndex</CODE> - The value of the forceIdIndex attribute.</DL> +</DD> +</DL> +<HR> + +<A NAME="setValue(java.lang.String)"><!-- --></A><H3> +setValue</H3> +<PRE> +public void <B>setValue</B>(java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setConverter(java.lang.String)"><!-- --></A><H3> +setConverter</H3> +<PRE> +public void <B>setConverter</B>(java.lang.String converter)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setJavascriptLocation(java.lang.String)"><!-- --></A><H3> +setJavascriptLocation</H3> +<PRE> +public void <B>setJavascriptLocation</B>(java.lang.String aJavascriptLocation)</PRE> +<DL> +<DD>Sets the javascript location attribute of the tag. NOTE: Not every tag that extends this class will + actually make use of this attribute. Check the TLD to see which components actually implement it. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>aJavascriptLocation</CODE> - The alternate javascript location to use.</DL> +</DD> +</DL> +<HR> + +<A NAME="setImageLocation(java.lang.String)"><!-- --></A><H3> +setImageLocation</H3> +<PRE> +public void <B>setImageLocation</B>(java.lang.String aImageLocation)</PRE> +<DL> +<DD>Sets the image location attribute of the tag. NOTE: Not every tag that extends this class will + actually make use of this attribute. Check the TLD to see which components actually implement it. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>aImageLocation</CODE> - The alternate image location to use.</DL> +</DD> +</DL> +<HR> + +<A NAME="setStyleLocation(java.lang.String)"><!-- --></A><H3> +setStyleLocation</H3> +<PRE> +public void <B>setStyleLocation</B>(java.lang.String aStyleLocation)</PRE> +<DL> +<DD>Sets the style location attribute of the tag. NOTE: Not every tag that extends this class will + actually make use of this attribute. Check the TLD to see which components actually implement it. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>aStyleLocation</CODE> - The alternate style location to use.</DL> +</DD> +</DL> +<HR> + +<A NAME="setIntegerProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setIntegerProperty</H3> +<PRE> +protected void <B>setIntegerProperty</B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setStringProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setStringProperty</H3> +<PRE> +protected void <B>setStringProperty</B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setBooleanProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setBooleanProperty</H3> +<PRE> +protected void <B>setBooleanProperty</B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValidatorProperty(javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setValidatorProperty</H3> +<PRE> +protected void <B>setValidatorProperty</B>(javax.faces.component.UIComponent component, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setActionProperty(javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setActionProperty</H3> +<PRE> +protected void <B>setActionProperty</B>(javax.faces.component.UIComponent component, + java.lang.String action)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setActionListenerProperty(javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setActionListenerProperty</H3> +<PRE> +protected void <B>setActionListenerProperty</B>(javax.faces.component.UIComponent component, + java.lang.String actionListener)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValueChangedListenerProperty(javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setValueChangedListenerProperty</H3> +<PRE> +protected void <B>setValueChangedListenerProperty</B>(javax.faces.component.UIComponent component, + java.lang.String valueChangedListener)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValueBinding(javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setValueBinding</H3> +<PRE> +protected void <B>setValueBinding</B>(javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<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=3 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../org/apache/myfaces/taglib/UIComponentBodyTagBase.html" title="class in org.apache.myfaces.taglib"><B>PREV CLASS</B></A> + <A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html" title="class in org.apache.myfaces.taglib"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="UIComponentTagBase.html" target="_top"><B>NO FRAMES</B></A> + <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> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_javax.faces.webapp.UIComponentTag">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentTagUtils.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentTagUtils.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentTagUtils.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/taglib/UIComponentTagUtils.html Tue May 3 02:06:41 2005 @@ -0,0 +1,485 @@ +<!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.4.2_05) on Tue May 03 10:59:32 CEST 2005 --> +<TITLE> +UIComponentTagUtils (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.taglib.UIComponentTagUtils class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="UIComponentTagUtils (Apache MyFaces API Documentation)"; +} +</SCRIPT> + +</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=3 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="UIComponentTagUtils.html" target="_top"><B>NO FRAMES</B></A> + <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> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.myfaces.taglib</FONT> +<BR> +Class UIComponentTagUtils</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.taglib.UIComponentTagUtils</B> +</PRE> +<HR> +<DL> +<DT>public class <B>UIComponentTagUtils</B><DT>extends java.lang.Object</DL> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $ + $Log$ + Revision 1.7 2004/10/13 11:51:01 matze + renamed packages to org.apache + + Revision 1.6 2004/08/06 22:41:00 o_rossmueller + fix #995085: set value of UIGraphic + + Revision 1.5 2004/07/01 22:01:21 mwessendorf + ASF switch + + Revision 1.4 2004/04/23 13:57:54 manolito + bug #940740 + + Revision 1.3 2004/04/16 15:13:33 manolito + validator attribute support and MethodBinding invoke exception handling fixed + + Revision 1.2 2004/03/30 12:16:08 manolito + header comments</DD> +<DT><B>Author:</B></DT> + <DD>Manfred Geiler (latest modification by $Author: matze $)</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#isValueReference(java.lang.String)">isValueReference</A></B>(java.lang.String v)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setActionListenerProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)">setActionListenerProperty</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String actionListener)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setActionProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)">setActionProperty</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String action)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setBooleanProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setBooleanProperty</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setConverterProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)">setConverterProperty</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setIntegerProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setIntegerProperty</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setStringProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setStringProperty</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setValidatorProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)">setValidatorProperty</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String validator)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setValueBinding(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setValueBinding</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setValueChangedListenerProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)">setValueChangedListenerProperty</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String valueChangedListener)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagUtils.html#setValueProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)">setValueProperty</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="isValueReference(java.lang.String)"><!-- --></A><H3> +isValueReference</H3> +<PRE> +public static boolean <B>isValueReference</B>(java.lang.String v)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIntegerProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setIntegerProperty</H3> +<PRE> +public static void <B>setIntegerProperty</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setStringProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setStringProperty</H3> +<PRE> +public static void <B>setStringProperty</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setBooleanProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setBooleanProperty</H3> +<PRE> +public static void <B>setBooleanProperty</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValueProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setValueProperty</H3> +<PRE> +public static void <B>setValueProperty</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setConverterProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setConverterProperty</H3> +<PRE> +public static void <B>setConverterProperty</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValidatorProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setValidatorProperty</H3> +<PRE> +public static void <B>setValidatorProperty</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String validator)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValueBinding(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, java.lang.String)"><!-- --></A><H3> +setValueBinding</H3> +<PRE> +public static void <B>setValueBinding</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String propName, + java.lang.String value)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setActionProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setActionProperty</H3> +<PRE> +public static void <B>setActionProperty</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String action)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setActionListenerProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setActionListenerProperty</H3> +<PRE> +public static void <B>setActionListenerProperty</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String actionListener)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValueChangedListenerProperty(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +setValueChangedListenerProperty</H3> +<PRE> +public static void <B>setValueChangedListenerProperty</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String valueChangedListener)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<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=3 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="UIComponentTagUtils.html" target="_top"><B>NO FRAMES</B></A> + <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> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML>
