Author: woonsan
Date: Tue Apr 14 14:58:12 2009
New Revision: 764810

URL: http://svn.apache.org/viewvc?rev=764810&view=rev
Log:
PB-90: deprecating GroovyPortletHeaderPhaseSupport because header phase support 
is not natively supported by JSR-286 compliant portal.

Modified:
    
portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortlet.java
    
portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortletHeaderPhaseSupport.java

Modified: 
portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortlet.java
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortlet.java?rev=764810&r1=764809&r2=764810&view=diff
==============================================================================
--- 
portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortlet.java
 (original)
+++ 
portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortlet.java
 Tue Apr 14 14:58:12 2009
@@ -43,8 +43,8 @@
  * portlet just need to be implemented like any other Java-based portlet. So, a
  * groovy-scripted portlet can support full features of JSR-168 portlet.
  * 
- * @author <a href="mailto:[email protected]";>Woonsan Ko</a>
- * @Id@
+ * @author <a href="mailto:[email protected]";>Woonsan Ko</a>
+ * @version $Id$
  */
 public class GroovyPortlet extends GenericPortlet
 {

Modified: 
portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortletHeaderPhaseSupport.java
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortletHeaderPhaseSupport.java?rev=764810&r1=764809&r2=764810&view=diff
==============================================================================
--- 
portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortletHeaderPhaseSupport.java
 (original)
+++ 
portals/bridges/trunk/groovy/src/java/org/apache/portals/bridges/groovy/GroovyPortletHeaderPhaseSupport.java
 Tue Apr 14 14:58:12 2009
@@ -27,14 +27,15 @@
 import org.apache.jetspeed.portlet.PortletHeaderResponse;
 
 /**
- * <p>
- * GroovyPortletHeaderPhaseSupport parses and invokes a groovy-scripted 
portlet. A groovy-scripted
- * portlet just need to be implemented like any other Java-based portlet. So, a
- * groovy-scripted portlet does not support only full features of JSR-168 
portlet, but
- * it also supports JSR-286 header phase.
+ * GroovyPortletHeaderPhaseSupport parses and invokes a groovy-scripted 
portlet.
+ * This base class is deprecated because the JSR-286 supports header phase 
natively.
+ * So, if you get interested in this base class to use header phase support 
feature
+ * for your groovy script portlet in your JSR-286 compliant portal 
environment, 
+ * just use {...@link GroovyPortlet} instead.
  * 
- * @author <a href="mailto:[email protected]";>Woonsan Ko</a>
- * @Id@
+ * @author <a href="mailto:[email protected]";>Woonsan Ko</a>
+ * @version $Id$
+ * @deprecated
  */
 public class GroovyPortletHeaderPhaseSupport extends GroovyPortlet implements 
SupportsHeaderPhase
 {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to