Added: myfaces/site/javadoc/org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html Tue May 3 02:06:41 2005 @@ -0,0 +1,551 @@ +<!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> +HtmlSelectOneRadio (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.component.html.ext.HtmlSelectOneRadio class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlSelectOneRadio (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/component/html/ext/HtmlSelectOneMenu.html" title="class in org.apache.myfaces.component.html.ext"><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="HtmlSelectOneRadio.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="#field_summary">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: <A HREF="#field_detail">FIELD</A> | <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.component.html.ext</FONT> +<BR> +Class HtmlSelectOneRadio</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.UIComponent + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.UIComponentBase + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.UIOutput + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.UIInput + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.UISelectOne + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.html.HtmlSelectOneRadio + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.component.html.ext.HtmlSelectOneRadio</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, <A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>, javax.faces.component.ValueHolder</DD> +</DL> +<HR> +<DL> +<DT>public class <B>HtmlSelectOneRadio</B><DT>extends javax.faces.component.html.HtmlSelectOneRadio<DT>implements <A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A></DL> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167522 $ $Date: 2005-01-16 21:09:54 +0100 (Sun, 16 Jan 2005) $ + $Log$ + Revision 1.5 2005/01/16 20:09:53 matzew + added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70) + + Revision 1.4 2004/10/13 11:50:57 matze + renamed packages to org.apache + + Revision 1.3 2004/07/01 21:53:05 mwessendorf + ASF switch + + Revision 1.2 2004/05/18 14:31:36 manolito + user role support completely moved to components source tree + + Revision 1.1 2004/04/01 09:23:12 manolito + more extended components</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> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html#COMPONENT_TYPE">COMPONENT_TYPE</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.faces.component.UISelectOne"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from class javax.faces.component.UISelectOne</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>COMPONENT_FAMILY, INVALID_MESSAGE_ID</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.faces.component.UIInput"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from class javax.faces.component.UIInput</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_org.apache.myfaces.component.UserRoleAware"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from interface org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A></B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html#ENABLED_ON_USER_ROLE_ATTR">ENABLED_ON_USER_ROLE_ATTR</A>, <A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html#VISIBLE_ON_USER_ROLE_ATTR">VISIBLE_ON_USER_ROLE_ATTR</A></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/component/html/ext/HtmlSelectOneRadio.html#HtmlSelectOneRadio()">HtmlSelectOneRadio</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> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html#getClientId(javax.faces.context.FacesContext)">getClientId</A></B>(javax.faces.context.FacesContext context)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html#getEnabledOnUserRole()">getEnabledOnUserRole</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html#getVisibleOnUserRole()">getVisibleOnUserRole</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html#isRendered()">isRendered</A></B>()</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/component/html/ext/HtmlSelectOneRadio.html#restoreState(javax.faces.context.FacesContext, java.lang.Object)">restoreState</A></B>(javax.faces.context.FacesContext context, + java.lang.Object state)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.Object</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html#saveState(javax.faces.context.FacesContext)">saveState</A></B>(javax.faces.context.FacesContext context)</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/component/html/ext/HtmlSelectOneRadio.html#setEnabledOnUserRole(java.lang.String)">setEnabledOnUserRole</A></B>(java.lang.String enabledOnUserRole)</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/component/html/ext/HtmlSelectOneRadio.html#setVisibleOnUserRole(java.lang.String)">setVisibleOnUserRole</A></B>(java.lang.String visibleOnUserRole)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.component.html.HtmlSelectOneRadio"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.component.html.HtmlSelectOneRadio</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getAccesskey, getBorder, getDir, getDisabledClass, getEnabledClass, getLang, getLayout, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setBorder, setDir, setDisabled, setDisabledClass, setEnabledClass, setLang, setLayout, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setTabindex, setTitle</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.component.UISelectOne"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.component.UISelectOne</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getFamily, validate</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.component.UIInput"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.component.UIInput</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validateValue</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.component.UIOutput"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.component.UIOutput</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getConverter, getLocalValue, getValue, setConverter</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.component.UIComponentBase"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.component.UIComponentBase</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding</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.faces.component.ValueHolder"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from interface javax.faces.component.ValueHolder</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getConverter, getLocalValue, getValue, setConverter</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + +<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Field Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="COMPONENT_TYPE"><!-- --></A><H3> +COMPONENT_TYPE</H3> +<PRE> +public static final java.lang.String <B>COMPONENT_TYPE</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.apache.myfaces.component.html.ext.HtmlSelectOneRadio.COMPONENT_TYPE">Constant Field Values</A></DL> +</DL> + +<!-- ========= 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="HtmlSelectOneRadio()"><!-- --></A><H3> +HtmlSelectOneRadio</H3> +<PRE> +public <B>HtmlSelectOneRadio</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="getClientId(javax.faces.context.FacesContext)"><!-- --></A><H3> +getClientId</H3> +<PRE> +public java.lang.String <B>getClientId</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setEnabledOnUserRole(java.lang.String)"><!-- --></A><H3> +setEnabledOnUserRole</H3> +<PRE> +public void <B>setEnabledOnUserRole</B>(java.lang.String enabledOnUserRole)</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html#setEnabledOnUserRole(java.lang.String)">setEnabledOnUserRole</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getEnabledOnUserRole()"><!-- --></A><H3> +getEnabledOnUserRole</H3> +<PRE> +public java.lang.String <B>getEnabledOnUserRole</B>()</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html#getEnabledOnUserRole()">getEnabledOnUserRole</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setVisibleOnUserRole(java.lang.String)"><!-- --></A><H3> +setVisibleOnUserRole</H3> +<PRE> +public void <B>setVisibleOnUserRole</B>(java.lang.String visibleOnUserRole)</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html#setVisibleOnUserRole(java.lang.String)">setVisibleOnUserRole</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getVisibleOnUserRole()"><!-- --></A><H3> +getVisibleOnUserRole</H3> +<PRE> +public java.lang.String <B>getVisibleOnUserRole</B>()</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html#getVisibleOnUserRole()">getVisibleOnUserRole</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="isRendered()"><!-- --></A><H3> +isRendered</H3> +<PRE> +public boolean <B>isRendered</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="saveState(javax.faces.context.FacesContext)"><!-- --></A><H3> +saveState</H3> +<PRE> +public java.lang.Object <B>saveState</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE>saveState</CODE> in interface <CODE>javax.faces.component.StateHolder</CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="restoreState(javax.faces.context.FacesContext, java.lang.Object)"><!-- --></A><H3> +restoreState</H3> +<PRE> +public void <B>restoreState</B>(javax.faces.context.FacesContext context, + java.lang.Object state)</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE>restoreState</CODE> in interface <CODE>javax.faces.component.StateHolder</CODE></DL> +</DD> +<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/component/html/ext/HtmlSelectOneMenu.html" title="class in org.apache.myfaces.component.html.ext"><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="HtmlSelectOneRadio.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="#field_summary">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: <A HREF="#field_detail">FIELD</A> | <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/component/html/ext/package-frame.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-frame.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-frame.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-frame.html Tue May 3 02:06:41 2005 @@ -0,0 +1,60 @@ +<!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:26 CEST 2005 --> +<TITLE> +org.apache.myfaces.component.html.ext (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.component.html.ext package"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../../../org/apache/myfaces/component/html/ext/package-summary.html" target="classFrame">org.apache.myfaces.component.html.ext</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Classes</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="HtmlCommandButton.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlCommandButton</A> +<BR> +<A HREF="HtmlCommandLink.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlCommandLink</A> +<BR> +<A HREF="HtmlDataTable.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlDataTable</A> +<BR> +<A HREF="HtmlDataTablePhaseListener.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlDataTablePhaseListener</A> +<BR> +<A HREF="HtmlInputHidden.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlInputHidden</A> +<BR> +<A HREF="HtmlInputText.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlInputText</A> +<BR> +<A HREF="HtmlInputTextarea.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlInputTextarea</A> +<BR> +<A HREF="HtmlMessage.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlMessage</A> +<BR> +<A HREF="HtmlMessages.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlMessages</A> +<BR> +<A HREF="HtmlOutputLabel.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlOutputLabel</A> +<BR> +<A HREF="HtmlOutputText.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlOutputText</A> +<BR> +<A HREF="HtmlPanelGroup.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlPanelGroup</A> +<BR> +<A HREF="HtmlSelectManyCheckbox.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlSelectManyCheckbox</A> +<BR> +<A HREF="HtmlSelectOneMenu.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlSelectOneMenu</A> +<BR> +<A HREF="HtmlSelectOneRadio.html" title="class in org.apache.myfaces.component.html.ext" target="classFrame">HtmlSelectOneRadio</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-summary.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-summary.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-summary.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-summary.html Tue May 3 02:06:41 2005 @@ -0,0 +1,202 @@ +<!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:26 CEST 2005 --> +<TITLE> +org.apache.myfaces.component.html.ext (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.component.html.ext package"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="org.apache.myfaces.component.html.ext (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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</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/component/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../../org/apache/myfaces/component/html/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.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> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package org.apache.myfaces.component.html.ext +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Class Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlCommandButton.html" title="class in org.apache.myfaces.component.html.ext">HtmlCommandButton</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlCommandLink.html" title="class in org.apache.myfaces.component.html.ext">HtmlCommandLink</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlDataTable.html" title="class in org.apache.myfaces.component.html.ext">HtmlDataTable</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlDataTablePhaseListener.html" title="class in org.apache.myfaces.component.html.ext">HtmlDataTablePhaseListener</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlInputHidden.html" title="class in org.apache.myfaces.component.html.ext">HtmlInputHidden</A></B></TD> +<TD>Extended version of <A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlInputHidden.html" title="class in org.apache.myfaces.component.html.ext"><CODE>HtmlInputHidden</CODE></A> that provides additional MyFaces functionality.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlInputText.html" title="class in org.apache.myfaces.component.html.ext">HtmlInputText</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlInputTextarea.html" title="class in org.apache.myfaces.component.html.ext">HtmlInputTextarea</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlMessage.html" title="class in org.apache.myfaces.component.html.ext">HtmlMessage</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlMessages.html" title="class in org.apache.myfaces.component.html.ext">HtmlMessages</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlOutputLabel.html" title="class in org.apache.myfaces.component.html.ext">HtmlOutputLabel</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlOutputText.html" title="class in org.apache.myfaces.component.html.ext">HtmlOutputText</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlPanelGroup.html" title="class in org.apache.myfaces.component.html.ext">HtmlPanelGroup</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectManyCheckbox.html" title="class in org.apache.myfaces.component.html.ext">HtmlSelectManyCheckbox</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneMenu.html" title="class in org.apache.myfaces.component.html.ext">HtmlSelectOneMenu</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html" title="class in org.apache.myfaces.component.html.ext">HtmlSelectOneRadio</A></B></TD> +<TD> </TD> +</TR> +</TABLE> + + +<P> +<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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</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/component/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../../org/apache/myfaces/component/html/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.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> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-tree.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-tree.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-tree.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/component/html/ext/package-tree.html Tue May 3 02:06:41 2005 @@ -0,0 +1,214 @@ +<!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:26 CEST 2005 --> +<TITLE> +org.apache.myfaces.component.html.ext Class Hierarchy (Apache MyFaces API Documentation) +</TITLE> + + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="org.apache.myfaces.component.html.ext Class Hierarchy (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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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/component/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../../org/apache/myfaces/component/html/util/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.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> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package org.apache.myfaces.component.html.ext +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">class java.lang.Object<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlDataTablePhaseListener.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlDataTablePhaseListener</B></A> (implements javax.faces.event.PhaseListener) +<LI TYPE="circle">class javax.faces.component.UIComponent (implements javax.faces.component.StateHolder) +<UL> +<LI TYPE="circle">class javax.faces.component.UIComponentBase<UL> +<LI TYPE="circle">class javax.faces.component.UICommand (implements javax.faces.component.ActionSource) +<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlCommandButton<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlCommandButton.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlCommandButton</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlCommandLink<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlCommandLink.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlCommandLink</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +</UL> +<LI TYPE="circle">class javax.faces.component.UIData (implements javax.faces.component.NamingContainer) +<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlDataTable<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.HtmlDataTableHack<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlDataTable.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlDataTable</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +</UL> +</UL> +<LI TYPE="circle">class javax.faces.component.UIMessage<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlMessage<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlMessage.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlMessage</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +</UL> +<LI TYPE="circle">class javax.faces.component.UIMessages<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlMessages<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlMessages.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlMessages</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +</UL> +<LI TYPE="circle">class javax.faces.component.UIOutput (implements javax.faces.component.ValueHolder) +<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlOutputLabel<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlOutputLabel.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlOutputLabel</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlOutputText<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlOutputText.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlOutputText</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +<LI TYPE="circle">class javax.faces.component.UIInput (implements javax.faces.component.EditableValueHolder) +<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlInputHidden<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlInputHidden.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlInputHidden</B></A></UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlInputText<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlInputText.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlInputText</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlInputTextarea<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlInputTextarea.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlInputTextarea</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +<LI TYPE="circle">class javax.faces.component.UISelectMany<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlSelectManyCheckbox<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectManyCheckbox.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlSelectManyCheckbox</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +</UL> +<LI TYPE="circle">class javax.faces.component.UISelectOne<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlSelectOneMenu<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneMenu.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlSelectOneMenu</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlSelectOneRadio<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlSelectOneRadio</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +</UL> +</UL> +</UL> +<LI TYPE="circle">class javax.faces.component.UIPanel<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlPanelGroup<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../../org/apache/myfaces/component/html/ext/HtmlPanelGroup.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlPanelGroup</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +</UL> +</UL> +</UL> +</UL> +</UL> +</UL> +<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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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/component/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../../org/apache/myfaces/component/html/util/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.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> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/component/html/util/AddResource.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/component/html/util/AddResource.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/component/html/util/AddResource.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/component/html/util/AddResource.html Tue May 3 02:06:41 2005 @@ -0,0 +1,577 @@ +<!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> +AddResource (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.component.html.util.AddResource class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="AddResource (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/component/html/util/ExtensionsFilter.html" title="class in org.apache.myfaces.component.html.util"><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="AddResource.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 | <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.component.html.util</FONT> +<BR> +Class AddResource</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.component.html.util.AddResource</B> +</PRE> +<HR> +<DL> +<DT>public class <B>AddResource</B><DT>extends java.lang.Object</DL> + +<P> +This is a utility class to render link to resources used by custom components. + Mostly used to avoid having to include <script src="..."></script> + in the head of the pages before using a component. +<P> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167664 $ $Date: 2005-03-14 19:25:36 +0100 (Mon, 14 Mar 2005) $ + $Log$ + Revision 1.23 2005/03/14 18:25:36 svieujot + ExtensionsFilter : Set last modified header (and us it in the URL instead of cacheKey). + + Revision 1.22 2005/03/14 17:49:32 svieujot + Cleanup. + + Revision 1.21 2005/03/14 15:58:42 svieujot + Added caching to the ExtensionsFilter + + Revision 1.20 2005/02/22 08:41:50 matzew + Patch for the new tree component form Sean Schofield + + Revision 1.19 2005/02/16 00:50:37 oros + SF issue #1043331: replaced all by the corresponding numeric entity   so safari users will be happy, too, with MyFaces output + + Revision 1.18 2005/02/08 12:13:39 svieujot + Bugfix : Serve xsl files with the text/xml content type. + + Revision 1.17 2004/12/27 04:11:11 mmarinschek + Data Table stores the state of facets of children; script tag is rendered with type attribute instead of language attribute, popup works better as a column in a data table + + Revision 1.16 2004/12/24 14:11:50 svieujot + Return resource relative mapped path when given null context. + + Revision 1.15 2004/12/17 13:19:10 mmarinschek + new component jsValueChangeListener + + Revision 1.14 2004/12/06 01:02:02 svieujot + Write the response in the log messages (mainly to debug problems due to filters order). + + Revision 1.13 2004/12/03 21:20:09 svieujot + Add type="text/css" for inline styles. + + Revision 1.12 2004/12/03 21:15:21 svieujot + define AdditionalHeaderInfoToRender.equals to prevent several include of the same header info. + + Revision 1.11 2004/12/03 20:50:52 svieujot + Minor bugfix, and add <script ... defer="true"> capability. + + Revision 1.10 2004/12/03 20:27:51 svieujot + Add capability to add inline style to the header. + + Revision 1.9 2004/12/02 22:26:23 svieujot + Simplify the AddResource methods + + Revision 1.8 2004/12/02 11:53:27 svieujot + Replace java 1.5 code by 1.4 version. + + Revision 1.7 2004/12/02 02:20:55 svieujot + Bugfix : render the head elements in the same order as they were added (use a LinkedHashSet). + + Revision 1.6 2004/12/02 02:07:22 svieujot + Make the Extensions filter work with resource hierarchies. + A small concession had to be made though : + The ExtensionsFilter must have the (additional) /faces/* + + Revision 1.5 2004/12/02 00:25:34 oros + i18n issues + some slight refactorings + + Revision 1.4 2004/12/01 22:12:51 svieujot + Add xml and xsl content types. + + Revision 1.3 2004/12/01 20:29:22 svieujot + Add javadoc. + + Revision 1.2 2004/12/01 20:25:10 svieujot + Make the Extensions filter support css and image resources. + Convert the popup calendar to use this new filter. + + Revision 1.1 2004/12/01 16:32:03 svieujot + Convert the Multipart filter in an ExtensionsFilter that provides an additional facility to include resources in a page. + Tested only with javascript resources right now, but should work fine with images too. + Some work to do to include css resources. + The popup component has been converted to use this new Filter.</DD> +<DT><B>Author:</B></DT> + <DD>Sylvain Vieujot (latest modification by $Author: svieujot $)</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + + +<!-- ======== 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/component/html/util/AddResource.html#AddResource()">AddResource</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>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/apache/myfaces/component/html/util/AddResource.html#addInlineStyleToHeader(java.lang.String, javax.faces.context.FacesContext)">addInlineStyleToHeader</A></B>(java.lang.String inlineStyle, + javax.faces.context.FacesContext context)</CODE> + +<BR> + Adds the given Style Sheet to the document Header. + </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/component/html/util/AddResource.html#addJavaScriptHere(java.lang.Class, java.lang.String, javax.faces.context.FacesContext)">addJavaScriptHere</A></B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + javax.faces.context.FacesContext context)</CODE> + +<BR> + Adds the given Javascript resource to the document body.</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/component/html/util/AddResource.html#addJavaScriptToHeader(java.lang.Class, java.lang.String, boolean, javax.faces.context.FacesContext)">addJavaScriptToHeader</A></B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + boolean defer, + javax.faces.context.FacesContext context)</CODE> + +<BR> + Adds the given Javascript resource to the document Header. + </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/component/html/util/AddResource.html#addJavaScriptToHeader(java.lang.Class, java.lang.String, javax.faces.context.FacesContext)">addJavaScriptToHeader</A></B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + javax.faces.context.FacesContext context)</CODE> + +<BR> + Adds the given Javascript resource to the document Header. + </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/component/html/util/AddResource.html#addStyleSheet(java.lang.Class, java.lang.String, javax.faces.context.FacesContext)">addStyleSheet</A></B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + javax.faces.context.FacesContext context)</CODE> + +<BR> + Adds the given Style Sheet to the document Header. + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/apache/myfaces/component/html/util/AddResource.html#getResourceMappedPath(java.lang.Class, java.lang.String, javax.faces.context.FacesContext)">getResourceMappedPath</A></B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + javax.faces.context.FacesContext context)</CODE> + +<BR> + Get the Path used to retrieve an internal resource for a custom component. + </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/component/html/util/AddResource.html#hasAdditionalHeaderInfoToRender(javax.servlet.http.HttpServletRequest)">hasAdditionalHeaderInfoToRender</A></B>(javax.servlet.http.HttpServletRequest request)</CODE> + +<BR> + </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/component/html/util/AddResource.html#isResourceMappedPath(javax.servlet.http.HttpServletRequest)">isResourceMappedPath</A></B>(javax.servlet.http.HttpServletRequest request)</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/component/html/util/AddResource.html#serveResource(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">serveResource</A></B>(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response)</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/component/html/util/AddResource.html#writeWithFullHeader(javax.servlet.http.HttpServletRequest, org.apache.myfaces.component.html.util.ExtensionsResponseWrapper, javax.servlet.http.HttpServletResponse)">writeWithFullHeader</A></B>(javax.servlet.http.HttpServletRequest request, + <A HREF="../../../../../../org/apache/myfaces/component/html/util/ExtensionsResponseWrapper.html" title="class in org.apache.myfaces.component.html.util">ExtensionsResponseWrapper</A> responseWrapper, + javax.servlet.http.HttpServletResponse response)</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 ======== --> + +<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="AddResource()"><!-- --></A><H3> +AddResource</H3> +<PRE> +public <B>AddResource</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="addJavaScriptHere(java.lang.Class, java.lang.String, javax.faces.context.FacesContext)"><!-- --></A><H3> +addJavaScriptHere</H3> +<PRE> +public static void <B>addJavaScriptHere</B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + javax.faces.context.FacesContext context) + throws java.io.IOException</PRE> +<DL> +<DD>Adds the given Javascript resource to the document body. +<P> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="addJavaScriptToHeader(java.lang.Class, java.lang.String, javax.faces.context.FacesContext)"><!-- --></A><H3> +addJavaScriptToHeader</H3> +<PRE> +public static void <B>addJavaScriptToHeader</B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + javax.faces.context.FacesContext context)</PRE> +<DL> +<DD>Adds the given Javascript resource to the document Header. + If the script is already has already been referenced, it's added only once. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="addJavaScriptToHeader(java.lang.Class, java.lang.String, boolean, javax.faces.context.FacesContext)"><!-- --></A><H3> +addJavaScriptToHeader</H3> +<PRE> +public static void <B>addJavaScriptToHeader</B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + boolean defer, + javax.faces.context.FacesContext context)</PRE> +<DL> +<DD>Adds the given Javascript resource to the document Header. + If the script is already has already been referenced, it's added only once. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="addStyleSheet(java.lang.Class, java.lang.String, javax.faces.context.FacesContext)"><!-- --></A><H3> +addStyleSheet</H3> +<PRE> +public static void <B>addStyleSheet</B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + javax.faces.context.FacesContext context)</PRE> +<DL> +<DD>Adds the given Style Sheet to the document Header. + If the style sheet is already has already been referenced, it's added only once. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="addInlineStyleToHeader(java.lang.String, javax.faces.context.FacesContext)"><!-- --></A><H3> +addInlineStyleToHeader</H3> +<PRE> +public static void <B>addInlineStyleToHeader</B>(java.lang.String inlineStyle, + javax.faces.context.FacesContext context)</PRE> +<DL> +<DD>Adds the given Style Sheet to the document Header. + If the style sheet is already has already been referenced, it's added only once. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getResourceMappedPath(java.lang.Class, java.lang.String, javax.faces.context.FacesContext)"><!-- --></A><H3> +getResourceMappedPath</H3> +<PRE> +public static java.lang.String <B>getResourceMappedPath</B>(java.lang.Class componentClass, + java.lang.String resourceFileName, + javax.faces.context.FacesContext context)</PRE> +<DL> +<DD>Get the Path used to retrieve an internal resource for a custom component. + Example : You can use this to initialize javascript scripts so that they know the path of some other resources + (image, css, ...). + <code> + AddResource.addJavaScriptOncePerPage(HtmlCalendarRenderer.class, "popcalendar.js", facesContext, + "jscalendarSetImageDirectory("+AddResource.getResourceMappedPath(HtmlCalendarRenderer.class, "DB", facesContext)+")"); + </code> + + Note : set context to null if you want the path after the application context path. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="isResourceMappedPath(javax.servlet.http.HttpServletRequest)"><!-- --></A><H3> +isResourceMappedPath</H3> +<PRE> +public static boolean <B>isResourceMappedPath</B>(javax.servlet.http.HttpServletRequest request)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="serveResource(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3> +serveResource</H3> +<PRE> +public static void <B>serveResource</B>(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="hasAdditionalHeaderInfoToRender(javax.servlet.http.HttpServletRequest)"><!-- --></A><H3> +hasAdditionalHeaderInfoToRender</H3> +<PRE> +public static boolean <B>hasAdditionalHeaderInfoToRender</B>(javax.servlet.http.HttpServletRequest request)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="writeWithFullHeader(javax.servlet.http.HttpServletRequest, org.apache.myfaces.component.html.util.ExtensionsResponseWrapper, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3> +writeWithFullHeader</H3> +<PRE> +public static void <B>writeWithFullHeader</B>(javax.servlet.http.HttpServletRequest request, + <A HREF="../../../../../../org/apache/myfaces/component/html/util/ExtensionsResponseWrapper.html" title="class in org.apache.myfaces.component.html.util">ExtensionsResponseWrapper</A> responseWrapper, + javax.servlet.http.HttpServletResponse response) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></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/component/html/util/ExtensionsFilter.html" title="class in org.apache.myfaces.component.html.util"><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="AddResource.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 | <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>
