You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/02/26 08:23:09 UTC

svn commit: r511745 - in /myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion: conversation/ conversation/jsf/ conversation/jsf/components/ conversation/jsf/lib/ conversation/spring/ requestParameterProvider/ viewController/

Author: imario
Date: Sun Feb 25 23:23:07 2007
New Revision: 511745

URL: http://svn.apache.org/viewvc?view=rev&rev=511745
Log:
get head out of line ;-)  removed @author tag

Modified:
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/Conversation.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationAware.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingEvent.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingListener.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationContext.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationManager.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationMessager.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationRequestParameterProvider.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/CurrentConversationAdvice.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/DefaultConversationMessager.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/_ConversationUtils.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/ConversationPhaseListener.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationActionListener.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationComponent.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationTag.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EndConversationTag.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EnsureConversationTag.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/SeparateConversationContextTag.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEndConversation.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEnsureConversation.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UISeparateConversationContext.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/lib/EndConversationMethodBindingFacade.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContext.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextConversationInterceptor.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextFactory.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/SpringConversationScope.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/_SpringUtils.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProvider.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProviderManager.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterResponseWrapper.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterServletFilter.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerManager.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerNameMapper.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/InterfaceViewControllerExecutor.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ReflectiveViewControllerExecutor.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewController.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerNameMapper.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerPhaseListener.java
    myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/_ViewControllerUtils.java

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/Conversation.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/Conversation.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/Conversation.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/Conversation.java Sun Feb 25 23:23:07 2007
@@ -50,8 +50,6 @@
  * interface in your bean and get the {@link Conversation} from them.
  * </ul>
  * </p>
