The API has been released, so whether or not they should be there is now
moot.
SECTION: Modified Files
-----------------------------------------
M src/javax/faces/application/StateManager.java
- removed pending comments from public javadocs
- cleaned up imports
SECTION: Diffs
-----------------------------------------
Index: StateManager.java
===================================================================
RCS file:
/cvs/javaserverfaces-sources/jsf-api/src/javax/faces/application/StateManager.java,v
retrieving revision 1.33
diff -u -r1.33 StateManager.java
--- StateManager.java 26 Feb 2004 20:30:25 -0000 1.33
+++ StateManager.java 20 Oct 2004 13:40:24 -0000
@@ -9,22 +9,14 @@
package javax.faces.application;
-import javax.faces.FacesException;
-import javax.faces.context.FacesContext;
-import javax.faces.context.ResponseWriter;
import javax.faces.component.NamingContainer;
-import javax.faces.component.StateHolder;
-import javax.faces.component.UIComponent;
import javax.faces.component.UIViewRoot;
+import javax.faces.context.FacesContext;
+import javax.faces.context.ResponseWriter;
import javax.faces.render.RenderKit;
import javax.faces.render.ResponseStateManager;
import java.io.IOException;
-import java.io.Writer;
-
-import java.util.List;
-import java.util.ArrayList;
-import java.util.Iterator;
@@ -117,9 +109,6 @@
* children and facets, to be omitted from the saved tree structure
* information.</p>
*
- * <p>PENDING(craigmcc) - Does this method need to be in the
- * public APIs?</p>
- *
* @param context {_at_link FacesContext} for the current request
*/
protected abstract Object getTreeStructureToSave(FacesContext context);
@@ -139,9 +128,6 @@
* children and facets, to be omitted from the saved component state
* information.</p>
*
- * <p>PENDING(craigmcc) - Does this method need to be in the
- * public APIs?</p>
- *
* @param context {_at_link FacesContext} for the current request
*/
protected abstract Object getComponentStateToSave(FacesContext
context);
@@ -221,9 +207,6 @@
* tree structure of the component tree being restored. If no saved
* state information is available, return <code>null</code>
instead.</p>
*
- * <p>PENDING(craigmcc) - Does this method need to be in the
- * public APIs?</p>
- *
* @param context {_at_link FacesContext} for the current request
* @param viewId View identifier of the view to be restored
* @param renderKitId the renderKitId used to render this response.
@@ -240,10 +223,7 @@
* <p>Convenience method, which must be called by
* <code>restoreView()</code>, to restore the attributes, properties,
* and attached objects of all components in the restored component
tree.
- * </p>
- *
- * <p>PENDING(craigmcc) - Does this method need to be in the
- * public APIs?</p>
+ * </p>
*
* @param context {_at_link FacesContext} for the current request
* @param viewRoot {_at_link UIViewRoot} returned by a previous call
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net