You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/12/20 21:41:22 UTC

svn commit: r358099 [1/2] - in /myfaces/api/trunk/src/java/javax/faces: ./ application/ component/ component/html/ context/ convert/ el/ event/ lifecycle/ model/ render/ validator/ webapp/

Author: matzew
Date: Tue Dec 20 12:40:00 2005
New Revision: 358099

URL: http://svn.apache.org/viewcvs?rev=358099&view=rev
Log:
added javadoc link

Modified:
    myfaces/api/trunk/src/java/javax/faces/FacesException.java
    myfaces/api/trunk/src/java/javax/faces/FactoryFinder.java
    myfaces/api/trunk/src/java/javax/faces/application/Application.java
    myfaces/api/trunk/src/java/javax/faces/application/ApplicationFactory.java
    myfaces/api/trunk/src/java/javax/faces/application/FacesMessage.java
    myfaces/api/trunk/src/java/javax/faces/application/NavigationHandler.java
    myfaces/api/trunk/src/java/javax/faces/application/StateManager.java
    myfaces/api/trunk/src/java/javax/faces/application/ViewHandler.java
    myfaces/api/trunk/src/java/javax/faces/component/ActionSource.java
    myfaces/api/trunk/src/java/javax/faces/component/EditableValueHolder.java
    myfaces/api/trunk/src/java/javax/faces/component/NamingContainer.java
    myfaces/api/trunk/src/java/javax/faces/component/StateHolder.java
    myfaces/api/trunk/src/java/javax/faces/component/UIColumn.java
    myfaces/api/trunk/src/java/javax/faces/component/UICommand.java
    myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java
    myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java
    myfaces/api/trunk/src/java/javax/faces/component/UIData.java
    myfaces/api/trunk/src/java/javax/faces/component/UIForm.java
    myfaces/api/trunk/src/java/javax/faces/component/UIGraphic.java
    myfaces/api/trunk/src/java/javax/faces/component/UIInput.java
    myfaces/api/trunk/src/java/javax/faces/component/UIMessage.java
    myfaces/api/trunk/src/java/javax/faces/component/UIMessages.java
    myfaces/api/trunk/src/java/javax/faces/component/UINamingContainer.java
    myfaces/api/trunk/src/java/javax/faces/component/UIOutput.java
    myfaces/api/trunk/src/java/javax/faces/component/UIPanel.java
    myfaces/api/trunk/src/java/javax/faces/component/UIParameter.java
    myfaces/api/trunk/src/java/javax/faces/component/UISelectBoolean.java
    myfaces/api/trunk/src/java/javax/faces/component/UISelectItem.java
    myfaces/api/trunk/src/java/javax/faces/component/UISelectItems.java
    myfaces/api/trunk/src/java/javax/faces/component/UISelectMany.java
    myfaces/api/trunk/src/java/javax/faces/component/UISelectOne.java
    myfaces/api/trunk/src/java/javax/faces/component/UIViewRoot.java
    myfaces/api/trunk/src/java/javax/faces/component/ValueHolder.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandButton.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandLink.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlDataTable.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlForm.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlGraphicImage.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputHidden.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputSecret.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputText.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputTextarea.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessage.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessages.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputFormat.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLabel.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLink.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputText.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGrid.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGroup.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectBooleanCheckbox.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyCheckbox.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyListbox.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyMenu.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneListbox.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneMenu.java
    myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneRadio.java
    myfaces/api/trunk/src/java/javax/faces/context/ExternalContext.java
    myfaces/api/trunk/src/java/javax/faces/context/FacesContext.java
    myfaces/api/trunk/src/java/javax/faces/context/FacesContextFactory.java
    myfaces/api/trunk/src/java/javax/faces/context/ResponseStream.java
    myfaces/api/trunk/src/java/javax/faces/context/ResponseWriter.java
    myfaces/api/trunk/src/java/javax/faces/convert/BigDecimalConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/BigIntegerConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/BooleanConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/ByteConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/CharacterConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/Converter.java
    myfaces/api/trunk/src/java/javax/faces/convert/ConverterException.java
    myfaces/api/trunk/src/java/javax/faces/convert/DateTimeConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/DoubleConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/FloatConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/IntegerConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/LongConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/NumberConverter.java
    myfaces/api/trunk/src/java/javax/faces/convert/ShortConverter.java
    myfaces/api/trunk/src/java/javax/faces/el/EvaluationException.java
    myfaces/api/trunk/src/java/javax/faces/el/MethodBinding.java
    myfaces/api/trunk/src/java/javax/faces/el/MethodNotFoundException.java
    myfaces/api/trunk/src/java/javax/faces/el/PropertyNotFoundException.java
    myfaces/api/trunk/src/java/javax/faces/el/PropertyResolver.java
    myfaces/api/trunk/src/java/javax/faces/el/ReferenceSyntaxException.java
    myfaces/api/trunk/src/java/javax/faces/el/ValueBinding.java
    myfaces/api/trunk/src/java/javax/faces/el/VariableResolver.java
    myfaces/api/trunk/src/java/javax/faces/event/AbortProcessingException.java
    myfaces/api/trunk/src/java/javax/faces/event/ActionEvent.java
    myfaces/api/trunk/src/java/javax/faces/event/ActionListener.java
    myfaces/api/trunk/src/java/javax/faces/event/FacesEvent.java
    myfaces/api/trunk/src/java/javax/faces/event/FacesListener.java
    myfaces/api/trunk/src/java/javax/faces/event/PhaseEvent.java
    myfaces/api/trunk/src/java/javax/faces/event/PhaseId.java
    myfaces/api/trunk/src/java/javax/faces/event/PhaseListener.java
    myfaces/api/trunk/src/java/javax/faces/event/ValueChangeEvent.java
    myfaces/api/trunk/src/java/javax/faces/event/ValueChangeListener.java
    myfaces/api/trunk/src/java/javax/faces/lifecycle/Lifecycle.java
    myfaces/api/trunk/src/java/javax/faces/lifecycle/LifecycleFactory.java
    myfaces/api/trunk/src/java/javax/faces/model/ArrayDataModel.java
    myfaces/api/trunk/src/java/javax/faces/model/DataModel.java
    myfaces/api/trunk/src/java/javax/faces/model/DataModelEvent.java
    myfaces/api/trunk/src/java/javax/faces/model/DataModelListener.java
    myfaces/api/trunk/src/java/javax/faces/model/ListDataModel.java
    myfaces/api/trunk/src/java/javax/faces/model/ResultDataModel.java
    myfaces/api/trunk/src/java/javax/faces/model/ResultSetDataModel.java
    myfaces/api/trunk/src/java/javax/faces/model/ScalarDataModel.java
    myfaces/api/trunk/src/java/javax/faces/model/SelectItem.java
    myfaces/api/trunk/src/java/javax/faces/model/SelectItemGroup.java
    myfaces/api/trunk/src/java/javax/faces/render/RenderKit.java
    myfaces/api/trunk/src/java/javax/faces/render/RenderKitFactory.java
    myfaces/api/trunk/src/java/javax/faces/render/Renderer.java
    myfaces/api/trunk/src/java/javax/faces/render/ResponseStateManager.java
    myfaces/api/trunk/src/java/javax/faces/validator/DoubleRangeValidator.java
    myfaces/api/trunk/src/java/javax/faces/validator/LengthValidator.java
    myfaces/api/trunk/src/java/javax/faces/validator/LongRangeValidator.java
    myfaces/api/trunk/src/java/javax/faces/validator/Validator.java
    myfaces/api/trunk/src/java/javax/faces/validator/ValidatorException.java
    myfaces/api/trunk/src/java/javax/faces/webapp/AttributeTag.java
    myfaces/api/trunk/src/java/javax/faces/webapp/ConverterTag.java
    myfaces/api/trunk/src/java/javax/faces/webapp/FacesServlet.java
    myfaces/api/trunk/src/java/javax/faces/webapp/FacetTag.java
    myfaces/api/trunk/src/java/javax/faces/webapp/UIComponentBodyTag.java
    myfaces/api/trunk/src/java/javax/faces/webapp/UIComponentTag.java
    myfaces/api/trunk/src/java/javax/faces/webapp/ValidatorTag.java