- *
- * @author imario@apache.org
  */
 public class Conversation
 {
@@ -102,7 +100,7 @@
 	/**
 	 * <p>Add the given bean to the conversation scope</p>
 	 * <p>This will fire a {@link ConversationBindingEvent} if the bean
-	 * implements the {@link ConversationBindingListener} interface</p> 
+	 * implements the {@link ConversationBindingListener} interface</p>
 	 */
 	public void setAttribute(String name, Object bean)
 	{

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationAware.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationAware.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationAware.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationAware.java Sun Feb 25 23:23:07 2007
@@ -21,8 +21,6 @@
 
 /**
  * Beans implementing this interface will get the conversation object set
- *
- * @author imario@apache.org
  */
 public interface ConversationAware
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingEvent.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingEvent.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingEvent.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingEvent.java Sun Feb 25 23:23:07 2007
@@ -22,8 +22,6 @@
  * Events of this type are sent to an object that implements the
  * {@link org.apache.myfaces.fusion.conversation.ConversationBindingListener}
  * interface
- *
- * @author imario@apache.org
  */
 public class ConversationBindingEvent
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingListener.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingListener.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingListener.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationBindingListener.java Sun Feb 25 23:23:07 2007
@@ -21,8 +21,6 @@
 
 /**
  * all beans implementing this listener will get informed if a conversation ends
- *
- * @author imario@apache.org
  */
 public interface ConversationBindingListener
 {
@@ -30,7 +28,7 @@
 	 * the bean has been added to a conversation
 	 */
 	public void valueBound(ConversationBindingEvent event);
-	
+
 	/**
 	 * the bean has been removed from the conversation
 	 */

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationContext.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationContext.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationContext.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationContext.java Sun Feb 25 23:23:07 2007
@@ -31,8 +31,6 @@
  * Like the conversation this context has a timeout too which will end this context
  * if not accessed within the given timeout.
  * </p>
- *
- * @author imario@apache.org
  */
 public class ConversationContext
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationManager.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationManager.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationManager.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationManager.java Sun Feb 25 23:23:07 2007
@@ -42,8 +42,6 @@
 /**
  * The manager will deal with the various contexts in the current session.
  * A new context will be created if the current window has none associated.
- *
- * @author imario@apache.org
  */
 public class ConversationManager implements Serializable
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationMessager.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationMessager.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationMessager.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationMessager.java Sun Feb 25 23:23:07 2007
@@ -23,8 +23,6 @@
 
 /**
  * methods required to inform the user about some anomalies
- *
- * @author imario@apache.org
  */
 public interface ConversationMessager
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationRequestParameterProvider.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationRequestParameterProvider.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationRequestParameterProvider.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/ConversationRequestParameterProvider.java Sun Feb 25 23:23:07 2007
@@ -24,8 +24,6 @@
 
 /**
  * adds the required fields (conversationContext) to the request parameters.
- *
- * @author imario@apache.org
  */
 public class ConversationRequestParameterProvider implements RequestParameterProvider
 {
@@ -46,7 +44,7 @@
 		{
 			throw new IllegalStateException("can find the conversationManager");
 		}
-		
+
 		Long conversationContextId = conversationManager.getConversationContextId();
 		if (conversationContextId == null)
 		{

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/CurrentConversationAdvice.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/CurrentConversationAdvice.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/CurrentConversationAdvice.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/CurrentConversationAdvice.java Sun Feb 25 23:23:07 2007
@@ -30,8 +30,6 @@
  * <li>End the conversation if it has been invalidated</li>
  * </ul>
  * </p>
- *
- * @author imario@apache.org
  */
 public class CurrentConversationAdvice implements MethodInterceptor
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/DefaultConversationMessager.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/DefaultConversationMessager.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/DefaultConversationMessager.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/DefaultConversationMessager.java Sun Feb 25 23:23:07 2007
@@ -26,8 +26,6 @@
 
 /**
  * methods required to inform the user about some anomalies
- *
- * @author imario@apache.org
  */
 public class DefaultConversationMessager implements ConversationMessager
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/_ConversationUtils.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/_ConversationUtils.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/_ConversationUtils.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/_ConversationUtils.java Sun Feb 25 23:23:07 2007
@@ -31,8 +31,6 @@
 /**
  * <p>Various utilities used by the conversation framework</p>
  * <p>Notice: this class is not meant to be used outside of this library</p>
- *
- * @author imario@apache.org
  */
 public class _ConversationUtils
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/ConversationPhaseListener.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/ConversationPhaseListener.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/ConversationPhaseListener.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/ConversationPhaseListener.java Sun Feb 25 23:23:07 2007
@@ -30,8 +30,6 @@
  * <p>
  * Initializes the Conversation system
  * </p>
- *
- * @author imario@apache.org
  */
 public class ConversationPhaseListener implements PhaseListener
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationActionListener.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationActionListener.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationActionListener.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationActionListener.java Sun Feb 25 23:23:07 2007
@@ -29,8 +29,6 @@
 
 /**
  * base class to handle action events
- *
- * @author imario@apache.org
  */
 public abstract class AbstractConversationActionListener implements ActionListener, StateHolder
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationComponent.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationComponent.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationComponent.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationComponent.java Sun Feb 25 23:23:07 2007
@@ -25,8 +25,6 @@
 
 /**
  * base class for all the conversation components
- *
- * @author imario@apache.org
  */
 public class AbstractConversationComponent extends UICommand
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationTag.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationTag.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationTag.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/AbstractConversationTag.java Sun Feb 25 23:23:07 2007
@@ -25,8 +25,6 @@
 
 /**
  * base class for all conversation tags
- *
- * @author imario@apache.org
  */
 public abstract class AbstractConversationTag extends UIComponentTagBase
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EndConversationTag.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EndConversationTag.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EndConversationTag.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EndConversationTag.java Sun Feb 25 23:23:07 2007
@@ -26,7 +26,6 @@
  * End a conversation.
  *
  * @see org.apache.myfaces.fusion.conversation.jsf.components.UIEndConversation
- * @author imario@apache.org
  */
 public class EndConversationTag extends AbstractConversationTag
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EnsureConversationTag.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EnsureConversationTag.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EnsureConversationTag.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/EnsureConversationTag.java Sun Feb 25 23:23:07 2007
@@ -25,7 +25,6 @@
  * Check if a conversation is active, else redirects issue a navigation
  *
  * @see org.apache.myfaces.fusion.conversation.jsf.components.UIEnsureConversation
- * @author imario@apache.org
  */
 public class EnsureConversationTag extends AbstractConversationTag
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/SeparateConversationContextTag.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/SeparateConversationContextTag.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/SeparateConversationContextTag.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/SeparateConversationContextTag.java Sun Feb 25 23:23:07 2007
@@ -25,7 +25,6 @@
  * Embedded links will start a new conversation context
  *
  * @see org.apache.myfaces.fusion.conversation.jsf.components.UISeparateConversationContext
- * @author imario@apache.org
  */
 public class SeparateConversationContextTag extends UIComponentTagBase
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEndConversation.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEndConversation.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEndConversation.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEndConversation.java Sun Feb 25 23:23:07 2007
@@ -60,8 +60,6 @@
  * a restart action to issue after the conversation has been restarted</li>
  * </ul>
  * </p>
- *
- * @author imario@apache.org
  */
 public class UIEndConversation extends AbstractConversationComponent
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEnsureConversation.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEnsureConversation.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEnsureConversation.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UIEnsureConversation.java Sun Feb 25 23:23:07 2007
@@ -42,11 +42,9 @@
  * The parameters are:
  * <ul>
  * <li>name<br>the conversation name</li>
- * <li>action<br>the action or an method binding</li> 
+ * <li>action<br>the action or an method binding</li>
  * </ul>
  * </p>
- *
- * @author imario@apache.org
  */
 public class UIEnsureConversation extends AbstractConversationComponent
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UISeparateConversationContext.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UISeparateConversationContext.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UISeparateConversationContext.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/components/UISeparateConversationContext.java Sun Feb 25 23:23:07 2007
@@ -31,8 +31,6 @@
  * This will allow you to start a completely new context for conversations which
  * is the base for multi window awareness.
  * </p>
- *
- * @author imario@apache.org
  */
 public class UISeparateConversationContext extends UIComponentBase
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/lib/EndConversationMethodBindingFacade.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/lib/EndConversationMethodBindingFacade.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/lib/EndConversationMethodBindingFacade.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/jsf/lib/EndConversationMethodBindingFacade.java Sun Feb 25 23:23:07 2007
@@ -33,8 +33,6 @@
 
 /**
  * a facade for the original method binding to deal with end conversation conditions
- *
- * @author imario@apache.org
  */
 public class EndConversationMethodBindingFacade extends MethodBinding implements StateHolder
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContext.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContext.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContext.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContext.java Sun Feb 25 23:23:07 2007
@@ -22,8 +22,6 @@
 /**
  * Interface which will be used by the {@link PersistenceContextConversationInterceptor}
  * to configure the spring persistence framework
- *
- * @author imario@apache.org
  */
 public interface PersistenceContext
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextConversationInterceptor.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextConversationInterceptor.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextConversationInterceptor.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextConversationInterceptor.java Sun Feb 25 23:23:07 2007
@@ -34,9 +34,7 @@
  * It will also bind/unbind it if required.<br />
  * The {@link PersistenceContext} will be put into the conversation
  * attribute map wrapped in an {@link PersistenceContextCloser} so that it will
- * close the {@link PersistenceContext} on conversation end  
- *
- * @author imario@apache.org
+ * close the {@link PersistenceContext} on conversation end
  */
 public class PersistenceContextConversationInterceptor implements MethodInterceptor
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextFactory.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextFactory.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextFactory.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/PersistenceContextFactory.java Sun Feb 25 23:23:07 2007
@@ -21,8 +21,6 @@
 
 /**
  * The factory is responsible for creating a {@link PersistenceContext}
- *
- * @author imario@apache.org
  */
 public interface PersistenceContextFactory
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/SpringConversationScope.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/SpringConversationScope.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/SpringConversationScope.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/SpringConversationScope.java Sun Feb 25 23:23:07 2007
@@ -67,8 +67,6 @@
  * If no conversation exists for the given bean name a new one will be created.<br />
  * The beanName will also be the conversation name.
  * </p>
- *
- * @author imario@apache.org
  */
 public class SpringConversationScope implements Scope, BeanFactoryAware
 {
@@ -79,7 +77,7 @@
 	}
 
 	/**
-	 * the advices which will be applied to the conversation scoped bean 
+	 * the advices which will be applied to the conversation scoped bean
 	 */
 	public void setAdvices(Advice[] advices)
 	{
@@ -87,7 +85,7 @@
 	}
 
 	/**
-	 * return the conversation context id 
+	 * return the conversation context id
 	 */
 	public String getConversationId()
 	{
@@ -184,7 +182,7 @@
 	}
 
 	/**
-	 * get the conversation for the given beanName  
+	 * get the conversation for the given beanName
 	 */
 	protected Conversation getConversationForBean(String beanName)
 	{
@@ -223,7 +221,7 @@
 	/**
 	 * add the given runnable wrapped within an {@link ConversationBindingListener} to
 	 * the conversation map.
-	 * That way it will be called during conversation destroy. 
+	 * That way it will be called during conversation destroy.
 	 */
 	public void registerDestructionCallback(String name, final Runnable runnable)
 	{

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/_SpringUtils.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/_SpringUtils.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/_SpringUtils.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/conversation/spring/_SpringUtils.java Sun Feb 25 23:23:07 2007
@@ -31,8 +31,6 @@
 /**
  * <p>Various Spring utilities used by the conversation framework</p>
  * <p>Notice: this class is not meant to be used outside of this library</p>
- *
- * @author imario@apache.org
  */
 public final class _SpringUtils
 {
@@ -44,7 +42,7 @@
 	{
 		// TODO: What about portlets ?
 		ServletContext servletContext = (ServletContext) FacesContext.getCurrentInstance().getExternalContext().getContext();
-		
+
 		return (ConfigurableApplicationContext) WebApplicationContextUtils.getWebApplicationContext(servletContext);
 	}
 

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProvider.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProvider.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProvider.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProvider.java Sun Feb 25 23:23:07 2007
@@ -21,10 +21,6 @@
 
 /**
  * The interface a provider has to implement to add parameters to the url
- *
- * @author Thomas Oberder
- * @author Mario Ivankovits
- * @version 27.04.2006 22:41:11
  */
 public interface RequestParameterProvider
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProviderManager.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProviderManager.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProviderManager.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterProviderManager.java Sun Feb 25 23:23:07 2007
@@ -30,9 +30,6 @@
 
 /**
  * The manager which manage all the attached providers and add their fields to the url
- *
- * @author Thomas Obereder
- * @version 27.04.2006 22:42:32
  */
 public class RequestParameterProviderManager implements Serializable
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterResponseWrapper.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterResponseWrapper.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterResponseWrapper.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterResponseWrapper.java Sun Feb 25 23:23:07 2007
@@ -29,9 +29,6 @@
 
 /**
  * This wrapper intercepts encodeURL and pass it to the {@link RequestParameterProviderManager} which attaches the url parameters
- *  
- * @author Thomas Obereder
- * @version 30.04.2006 14:40:05
  */
 public class RequestParameterResponseWrapper implements HttpServletResponse
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterServletFilter.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterServletFilter.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterServletFilter.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/requestParameterProvider/RequestParameterServletFilter.java Sun Feb 25 23:23:07 2007
@@ -30,10 +30,7 @@
 import java.io.IOException;
 
 /**
- * This filter wraps each {@link HttpServletRequest} in a {@link RequestParameterResponseWrapper}  
- *
- * @author Thomas Obereder
- * @version 30.04.2006 14:38:23
+ * This filter wraps each {@link HttpServletRequest} in a {@link RequestParameterResponseWrapper}
  */
 public class RequestParameterServletFilter implements Filter
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerManager.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerManager.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerManager.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerManager.java Sun Feb 25 23:23:07 2007
@@ -28,10 +28,8 @@
  * to map view-ids to bean names and the {@link ReflectiveViewControllerExecutor} to invoke
  * view controller events on your beans.
  * </p>
- * 
- * @see ViewControllerManager
  *
- * @author imario@apache.org
+ * @see ViewControllerManager
  */
 public class DefaultViewControllerManager implements ViewControllerManager
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerNameMapper.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerNameMapper.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerNameMapper.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/DefaultViewControllerNameMapper.java Sun Feb 25 23:23:07 2007
@@ -46,8 +46,6 @@
  * </tbody>
  * </table>
  * </p>
- *
- * @author imario@apache.org
  */
 public class DefaultViewControllerNameMapper implements ViewControllerNameMapper
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/InterfaceViewControllerExecutor.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/InterfaceViewControllerExecutor.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/InterfaceViewControllerExecutor.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/InterfaceViewControllerExecutor.java Sun Feb 25 23:23:07 2007
@@ -26,8 +26,6 @@
 
 /**
  * Invokes ViewController events using the {@link ViewController} interface
- * 
- * @author imario@apache.org
  */
 public class InterfaceViewControllerExecutor extends AbstractViewControllerExecutor
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ReflectiveViewControllerExecutor.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ReflectiveViewControllerExecutor.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ReflectiveViewControllerExecutor.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ReflectiveViewControllerExecutor.java Sun Feb 25 23:23:07 2007
@@ -33,8 +33,6 @@
  * <li>public void preRenderView()</li>
  * </ul>
  * </p>
- *
- * @author imario@apache.org
  */
 public class ReflectiveViewControllerExecutor extends AbstractViewControllerExecutor
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewController.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewController.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewController.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewController.java Sun Feb 25 23:23:07 2007
@@ -26,8 +26,6 @@
  * Your bean has to implement this interface if you've decided to use the {@link InterfaceViewControllerExecutor}
  * to get notifications
  * </p>
- *
- * @author imario@apache.org
  */
 public interface ViewController
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerNameMapper.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerNameMapper.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerNameMapper.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerNameMapper.java Sun Feb 25 23:23:07 2007
@@ -23,8 +23,6 @@
 /**
  * <p>The interface for the name mapper.</p>
  * <p>A mapper is responsible for converting a viewId to a managed bean name</p>
- *
- * @author imario@apache.org
  */
 public interface ViewControllerNameMapper
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerPhaseListener.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerPhaseListener.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerPhaseListener.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/ViewControllerPhaseListener.java Sun Feb 25 23:23:07 2007
@@ -28,8 +28,6 @@
 
 /**
  * <p>The phase listener dispatches some phases to the ViewController (your backing bean)</p>
- *
- * @author imario@apache.org
  */
 public class ViewControllerPhaseListener implements PhaseListener
 {

Modified: myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/_ViewControllerUtils.java
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/_ViewControllerUtils.java?view=diff&rev=511745&r1=511744&r2=511745
==============================================================================
--- myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/_ViewControllerUtils.java (original)
+++ myfaces/fusion/trunk/core/src/main/java/org/apache/myfaces/fusion/viewController/_ViewControllerUtils.java Sun Feb 25 23:23:07 2007
@@ -25,8 +25,6 @@
 /**
  * <p>Various utilities used by the viewController framework</p>
  * <p>Notice: this class is not meant to be used outside of this library</p>
- *
- * @author imario@apache.org
  */
 public final class _ViewControllerUtils
 {