Author: matzew
Date: Mon Jun 12 15:13:35 2006
New Revision: 413753
URL: http://svn.apache.org/viewvc?rev=413753&view=rev
Log:
hints on JSF 1.2
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/facelets/SetActionListenerTag.java
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/ValidatorTag.java
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListener.java
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListenerTag.java
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/facelets/SetActionListenerTag.java
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/facelets/SetActionListenerTag.java?rev=413753&r1=413752&r2=413753&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/facelets/SetActionListenerTag.java
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/facelets/SetActionListenerTag.java
Mon Jun 12 15:13:35 2006
@@ -1,36 +1,37 @@
-/*
-* Copyright 2006 The Apache Software Foundation.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
+/*
+* Copyright 2006 The Apache Software Foundation.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
package org.apache.myfaces.adfinternal.facelets;
-import javax.el.ELException;
-import javax.el.ValueExpression;
-import javax.faces.component.ActionSource;
-import javax.faces.component.UIComponent;
-
-import org.apache.myfaces.adfinternal.taglib.listener.SetActionListener;
-
-import com.sun.facelets.FaceletContext;
-import com.sun.facelets.FaceletException;
-import com.sun.facelets.el.LegacyValueBinding;
-import com.sun.facelets.tag.TagAttribute;
-import com.sun.facelets.tag.TagConfig;
-import com.sun.facelets.tag.TagHandler;
-import com.sun.facelets.tag.jsf.ComponentSupport;
+import javax.el.ELException;
+import javax.el.ValueExpression;
+import javax.faces.component.ActionSource;
+import javax.faces.component.UIComponent;
+
+import org.apache.myfaces.adfinternal.taglib.listener.SetActionListener;
+
+import com.sun.facelets.FaceletContext;
+import com.sun.facelets.FaceletException;
+import com.sun.facelets.el.LegacyValueBinding;
+import com.sun.facelets.tag.TagAttribute;
+import com.sun.facelets.tag.TagConfig;
+import com.sun.facelets.tag.TagHandler;
+import com.sun.facelets.tag.jsf.ComponentSupport;
/**
+ * @todo it should be removed after we consume JSF1.2.
* @author Emmanuel Pirsch
*/
public class SetActionListenerTag extends TagHandler
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/ValidatorTag.java
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/ValidatorTag.java?rev=413753&r1=413752&r2=413753&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/ValidatorTag.java
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/ValidatorTag.java
Mon Jun 12 15:13:35 2006
@@ -28,7 +28,7 @@
* This tag implements a generic validator tag.
* It adds support for a "binding" attribute as well as a "validatorId"
*
- * TODO: it should be removed after we consume JSF1.2.
+ * @todo it should be removed after we consume JSF1.2.
*
* @author The Oracle ADF Faces Team
*/
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListener.java
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListener.java?rev=413753&r1=413752&r2=413753&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListener.java
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListener.java
Mon Jun 12 15:13:35 2006
@@ -26,7 +26,9 @@
import org.apache.myfaces.adf.bean.PropertyKey;
/**
- *
+ * JavaServer Faces version 1.2 a <code>setPropertyActionListener</code>,
which provides the
+ * same functionality. In JSF 1.2 days this class should be
<code>deprecated</code>.
+ *
* @todo Look at moving to org.apache.myfaces.adf.event
* @todo Extending FacesBean is very lame if we make this
* class part of our public API, but the FacesBean API
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListenerTag.java
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListenerTag.java?rev=413753&r1=413752&r2=413753&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListenerTag.java
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-impl/src/main/java/org/apache/myfaces/adfinternal/taglib/listener/SetActionListenerTag.java
Mon Jun 12 15:13:35 2006
@@ -30,6 +30,8 @@
/**
+ * JavaServer Faces version 1.2 a <code>setPropertyActionListener</code>,
which provides the
+ * same functionality. In JSF 1.2 days this class should be
<code>deprecated</code>.
*
* @author The Oracle ADF Faces Team
*/