Modified: myfaces/api/trunk/src/java/javax/faces/FacesException.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/FacesException.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/FacesException.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/FacesException.java Tue Dec 20 12:40:00 2005
@@ -16,6 +16,8 @@
 package javax.faces;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/FactoryFinder.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/FactoryFinder.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/FactoryFinder.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/FactoryFinder.java Tue Dec 20 12:40:00 2005
@@ -25,6 +25,8 @@
 import java.util.*;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/application/Application.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/application/Application.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/application/Application.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/application/Application.java Tue Dec 20 12:40:00 2005
@@ -22,6 +22,8 @@
 import java.util.Locale;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/application/ApplicationFactory.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/application/ApplicationFactory.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/application/ApplicationFactory.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/application/ApplicationFactory.java Tue Dec 20 12:40:00 2005
@@ -16,6 +16,8 @@
 package javax.faces.application;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/application/FacesMessage.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/application/FacesMessage.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/application/FacesMessage.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/application/FacesMessage.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import java.util.*;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/application/NavigationHandler.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/application/NavigationHandler.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/application/NavigationHandler.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/application/NavigationHandler.java Tue Dec 20 12:40:00 2005
@@ -18,6 +18,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/application/StateManager.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/application/StateManager.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/application/StateManager.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/application/StateManager.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/application/ViewHandler.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/application/ViewHandler.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/application/ViewHandler.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/application/ViewHandler.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import java.util.Locale;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/ActionSource.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/ActionSource.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/ActionSource.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/ActionSource.java Tue Dec 20 12:40:00 2005
@@ -16,6 +16,8 @@
 package javax.faces.component;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/EditableValueHolder.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/EditableValueHolder.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/EditableValueHolder.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/EditableValueHolder.java Tue Dec 20 12:40:00 2005
