You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/05/09 01:03:38 UTC

svn commit: r169189 - in /myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean: Alias.java AliasBean.java AliasBeanRenderer.java AliasBeanTag.java AliasBeansScope.java AliasBeansScopeRenderer.java AliasBeansScopeTag.java FacesEventWrapper.java

Author: svieujot
Date: Sun May  8 16:03:38 2005
New Revision: 169189

URL: http://svn.apache.org/viewcvs?rev=169189&view=rev
Log:
AliasBean : remove $ markers & outdated log history.

Modified:
    myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/Alias.java
    myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBean.java
    myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java
    myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScope.java
    myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeTag.java
    myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/FacesEventWrapper.java

Modified: myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/Alias.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/Alias.java?rev=169189&r1=169188&r2=169189&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/Alias.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/Alias.java Sun May  8 16:03:38 2005
@@ -25,7 +25,6 @@
 /**
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
  */
 
 class Alias {

Modified: myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBean.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBean.java?rev=169189&r1=169188&r2=169189&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBean.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBean.java Sun May  8 16:03:38 2005
@@ -43,38 +43,6 @@
  * 
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.10  2005/03/15 00:34:17  svieujot
- * Close MYFACES-128, thanks to Mathias Broekelmann.
- *
- * Revision 1.9  2005/03/10 22:42:26  svieujot
- * Close MYFACES-125 thanks to Mathias Broekelmann.
- *
- * Revision 1.8  2005/03/10 15:11:00  svieujot
- * Fix MYFACES-125 thanks to Mathias Broekelmann.
- *
- * Revision 1.7  2005/01/27 16:00:30  svieujot
- * *** empty log message ***
- *
- * Revision 1.6  2005/01/27 01:59:45  svieujot
- * AliasBean : Change sourceBean attribute for value.
- * Make it work with both beans references ( #{myBean} ), and fix strings as value.
- * Document tld.
- *
- * Revision 1.5  2005/01/04 15:41:06  svieujot
- * new x:buffer component.
- *
- * Revision 1.4  2004/11/23 11:03:35  svieujot
- * Get ride of the x:aliasBean "permanent" attribute.
- * 
- * Revision 1.3 2004/11/23 04:46:40 svieujot Add an ugly "permanent"
- * tag to x:aliasBean to handle children events.
- * 
- * Revision 1.2 2004/11/14 15:06:36 svieujot Improve AliasBean to make the alias
- * effective only within the tag body
- * 
- * Revision 1.1 2004/11/08 20:43:15 svieujot Add an x:aliasBean component
- * 
  */
 public class AliasBean extends UIComponentBase {
     private static final Log log = LogFactory.getLog(AliasBean.class);

Modified: myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanRenderer.java?rev=169189&r1=169188&r2=169189&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanRenderer.java Sun May  8 16:03:38 2005
@@ -25,13 +25,6 @@
 /**
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.2  2004/11/14 15:06:35  svieujot
- * Improve AliasBean to make the alias effective only within the tag body
- *
- * Revision 1.1  2004/11/08 20:43:15  svieujot
- * Add an x:aliasBean component
- *
  */
 public class AliasBeanRenderer extends Renderer {
     private static final Log log = LogFactory.getLog(AliasBeanRenderer.class);

Modified: myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java?rev=169189&r1=169188&r2=169189&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java Sun May  8 16:03:38 2005
@@ -22,24 +22,6 @@
 /**
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.5  2005/02/18 17:19:30  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.4  2005/01/27 01:59:45  svieujot
- * AliasBean : Change sourceBean attribute for value.
- * Make it work with both beans references ( #{myBean} ), and fix strings as value.
- * Document tld.
- *
- * Revision 1.3  2004/11/23 11:03:35  svieujot
- * Get ride of the x:aliasBean "permanent" attribute.
- *
- * Revision 1.2  2004/11/23 04:46:40  svieujot
- * Add an ugly "permanent" tag to x:aliasBean to handle children events.
- *
- * Revision 1.1  2004/11/08 20:43:15  svieujot
- * Add an x:aliasBean component
- *
  */
 public class AliasBeanTag extends UIComponentTagBase {
 

Modified: myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScope.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScope.java?rev=169189&r1=169188&r2=169189&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScope.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScope.java Sun May  8 16:03:38 2005
@@ -35,7 +35,6 @@
  * 
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
  */
 public class AliasBeansScope extends UIComponentBase {
     static final Log log = LogFactory.getLog(AliasBeansScope.class);

Modified: myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeRenderer.java?rev=169189&r1=169188&r2=169189&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeRenderer.java Sun May  8 16:03:38 2005
@@ -25,8 +25,6 @@
 /**
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- *
  */
 public class AliasBeansScopeRenderer extends Renderer {
     private static final Log log = LogFactory.getLog(AliasBeansScopeRenderer.class);

Modified: myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeTag.java?rev=169189&r1=169188&r2=169189&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/AliasBeansScopeTag.java Sun May  8 16:03:38 2005
@@ -20,7 +20,6 @@
 /**
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
  */
 public class AliasBeansScopeTag extends UIComponentTagBase {
     

Modified: myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/FacesEventWrapper.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/FacesEventWrapper.java?rev=169189&r1=169188&r2=169189&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/FacesEventWrapper.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/custom/aliasbean/FacesEventWrapper.java Sun May  8 16:03:38 2005
@@ -20,18 +20,8 @@
 import javax.faces.event.PhaseId;
 
 /**
- * The aliasBean tag allows you to link a fictive bean to a real bean.
- * 
- * Let's suppose you have a subform you use often but with different beans.
- * <br/>The aliasBean allows you to design the subform with a fictive bean and
- * to include it in all the pages where you use it. You just need to make an
- * alias to the real bean named after the fictive bean before invoking the
- * fictive bean. <br/>This making it possible to have a library of reusable
- * generic subforms.
- * 
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
  */
 
 class FacesEventWrapper extends FacesEvent {