@@ -20,37 +20,7 @@
 import javax.faces.validator.Validator;
 
 /**
- * Defines the methods required for a component whose value can be
- * modified by the user.
- * <p>
- * When a component implementing this interface is rendered, the value
- * output is (in order):
- * <ul>
- * <li>The "submitted value" if non-null.
- * <li>The component's "local value" if non-null.
- * <li>The result of evaluating the value-binding expression with name
- *  "value" for this component.
- * </ul>
- * <p>
- * Rendering the submitted value if non-null allows a component to redisplay
- * a user-provided value when validation fails for the component. The
- * submitted value is usually just the plain string extracted from the
- * servlet request. During successful validation of the component, the
- * submitted value is converted to an appropriate datatype, and stored as
- * the component's "local value", and then the "submitted value" is
- * immediately reset to null. 
- * <p>
- * Rendering the "local value" if non-null allows a component to redisplay
- * a page when validation fails for some other component; the model can't
- * be updated unless <i>all</i> components have passed validation. This
- * also allows components to work without a defined "value" value-binding
- * expression. When all components validate, the update model phase runs;
- * all components with "value" value-bindings store the "local value" into
- * the specified property then reset their local value to null.
- * <p>
- * Rendering the value-binding expression named "value" allows components
- * to display data from the user's model classes. This is the most common
- * way a component's renderer obtains the value to display.
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
  * 
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$

Modified: myfaces/api/trunk/src/java/javax/faces/component/NamingContainer.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/NamingContainer.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/NamingContainer.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/NamingContainer.java Tue Dec 20 12:40:00 2005
@@ -16,6 +16,8 @@
 package javax.faces.component;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/StateHolder.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/StateHolder.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/StateHolder.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/StateHolder.java Tue Dec 20 12:40:00 2005
@@ -16,6 +16,8 @@
 package javax.faces.component;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIColumn.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIColumn.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIColumn.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIColumn.java Tue Dec 20 12:40:00 2005
@@ -18,8 +18,8 @@
 
 
 /**
- * see Javadoc of JSF Specification
- * 
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UICommand.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UICommand.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UICommand.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UICommand.java Tue Dec 20 12:40:00 2005
@@ -22,7 +22,7 @@
 import javax.faces.event.*;
 
 /**
- * see Javadoc of JSF Specification
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java Tue Dec 20 12:40:00 2005
@@ -18,6 +18,8 @@
 import javax.faces.event.AbortProcessingException;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java Tue Dec 20 12:40:00 2005
@@ -39,14 +39,7 @@
 
 
 /**
- * Standard implementation of the UIComponent base class; all standard JSF
- * components extend this class.
- * <p>
- * <i>Disclaimer</i>: The official definition for the behaviour of
- * this class is the JSF 1.1 specification but for legal reasons the
- * specification cannot be replicated here. Any javadoc here therefore
- * describes the current implementation rather than the spec, though
- * this class has been verified as correctly implementing the spec.
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIData.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIData.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIData.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIData.java Tue Dec 20 12:40:00 2005
@@ -40,84 +40,8 @@
 import javax.servlet.jsp.jstl.sql.Result;
 
 /**
- * Represents a component which has multiple "rows" of data.
- * <p>
- * The children of this component are expected to be UIColumn components.
- * <p>
- * Note that the same set of child components are reused to implement each
- * row of the table in turn during such phases as apply-request-values and
- * render-response. Altering any of the members of these components therefore
- * affects the attribute for every row, except for the following members:
- * <ul>
- * <li>submittedValue
- * <li>value (where no EL binding is used)
- * <li>valid
- * </ul>
- * <p>
- * This reuse of the child components also means that it is not possible
- * to save a reference to a component during table processing, then access
- * it later and expect it to still represent the same row of the table.
- * <h1>
- * Implementation Notes
- * </h1>
- * <p>
- * Each of the UIColumn children of this component has a few component
- * children of its own to render the contents of the table cell. However
- * there can be a very large number of rows in a table, so it isn't
- * efficient for the UIColumn and all its child objects to be duplicated
- * for each row in the table. Instead the "flyweight" pattern is used
- * where a serialized state is held for each row. When setRowIndex is
- * invoked, the UIColumn objects and their children serialize their
- * current state then reinitialise themselves from the appropriate saved
- * state. This allows a single set of real objects to represent multiple
- * objects which have the same types but potentially different internal
- * state. When a row is selected for the first time, its state is set to
- * a clean "initial" state. Transient components (including any read-only
- * component) do not save their state; they are just reinitialised as required.
- * The state saved/restored when changing rows is not the complete
- * component state, just the fields that are expected to vary between
- * rows: "submittedValue", "value", "isValid".
- * </p>
- * <p>
- * Note that a table is a "naming container", so that components
- * within the table have their ids prefixed with the id of the
- * table. Actually, when setRowIndex has been called on a table with
- * id of "zzz" the table pretends to its children that its ID is
- * "zzz_n" where n is the row index. This means that renderers for
- * child components which call component.getClientId automatically
- * get ids of form "zzz_n:childId" thus ensuring that components in
- * different rows of the table get different ids.
- * </p>
- * <p>
- * When decoding a submitted page, this class iterates over all
- * its possible rowIndex values, restoring the appropriate serialized
- * row state then calling processDecodes on the child components. Because
- * the child components (or their renderers) use getClientId to get the
- * request key to look for parameter data, and because this object pretends
- * to have a different id per row ("zzz_n") a single child component can
- * decode data from each table row in turn without being aware that it is
- * within a table. The table's data model is updated before each call to
- * child.processDecodes, so the child decode method can assume that the
- * data model's rowData points to the model object associated with the
- * row currently being decoded. Exactly the same process applies for
- * the later validation and updateModel phases.
- * </p>
- * <p>
- * When the data model for the table is bound to a backing bean property,
- * and no validation errors have occured during processing of a postback,
- * the data model is refetched at the start of the rendering phase
- * (ie after the update model phase) so that the contents of the data model
- * can be changed as a result of the latest form submission. Because the
- * saved row state must correspond to the elements within the data model,
- * the row state must be discarded whenever a new data model is fetched;
- * not doing this would cause all sorts of inconsistency issues. This does
- * imply that changing the state of any of the members "submittedValue", 
- * "value" or "valid" of a component within the table during the
- * invokeApplication phase has no effect on the rendering of the table.
- * When a validation error has occurred, a new DataModel is <i>not</i>
- * fetched, and the saved state of the child components is <i>not</i>
- * discarded.
- * </p>
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIForm.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIForm.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIForm.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIForm.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIGraphic.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIGraphic.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIGraphic.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIGraphic.java Tue Dec 20 12:40:00 2005
@@ -19,8 +19,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
- * see Javadoc of JSF Specification
- * 
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIInput.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIInput.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIInput.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIInput.java Tue Dec 20 12:40:00 2005
@@ -32,9 +32,7 @@
 import java.util.List;
 
 /**
- * Base class for all components which can accept user input.
- * <p>
- * See Javadoc of JSF Specification
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIMessage.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIMessage.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIMessage.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIMessage.java Tue Dec 20 12:40:00 2005
@@ -19,9 +19,9 @@
 import javax.faces.el.ValueBinding;
 
 /**
- * see Javadoc of JSF Specification
- *
  * Javadoc says default for showDetail is false, but Specs say it is true!?
+ *
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIMessages.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIMessages.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIMessages.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIMessages.java Tue Dec 20 12:40:00 2005
@@ -19,8 +19,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
- * see Javadoc of JSF Specification
- * 
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UINamingContainer.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UINamingContainer.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UINamingContainer.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UINamingContainer.java Tue Dec 20 12:40:00 2005
@@ -18,7 +18,7 @@
 
 
 /**
- * see Javadoc of JSF Specification
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIOutput.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIOutput.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIOutput.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIOutput.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIPanel.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIPanel.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIPanel.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIPanel.java Tue Dec 20 12:40:00 2005
@@ -18,8 +18,8 @@
 
 
 /**
- * see Javadoc of JSF Specification
- * 
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIParameter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIParameter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIParameter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIParameter.java Tue Dec 20 12:40:00 2005
@@ -19,8 +19,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
- * see Javadoc of JSF Specification
- * 
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UISelectBoolean.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UISelectBoolean.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UISelectBoolean.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UISelectBoolean.java Tue Dec 20 12:40:00 2005
@@ -19,8 +19,8 @@
 
 
 /**
- * see Javadoc of JSF Specification
- * 
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UISelectItem.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UISelectItem.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UISelectItem.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UISelectItem.java Tue Dec 20 12:40:00 2005
@@ -19,8 +19,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
- * see Javadoc of JSF Specification
- * 
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UISelectItems.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UISelectItems.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UISelectItems.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UISelectItems.java Tue Dec 20 12:40:00 2005
@@ -19,8 +19,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
- * see Javadoc of JSF Specification
- * 
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UISelectMany.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UISelectMany.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UISelectMany.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UISelectMany.java Tue Dec 20 12:40:00 2005
@@ -29,7 +29,7 @@
 import javax.faces.render.Renderer;
 
 /**
- * see Javadoc of JSF Specification
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$

Modified: myfaces/api/trunk/src/java/javax/faces/component/UISelectOne.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UISelectOne.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UISelectOne.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UISelectOne.java Tue Dec 20 12:40:00 2005
@@ -19,8 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
- * see Javadoc of JSF Specification
- * 
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIViewRoot.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIViewRoot.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIViewRoot.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIViewRoot.java Tue Dec 20 12:40:00 2005
@@ -30,7 +30,7 @@
 import javax.faces.render.RenderKitFactory;
 
 /**
- * see Javadoc of JSF Specification
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$

Modified: myfaces/api/trunk/src/java/javax/faces/component/ValueHolder.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/ValueHolder.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/ValueHolder.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/ValueHolder.java Tue Dec 20 12:40:00 2005
@@ -18,6 +18,8 @@
 import javax.faces.convert.Converter;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandButton.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandButton.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandButton.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandButton.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandLink.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandLink.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandLink.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlCommandLink.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlDataTable.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlDataTable.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlDataTable.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlDataTable.java Tue Dec 20 12:40:00 2005
@@ -22,6 +22,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlForm.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlForm.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlForm.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlForm.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlGraphicImage.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlGraphicImage.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlGraphicImage.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlGraphicImage.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputHidden.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputHidden.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputHidden.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputHidden.java Tue Dec 20 12:40:00 2005
@@ -18,6 +18,8 @@
 import javax.faces.component.UIInput;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputSecret.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputSecret.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputSecret.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputSecret.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputText.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputText.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputText.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputText.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputTextarea.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputTextarea.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputTextarea.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlInputTextarea.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessage.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessage.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessage.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessage.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessages.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessages.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessages.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlMessages.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputFormat.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputFormat.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputFormat.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputFormat.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLabel.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLabel.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLabel.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLabel.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLink.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLink.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLink.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputLink.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputText.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputText.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputText.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlOutputText.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGrid.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGrid.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGrid.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGrid.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGroup.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGroup.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGroup.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlPanelGroup.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectBooleanCheckbox.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectBooleanCheckbox.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectBooleanCheckbox.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectBooleanCheckbox.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyCheckbox.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyCheckbox.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyCheckbox.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyCheckbox.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyListbox.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyListbox.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyListbox.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyListbox.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyMenu.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyMenu.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyMenu.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectManyMenu.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneListbox.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneListbox.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneListbox.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneListbox.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneMenu.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneMenu.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneMenu.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneMenu.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneRadio.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneRadio.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneRadio.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/html/HtmlSelectOneRadio.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import javax.faces.el.ValueBinding;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/context/ExternalContext.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/context/ExternalContext.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/context/ExternalContext.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/context/ExternalContext.java Tue Dec 20 12:40:00 2005
@@ -21,6 +21,8 @@
 import java.util.Set;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/context/FacesContext.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/context/FacesContext.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/context/FacesContext.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/context/FacesContext.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import java.util.Iterator;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/context/FacesContextFactory.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/context/FacesContextFactory.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/context/FacesContextFactory.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/context/FacesContextFactory.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.lifecycle.Lifecycle;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/context/ResponseStream.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/context/ResponseStream.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/context/ResponseStream.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/context/ResponseStream.java Tue Dec 20 12:40:00 2005
@@ -18,6 +18,8 @@
 import java.io.OutputStream;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/context/ResponseWriter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/context/ResponseWriter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/context/ResponseWriter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/context/ResponseWriter.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import java.io.Writer;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/BigDecimalConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/BigDecimalConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/BigDecimalConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/BigDecimalConverter.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import java.math.BigDecimal;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/BigIntegerConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/BigIntegerConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/BigIntegerConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/BigIntegerConverter.java Tue Dec 20 12:40:00 2005
@@ -20,6 +20,8 @@
 import java.math.BigInteger;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/BooleanConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/BooleanConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/BooleanConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/BooleanConverter.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/ByteConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/ByteConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/ByteConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/ByteConverter.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/CharacterConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/CharacterConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/CharacterConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/CharacterConverter.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/Converter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/Converter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/Converter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/Converter.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/ConverterException.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/ConverterException.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/ConverterException.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/ConverterException.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.application.FacesMessage;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/DateTimeConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/DateTimeConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/DateTimeConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/DateTimeConverter.java Tue Dec 20 12:40:00 2005
@@ -25,6 +25,8 @@
 import java.util.TimeZone;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/DoubleConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/DoubleConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/DoubleConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/DoubleConverter.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/FloatConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/FloatConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/FloatConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/FloatConverter.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/IntegerConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/IntegerConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/IntegerConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/IntegerConverter.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/LongConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/LongConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/LongConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/LongConverter.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/NumberConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/NumberConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/NumberConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/NumberConverter.java Tue Dec 20 12:40:00 2005
@@ -26,6 +26,8 @@
 import java.util.Locale;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/convert/ShortConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/convert/ShortConverter.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/convert/ShortConverter.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/convert/ShortConverter.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/el/EvaluationException.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/el/EvaluationException.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/el/EvaluationException.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/el/EvaluationException.java Tue Dec 20 12:40:00 2005
@@ -18,6 +18,8 @@
 import javax.faces.FacesException;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/el/MethodBinding.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/el/MethodBinding.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/el/MethodBinding.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/el/MethodBinding.java Tue Dec 20 12:40:00 2005
@@ -18,6 +18,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/el/MethodNotFoundException.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/el/MethodNotFoundException.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/el/MethodNotFoundException.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/el/MethodNotFoundException.java Tue Dec 20 12:40:00 2005
@@ -16,6 +16,8 @@
 package javax.faces.el;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/el/PropertyNotFoundException.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/el/PropertyNotFoundException.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/el/PropertyNotFoundException.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/el/PropertyNotFoundException.java Tue Dec 20 12:40:00 2005
@@ -16,6 +16,8 @@
 package javax.faces.el;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/el/PropertyResolver.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/el/PropertyResolver.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/el/PropertyResolver.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/el/PropertyResolver.java Tue Dec 20 12:40:00 2005
@@ -16,6 +16,8 @@
 package javax.faces.el;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/el/ReferenceSyntaxException.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/el/ReferenceSyntaxException.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/el/ReferenceSyntaxException.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/el/ReferenceSyntaxException.java Tue Dec 20 12:40:00 2005
@@ -16,6 +16,8 @@
 package javax.faces.el;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/el/ValueBinding.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/el/ValueBinding.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/el/ValueBinding.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/el/ValueBinding.java Tue Dec 20 12:40:00 2005
@@ -18,6 +18,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/el/VariableResolver.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/el/VariableResolver.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/el/VariableResolver.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/el/VariableResolver.java Tue Dec 20 12:40:00 2005
@@ -18,6 +18,8 @@
 import javax.faces.context.FacesContext;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/event/AbortProcessingException.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/AbortProcessingException.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/AbortProcessingException.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/AbortProcessingException.java Tue Dec 20 12:40:00 2005
@@ -18,9 +18,11 @@
 import javax.faces.FacesException;
 
 /**
-  * @author Thomas Spiegl (latest modification by $Author$)
-  * @version $Revision$ $Date$
-*/
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
+ * @author Thomas Spiegl (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
 public class AbortProcessingException extends FacesException
 {
   private static final long serialVersionUID = 612682812558934753L;

Modified: myfaces/api/trunk/src/java/javax/faces/event/ActionEvent.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/ActionEvent.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/ActionEvent.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/ActionEvent.java Tue Dec 20 12:40:00 2005
@@ -18,9 +18,11 @@
 import javax.faces.component.UIComponent;
 
 /**
-  * @author Thomas Spiegl (latest modification by $Author$)
-  * @version $Revision$ $Date$
-*/
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
+ * @author Thomas Spiegl (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
 public class ActionEvent extends FacesEvent
 {
   private static final long serialVersionUID = 3693030212414392259L;

Modified: myfaces/api/trunk/src/java/javax/faces/event/ActionListener.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/ActionListener.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/ActionListener.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/ActionListener.java Tue Dec 20 12:40:00 2005
@@ -16,9 +16,11 @@
 package javax.faces.event;
 
 /**
-  * @author Thomas Spiegl (latest modification by $Author$)
-  * @version $Revision$ $Date$
-*/
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
+ * @author Thomas Spiegl (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
 public interface ActionListener extends FacesListener
 {
 	void processAction(ActionEvent actionEvent) throws AbortProcessingException;

Modified: myfaces/api/trunk/src/java/javax/faces/event/FacesEvent.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/FacesEvent.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/FacesEvent.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/FacesEvent.java Tue Dec 20 12:40:00 2005
@@ -21,9 +21,11 @@
 import javax.faces.component.UIComponent;
 
 /**
-  * @author Thomas Spiegl (latest modification by $Author$)
-  * @version $Revision$ $Date$
-*/
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
+ * @author Thomas Spiegl (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
 public abstract class FacesEvent extends EventObject
 {
 	// FIELDS

Modified: myfaces/api/trunk/src/java/javax/faces/event/FacesListener.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/FacesListener.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/FacesListener.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/FacesListener.java Tue Dec 20 12:40:00 2005
@@ -18,9 +18,11 @@
 import java.util.EventListener;
 
 /**
-  * @author Thomas Spiegl (latest modification by $Author$)
-  * @version $Revision$ $Date$
-*/
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
+ * @author Thomas Spiegl (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
 public interface FacesListener
         extends EventListener
 {

Modified: myfaces/api/trunk/src/java/javax/faces/event/PhaseEvent.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/PhaseEvent.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/PhaseEvent.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/PhaseEvent.java Tue Dec 20 12:40:00 2005
@@ -20,9 +20,11 @@
 import java.util.EventObject;
 
 /**
-  * @author Thomas Spiegl (latest modification by $Author$)
-  * @version $Revision$ $Date$
-*/
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
+ * @author Thomas Spiegl (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
 public class PhaseEvent extends EventObject
 {
     private static final long serialVersionUID = -7235692965954486239L;

Modified: myfaces/api/trunk/src/java/javax/faces/event/PhaseId.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/PhaseId.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/PhaseId.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/PhaseId.java Tue Dec 20 12:40:00 2005
@@ -19,6 +19,8 @@
 import java.util.Collections;
 
 /**
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/api/trunk/src/java/javax/faces/event/PhaseListener.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/PhaseListener.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/PhaseListener.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/PhaseListener.java Tue Dec 20 12:40:00 2005
@@ -16,9 +16,11 @@
 package javax.faces.event;
 
 /**
-  * @author Thomas Spiegl (latest modification by $Author$)
-  * @version $Revision$ $Date$
-*/
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
+ * @author Thomas Spiegl (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
 public interface PhaseListener extends java.util.EventListener, java.io.Serializable
 {
 	void afterPhase(PhaseEvent event);

Modified: myfaces/api/trunk/src/java/javax/faces/event/ValueChangeEvent.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/ValueChangeEvent.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/ValueChangeEvent.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/ValueChangeEvent.java Tue Dec 20 12:40:00 2005
@@ -18,9 +18,11 @@
 import javax.faces.component.UIComponent;
 
 /**
-  * @author Thomas Spiegl (latest modification by $Author$)
-  * @version $Revision$ $Date$
-*/
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
+ * @author Thomas Spiegl (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
 public class ValueChangeEvent extends FacesEvent {
     private static final long serialVersionUID = -2490528664421353795L;
     // FIELDS

Modified: myfaces/api/trunk/src/java/javax/faces/event/ValueChangeListener.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/event/ValueChangeListener.java?rev=358099&r1=358098&r2=358099&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/event/ValueChangeListener.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/event/ValueChangeListener.java Tue Dec 20 12:40:00 2005
@@ -16,9 +16,11 @@
 package javax.faces.event;
 
 /**
-  * @author Thomas Spiegl (latest modification by $Author$)
-  * @version $Revision$ $Date$
-*/
+ * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
+ *
+ * @author Thomas Spiegl (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
 public interface ValueChangeListener extends FacesListener
 {
 	public void processValueChange(javax.faces.event.ValueChangeEvent event)