You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by cz...@apache.org on 2005/08/10 17:10:25 UTC

cvs commit: ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet SessionHandler.java

cziegeler    2005/08/10 08:10:25

  Modified:    src/org/apache/wsrp4j/producer/provider/pluto/driver
                        InformationProviderServiceFactoryImpl.java
                        DescriptionHandlerImpl.java
                        PortletActionProviderImpl.java
                        WSRPRenderResponseFactoryImpl.java
                        DynamicInformationProviderImpl.java
                        WSRPRenderResponseImpl.java
                        PortletStateManagerImpl.java PortletStateImpl.java
                        StoredResponse.java PortletInvokerImpl.java
                        ServletRequestFactoryImpl.java
                        WSRPPortletEntityImpl.java ProviderImpl.java
                        ProviderFactoryImpl.java
                        ResourceURLProviderImpl.java
                        PortletURLProviderImpl.java
                        WSRPServletRequestWrapperImpl.java
                        PortletPoolImpl.java
               src/org/apache/wsrp4j/util InvalidXMLStringException.java
                        HandleGeneratorImpl.java PropertyListHelper.java
                        LocaleHelper.java HandleGeneratorFactoryImpl.java
                        StateChangedListener.java Constants.java
                        StateChangedServiceImpl.java
                        HandleGeneratorFactory.java
                        StateChangedService.java ParameterChecker.java
                        StateChangedEvent.java MessageElementHelper.java
                        DOMSupport.java Utility.java HandleGenerator.java
                        Modes.java AuthenticationInfoHelper.java
                        WindowStates.java
               portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl
                        UserRegistryImpl.java UserSessionImpl.java
                        ResourceProxy.java WSRPRequestImpl.java
                        ProxyPortlet.java URLTemplateComposerImpl.java
                        ProducerRegistryImpl.java PortletRegistryImpl.java
                        SessionHandlerImpl.java
                        ConsumerEnvironmentImpl.java GroupSessionImpl.java
                        PortletSessionImpl.java URLGeneratorImpl.java
               src/org/apache/wsrp4j/producer/util MapDeserializer.java
                        MapSerializer.java Base64.java ServletAccess.java
               src/org/apache/wsrp4j/producer/provider
                        ConsumerConfiguredPortlet.java
                        PortletRegistrationFilter.java PortletPool.java
                        ProviderFactory.java DescriptionHandler.java
                        URLComposer.java PortletStateManager.java
                        PortletInvoker.java PortletState.java
                        ProducerOfferedPortlet.java
                        PortletRegistrationFilterWriter.java Provider.java
                        Portlet.java
               portlets/wsrptest/src/org/apache/wsrp4j/testportlet
                        TestPortlet.java
               src/org/apache/wsrp4j/producer/provider/driver
                        ConsumerPortletRegistrationImpl.java
                        ConsumerConfiguredPortletImpl.java PortletImpl.java
                        URLComposerImpl.java
                        PortletRegistrationFilterImpl.java
                        ProducerOfferedPortletImpl.java
               src/org/apache/wsrp4j/producer/provider/pluto
                        WSRPDynamicInformationProvider.java
                        PlutoProvider.java PlutoPortletPool.java
               portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet
                        SessionHandler.java
  Log:
  Add cvs version info
  
  Revision  Changes    Path
  1.4       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/InformationProviderServiceFactoryImpl.java
  
  Index: InformationProviderServiceFactoryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/InformationProviderServiceFactoryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InformationProviderServiceFactoryImpl.java	26 Jul 2005 14:21:48 -0000	1.3
  +++ InformationProviderServiceFactoryImpl.java	10 Aug 2005 15:10:22 -0000	1.4
  @@ -17,6 +17,9 @@
   
   import org.apache.pluto.services.information.DynamicInformationProvider;
    
  +/**
  + * @version $Id$
  + */
   public class InformationProviderServiceFactoryImpl
   	extends org.apache.pluto.portalImpl.core.InformationProviderServiceFactoryImpl {
   
  
  
  
  1.8       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/DescriptionHandlerImpl.java
  
  Index: DescriptionHandlerImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/DescriptionHandlerImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DescriptionHandlerImpl.java	26 Jul 2005 14:21:48 -0000	1.7
  +++ DescriptionHandlerImpl.java	10 Aug 2005 15:10:22 -0000	1.8
  @@ -64,7 +64,7 @@
    * @author <a href="mailto:Peter.Fischer@de.ibm.com">Peter Fischer</a>
    * @author <a href="mailto:Ralf.Altrichter@de.ibm.com">Ralf Altrichter</a>* 
    *
  - * @version 1.9
  + * @version $Id$
    *
    * @see     DescriptionHandler
    *
  
  
  
  1.4       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletActionProviderImpl.java
  
  Index: PortletActionProviderImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletActionProviderImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletActionProviderImpl.java	26 Jul 2005 14:21:48 -0000	1.3
  +++ PortletActionProviderImpl.java	10 Aug 2005 15:10:22 -0000	1.4
  @@ -21,6 +21,9 @@
   import org.apache.pluto.om.window.PortletWindow;
   import org.apache.pluto.services.information.PortletActionProvider;
   
  +/**
  + * @version $Id$
  + */
   public class PortletActionProviderImpl implements PortletActionProvider
   {
   	DynamicInformationProviderImpl dynamicInfoProvider = null;
  
  
  
  1.4       +2 -1      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/WSRPRenderResponseFactoryImpl.java
  
  Index: WSRPRenderResponseFactoryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/WSRPRenderResponseFactoryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WSRPRenderResponseFactoryImpl.java	26 Jul 2005 14:21:48 -0000	1.3
  +++ WSRPRenderResponseFactoryImpl.java	10 Aug 2005 15:10:22 -0000	1.4
  @@ -22,7 +22,8 @@
   
   /**
     WSRP4J specific implementation of the pluto RenderResponseFactory.
  -*/
  + * @version $Id$
  + */
   public class WSRPRenderResponseFactoryImpl implements RenderResponseFactory
   {
       //servlet config
  
  
  
  1.10      +2 -1      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/DynamicInformationProviderImpl.java
  
  Index: DynamicInformationProviderImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/DynamicInformationProviderImpl.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DynamicInformationProviderImpl.java	10 Aug 2005 10:22:08 -0000	1.9
  +++ DynamicInformationProviderImpl.java	10 Aug 2005 15:10:22 -0000	1.10
  @@ -44,7 +44,8 @@
   import org.apache.wsrp4j.util.WindowStates;
   
   /**
  - *Provides access to information required for portlet rendering
  + * Provides access to information required for portlet rendering.
  + * @version $Id$
    */
   public class DynamicInformationProviderImpl
       implements WSRPDynamicInformationProvider {
  
  
  
  1.6       +2 -1      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/WSRPRenderResponseImpl.java
  
  Index: WSRPRenderResponseImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/WSRPRenderResponseImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- WSRPRenderResponseImpl.java	10 Aug 2005 10:22:08 -0000	1.5
  +++ WSRPRenderResponseImpl.java	10 Aug 2005 15:10:22 -0000	1.6
  @@ -30,7 +30,8 @@
     WSRP4J specific implementation of the pluto RenderResponse. This class extends
     the pluto RenderResponseImpl to provide a WSRP4J specific Provider implementation
     and encodeURL method.
  -*/
  + * @version $Id$
  + */
   public class WSRPRenderResponseImpl extends org.apache.pluto.core.impl.RenderResponseImpl
   {
       //wspr4j specific provider
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletStateManagerImpl.java
  
  Index: PortletStateManagerImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletStateManagerImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PortletStateManagerImpl.java	26 Jul 2005 14:21:48 -0000	1.4
  +++ PortletStateManagerImpl.java	10 Aug 2005 15:10:22 -0000	1.5
  @@ -27,6 +27,7 @@
      
    * @author <a href="mailto:Peter.Fischer@de.ibm.com">Peter Fischer</a>
    * @see org.apache.wsrp4j.producer.provider.PortletStateManager
  + * @version $Id$
    */
   
   public class PortletStateManagerImpl implements PortletStateManager
  
  
  
  1.5       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletStateImpl.java
  
  Index: PortletStateImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletStateImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PortletStateImpl.java	26 Jul 2005 14:21:48 -0000	1.4
  +++ PortletStateImpl.java	10 Aug 2005 15:10:22 -0000	1.5
  @@ -30,8 +30,8 @@
     
    * @author <a href="mailto:Peter.Fischer@de.ibm.com">Peter Fischer</a>
    * @see org.apache.wsrp4j.producer.provider.PortletState
  + * @version $Id$
    */
  -
   public class PortletStateImpl implements PortletState, Serializable
   {
       //model description
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/StoredResponse.java
  
  Index: StoredResponse.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/StoredResponse.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StoredResponse.java	26 Jul 2005 14:21:48 -0000	1.4
  +++ StoredResponse.java	10 Aug 2005 15:10:22 -0000	1.5
  @@ -36,6 +36,7 @@
    * 
    * @author <a href="mailto:peter.fischer@de.ibm.com">Peter Fischer</a>
      @see javax.servlet.http.HttpServletResponse
  + * @version $Id$
    */
   public class StoredResponse implements HttpServletResponse, Serializable
   {
  
  
  
  1.11      +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletInvokerImpl.java
  
  Index: PortletInvokerImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletInvokerImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- PortletInvokerImpl.java	26 Jul 2005 14:21:48 -0000	1.10
  +++ PortletInvokerImpl.java	10 Aug 2005 15:10:22 -0000	1.11
  @@ -58,6 +58,7 @@
    * <p>The provided invokePortlet method ...</p>
    *
    * @see org.apache.wsrp4j.producer.provider.PortletInvoker  
  + * @version $Id$
    **/
   public class PortletInvokerImpl implements PortletInvoker
   {
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/ServletRequestFactoryImpl.java
  
  Index: ServletRequestFactoryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/ServletRequestFactoryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletRequestFactoryImpl.java	26 Jul 2005 14:21:48 -0000	1.3
  +++ ServletRequestFactoryImpl.java	10 Aug 2005 15:10:22 -0000	1.4
  @@ -25,6 +25,7 @@
   
   /**
    * @author Richard Jacob
  + * @version $Id$
    */
   public class ServletRequestFactoryImpl implements ServletRequestFactory {
   
  
  
  
  1.7       +2 -1      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/WSRPPortletEntityImpl.java
  
  Index: WSRPPortletEntityImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/WSRPPortletEntityImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- WSRPPortletEntityImpl.java	26 Jul 2005 14:21:48 -0000	1.6
  +++ WSRPPortletEntityImpl.java	10 Aug 2005 15:10:22 -0000	1.7
  @@ -30,7 +30,8 @@
   
   /**
     This class adds cloning to the pluto portlet entity.
  -*/
  + * @version $Id$
  + */
   public class WSRPPortletEntityImpl extends PortletEntityImpl implements Cloneable
   {
   
  
  
  
  1.9       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/ProviderImpl.java
  
  Index: ProviderImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/ProviderImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ProviderImpl.java	26 Jul 2005 14:21:48 -0000	1.8
  +++ ProviderImpl.java	10 Aug 2005 15:10:22 -0000	1.9
  @@ -39,6 +39,9 @@
   import org.apache.wsrp4j.producer.provider.PortletRegistrationFilterWriter;
   import org.apache.wsrp4j.producer.provider.driver.PortletRegistrationFilterImpl;
   
  +/**
  + * @version $Id$
  + */
   public class ProviderImpl implements PlutoProvider
   {
       //portlet pool
  
  
  
  1.5       +1 -3      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/ProviderFactoryImpl.java
  
  Index: ProviderFactoryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/ProviderFactoryImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ProviderFactoryImpl.java	26 Jul 2005 14:21:48 -0000	1.4
  +++ ProviderFactoryImpl.java	10 Aug 2005 15:10:22 -0000	1.5
  @@ -23,9 +23,7 @@
    * 
    * @author  <a href="mailto:peter.fischer@de.ibm.com">Peter Fischer</a>
    *
  - * @version 1.1
  - *
  - *
  + * @version $Id$
    */
   public class ProviderFactoryImpl implements ProviderFactory
   {
  
  
  
  1.5       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/ResourceURLProviderImpl.java
  
  Index: ResourceURLProviderImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/ResourceURLProviderImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ResourceURLProviderImpl.java	26 Jul 2005 14:21:48 -0000	1.4
  +++ ResourceURLProviderImpl.java	10 Aug 2005 15:10:22 -0000	1.5
  @@ -23,6 +23,9 @@
   import org.apache.wsrp4j.producer.provider.Provider;
   import org.apache.wsrp4j.producer.provider.URLComposer;
   
  +/**
  + * @version $Id$
  + */
   public class ResourceURLProviderImpl implements ResourceURLProvider
   {
   	private Logger logger = LogManager.getLogManager().getLogger(ResourceURLProviderImpl.class);
  
  
  
  1.6       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletURLProviderImpl.java
  
  Index: PortletURLProviderImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletURLProviderImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PortletURLProviderImpl.java	26 Jul 2005 14:21:48 -0000	1.5
  +++ PortletURLProviderImpl.java	10 Aug 2005 15:10:22 -0000	1.6
  @@ -41,6 +41,7 @@
     Implementation of the PortletURLProvider interface
     
     @see org.apache.pluto.information.PortletURLProvider
  + * @version $Id$
   */
   public class PortletURLProviderImpl implements PortletURLProvider
   {
  
  
  
  1.4       +7 -6      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/WSRPServletRequestWrapperImpl.java
  
  Index: WSRPServletRequestWrapperImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/WSRPServletRequestWrapperImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WSRPServletRequestWrapperImpl.java	26 Jul 2005 14:21:48 -0000	1.3
  +++ WSRPServletRequestWrapperImpl.java	10 Aug 2005 15:10:22 -0000	1.4
  @@ -27,12 +27,13 @@
   import org.apache.pluto.portalImpl.servlet.ServletRequestImpl;
   
   /**
  -* WSRP4J specific servlet response implementation. This allows
  -* to set the locale.
  -* 
  -* @author Stephan.Laertz@de.ibm.com  
  -* @author Richard Jacob
  -**/
  + * WSRP4J specific servlet response implementation. This allows
  + * to set the locale.
  + * 
  + * @author Stephan.Laertz@de.ibm.com  
  + * @author Richard Jacob
  + * @version $Id$
  + **/
   public class WSRPServletRequestWrapperImpl extends ServletRequestImpl
   {
       private Locale locale = null;
  
  
  
  1.8       +1 -2      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletPoolImpl.java
  
  Index: PortletPoolImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/driver/PortletPoolImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PortletPoolImpl.java	26 Jul 2005 14:21:48 -0000	1.7
  +++ PortletPoolImpl.java	10 Aug 2005 15:10:22 -0000	1.8
  @@ -68,8 +68,7 @@
    *
    * @author <a href="mailto:Peter.Fischer@de.ibm.com">Peter Fischer</a>
    *
  - * @version 1.1
  - *
  + * @version $Id$
    * @see     PortletPool
    *
    */
  
  
  
  1.4       +1 -4      ws-wsrp4j/src/org/apache/wsrp4j/util/InvalidXMLStringException.java
  
  Index: InvalidXMLStringException.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/InvalidXMLStringException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InvalidXMLStringException.java	26 Jul 2005 14:21:49 -0000	1.3
  +++ InvalidXMLStringException.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -18,10 +18,7 @@
   /**
    * @author Julie MacNaught jmacna@us.ibm.com
    *
  - * To change this generated comment edit the template variable "typecomment":
  - * Window>Preferences>Java>Templates.
  - * To enable and disable the creation of type comments go to
  - * Window>Preferences>Java>Code Generation.
  + * @version $Id$
    */
   public class InvalidXMLStringException extends Exception
   {
  
  
  
  1.4       +1 -2      ws-wsrp4j/src/org/apache/wsrp4j/util/HandleGeneratorImpl.java
  
  Index: HandleGeneratorImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/HandleGeneratorImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HandleGeneratorImpl.java	26 Jul 2005 14:21:49 -0000	1.3
  +++ HandleGeneratorImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -23,8 +23,7 @@
    * 
    * @author  Stephan Laertz
    *
  - * @version 1.1
  - * 
  + * @version $Id$
    * @see     HandleGenerator 
    *
    */
  
  
  
  1.5       +1 -4      ws-wsrp4j/src/org/apache/wsrp4j/util/PropertyListHelper.java
  
  Index: PropertyListHelper.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/PropertyListHelper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PropertyListHelper.java	26 Jul 2005 14:21:49 -0000	1.4
  +++ PropertyListHelper.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -40,10 +40,7 @@
    *
    * @author Julie MacNaught jmacna@us.ibm.com
    *
  - * To change this generated comment edit the template variable "typecomment":
  - * Window>Preferences>Java>Templates.
  - * To enable and disable the creation of type comments go to
  - * Window>Preferences>Java>Code Generation.
  + * @version $Id$
    */
   public class PropertyListHelper
   {
  
  
  
  1.5       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/util/LocaleHelper.java
  
  Index: LocaleHelper.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/LocaleHelper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LocaleHelper.java	26 Jul 2005 14:21:49 -0000	1.4
  +++ LocaleHelper.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -18,6 +18,9 @@
   import java.util.Locale;
   import java.util.ArrayList;
   
  +/**
  + * @version $Id$
  + */
   public class LocaleHelper
   {
       private final static String LOCALE_SEPARATOR = "-";
  
  
  
  1.5       +4 -1      ws-wsrp4j/src/org/apache/wsrp4j/util/HandleGeneratorFactoryImpl.java
  
  Index: HandleGeneratorFactoryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/HandleGeneratorFactoryImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HandleGeneratorFactoryImpl.java	26 Jul 2005 14:02:19 -0000	1.4
  +++ HandleGeneratorFactoryImpl.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -15,10 +15,13 @@
    */
   package org.apache.wsrp4j.util;
   
  +/**
  + * @version $Id$
  + */
   public class HandleGeneratorFactoryImpl implements HandleGeneratorFactory
   {
   
  -    private static HandleGeneratorImpl generator = null;
  +    private static HandleGeneratorImpl generator;
   
       /**
        * Returns an new handle and returns it as a String.
  
  
  
  1.4       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/util/StateChangedListener.java
  
  Index: StateChangedListener.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/StateChangedListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StateChangedListener.java	26 Jul 2005 14:21:49 -0000	1.3
  +++ StateChangedListener.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -22,7 +22,7 @@
    * 
    * @see StateChangedEvent
    * 
  - * @version 1.0
  + * @version $Id$
    */
   public interface StateChangedListener {
   
  
  
  
  1.5       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/util/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/Constants.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Constants.java	26 Jul 2005 14:02:19 -0000	1.4
  +++ Constants.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -15,6 +15,9 @@
    */
   package org.apache.wsrp4j.util;
   
  +/**
  + * @version $Id$
  + */
   public final class Constants
   {
   
  
  
  
  1.5       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/util/StateChangedServiceImpl.java
  
  Index: StateChangedServiceImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/StateChangedServiceImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StateChangedServiceImpl.java	9 Aug 2005 09:10:29 -0000	1.4
  +++ StateChangedServiceImpl.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -24,7 +24,7 @@
    * 
    * @author  <a href="mailto:Ralf.Altrichter@de.ibm.com">Ralf Altrichter</a>
    *
  - * @version 1.0
  + * @version $Id$
    */
   public class StateChangedServiceImpl implements StateChangedService {
   
  
  
  
  1.4       +4 -1      ws-wsrp4j/src/org/apache/wsrp4j/util/HandleGeneratorFactory.java
  
  Index: HandleGeneratorFactory.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/HandleGeneratorFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HandleGeneratorFactory.java	26 Jul 2005 14:02:19 -0000	1.3
  +++ HandleGeneratorFactory.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -15,6 +15,9 @@
    */
   package org.apache.wsrp4j.util;
   
  +/**
  + * @version $Id$
  + */
   public interface HandleGeneratorFactory
   {
   
  @@ -25,6 +28,6 @@
        * @return HandleGenerator  An instance of a class implementing the
        *                          HandleGenerator.
        */
  -    public HandleGenerator getHandleGenerator();
  +    HandleGenerator getHandleGenerator();
   
   }
  
  
  
  1.5       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/util/StateChangedService.java
  
  Index: StateChangedService.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/StateChangedService.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StateChangedService.java	26 Jul 2005 14:21:49 -0000	1.4
  +++ StateChangedService.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -19,7 +19,7 @@
    * 
    * @author  <a href="mailto:Ralf.Altrichter@de.ibm.com">Ralf Altrichter</a>
    *
  - * @version 1.0
  + * @version $Id$
    */
   public interface StateChangedService {
   
  
  
  
  1.8       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/util/ParameterChecker.java
  
  Index: ParameterChecker.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/ParameterChecker.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ParameterChecker.java	26 Jul 2005 14:21:49 -0000	1.7
  +++ ParameterChecker.java	10 Aug 2005 15:10:23 -0000	1.8
  @@ -65,6 +65,7 @@
    * required (R) parameters in the WSRP specification. Optional (O) parameters are ignored. 
    * If a parameter is specified as 'nillable' in the WSRP specification, the check is
    * performed if the value is 'not null'. On null value, no checking is done.  
  + * @version $Id$
    */
   public class ParameterChecker
   {
  
  
  
  1.4       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/util/StateChangedEvent.java
  
  Index: StateChangedEvent.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/StateChangedEvent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StateChangedEvent.java	26 Jul 2005 14:21:50 -0000	1.3
  +++ StateChangedEvent.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -25,7 +25,7 @@
    * @see StateChangedService
    * @see StateChangedListener
    *
  - * @version 1.0
  + * @version $Id$
    */
   public class StateChangedEvent extends EventObject
   {
  
  
  
  1.5       +1 -4      ws-wsrp4j/src/org/apache/wsrp4j/util/MessageElementHelper.java
  
  Index: MessageElementHelper.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/MessageElementHelper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MessageElementHelper.java	26 Jul 2005 14:21:50 -0000	1.4
  +++ MessageElementHelper.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -38,10 +38,7 @@
   /**
    * @author Julie MacNaught jmacna@us.ibm.com
    *
  - * To change this generated comment edit the template variable "typecomment":
  - * Window>Preferences>Java>Templates.
  - * To enable and disable the creation of type comments go to
  - * Window>Preferences>Java>Code Generation.
  + * @version $Id$
    */
   public class MessageElementHelper implements javax.xml.rpc.encoding.SerializationContext
   {
  
  
  
  1.4       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/util/DOMSupport.java
  
  Index: DOMSupport.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/DOMSupport.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMSupport.java	26 Jul 2005 14:02:19 -0000	1.3
  +++ DOMSupport.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -38,6 +38,9 @@
   import org.xml.sax.InputSource;
   import org.xml.sax.SAXException;
   
  +/**
  + * @version $Id$
  + */
   public final class DOMSupport
   {
       public static final short OUTPUT_DOM_TREE_IGNORE_TEXT_NODES = 1;
  
  
  
  1.6       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/util/Utility.java
  
  Index: Utility.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/Utility.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Utility.java	26 Jul 2005 14:21:50 -0000	1.5
  +++ Utility.java	10 Aug 2005 15:10:23 -0000	1.6
  @@ -22,6 +22,9 @@
   import org.apache.wsrp4j.exception.WSRPException;
   import org.apache.wsrp4j.exception.WSRPXHelper;
   
  +/**
  + * @version $Id$
  + */
   public class Utility
   {
       
  
  
  
  1.4       +4 -1      ws-wsrp4j/src/org/apache/wsrp4j/util/HandleGenerator.java
  
  Index: HandleGenerator.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/HandleGenerator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HandleGenerator.java	26 Jul 2005 14:02:19 -0000	1.3
  +++ HandleGenerator.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -15,6 +15,9 @@
    */
   package org.apache.wsrp4j.util;
   
  +/**
  + * @version $Id$
  + */
   public interface HandleGenerator
   {
   
  @@ -24,6 +27,6 @@
        *
        * @return String representing the new handle.
        */
  -    public String generateHandle();
  +    String generateHandle();
   
   }
  
  
  
  1.6       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/util/Modes.java
  
  Index: Modes.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/Modes.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Modes.java	26 Jul 2005 14:21:50 -0000	1.5
  +++ Modes.java	10 Aug 2005 15:10:23 -0000	1.6
  @@ -17,6 +17,9 @@
   
   import javax.portlet.PortletMode;
   
  +/**
  + * @version $Id$
  + */
   public class Modes implements java.io.Serializable
   {
       private java.lang.String _value_;
  
  
  
  1.5       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/util/AuthenticationInfoHelper.java
  
  Index: AuthenticationInfoHelper.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/AuthenticationInfoHelper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AuthenticationInfoHelper.java	26 Jul 2005 14:02:19 -0000	1.4
  +++ AuthenticationInfoHelper.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -17,6 +17,9 @@
   
   import javax.portlet.PortletRequest;
   
  +/**
  + * @version $Id$
  + */
   public class AuthenticationInfoHelper
   {
       /**
  
  
  
  1.7       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/util/WindowStates.java
  
  Index: WindowStates.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/util/WindowStates.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- WindowStates.java	26 Jul 2005 14:21:50 -0000	1.6
  +++ WindowStates.java	10 Aug 2005 15:10:23 -0000	1.7
  @@ -19,6 +19,9 @@
   
   import javax.portlet.WindowState;
   
  +/**
  + * @version $Id$
  + */
   public class WindowStates implements java.io.Serializable
   {
       private String _value_;
  
  
  
  1.4       +3 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/UserRegistryImpl.java
  
  Index: UserRegistryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/UserRegistryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UserRegistryImpl.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ UserRegistryImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -18,6 +18,9 @@
   import org.apache.wsrp4j.consumer.UserRegistry;
   import org.apache.wsrp4j.consumer.driver.GenericUserRegistryImpl;
   
  +/**
  + * @version $Id$
  + */
   public class UserRegistryImpl extends GenericUserRegistryImpl
   {
   
  
  
  
  1.4       +3 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/UserSessionImpl.java
  
  Index: UserSessionImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/UserSessionImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UserSessionImpl.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ UserSessionImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -26,6 +26,9 @@
   import org.apache.wsrp4j.consumer.util.ConsumerConstants;
   import org.apache.wsrp4j.exception.WSRPException;
   
  +/**
  + * @version $Id$
  + */
   public class UserSessionImpl extends GenericUserSessionImpl
   {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/ResourceProxy.java
  
  Index: ResourceProxy.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/ResourceProxy.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResourceProxy.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ ResourceProxy.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -34,6 +34,7 @@
    * The URL of the actual resource is taken from the request parameter
    * and an URL connection is opened to the target URL. The input stream 
    * of this connection is read and copied to the servlet response stream.
  + * @version $Id$
    **/
   public class ResourceProxy extends HttpServlet
   {
  
  
  
  1.5       +3 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/WSRPRequestImpl.java
  
  Index: WSRPRequestImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/WSRPRequestImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- WSRPRequestImpl.java	9 Aug 2005 09:10:28 -0000	1.4
  +++ WSRPRequestImpl.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -48,6 +48,9 @@
   import org.apache.wsrp4j.util.WindowStates;
   
   
  +/**
  + * @version $Id$
  + */
   public class WSRPRequestImpl extends GenericWSRPBaseRequestImpl implements InteractionRequest, MarkupRequest
   {
       private final PortletRequest portletRequest;
  
  
  
  1.8       +2 -1      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/ProxyPortlet.java
  
  Index: ProxyPortlet.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/ProxyPortlet.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ProxyPortlet.java	9 Aug 2005 09:10:28 -0000	1.7
  +++ ProxyPortlet.java	10 Aug 2005 15:10:23 -0000	1.8
  @@ -77,7 +77,8 @@
   
   /**
    * JSR 168 portlet which acts as proxy (consumer) to WSRP portlets. 
  - * 
  + *
  + * @version $Id$
    **/
   public class ProxyPortlet extends GenericPortlet
   {
  
  
  
  1.4       +1 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/URLTemplateComposerImpl.java
  
  Index: URLTemplateComposerImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/URLTemplateComposerImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- URLTemplateComposerImpl.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ URLTemplateComposerImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -24,6 +24,7 @@
    * <p>The generated templates will be transmitted to Producers (or respectively portlets)
    * that are willing to properly write URLs for a Consumer. (With templates the Consumer
    * indicates how it needs URLs formatted in order to process them properly.)</p> 
  + * @version $Id$
    */
   public class URLTemplateComposerImpl implements URLTemplateComposer
   {
  
  
  
  1.4       +3 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/ProducerRegistryImpl.java
  
  Index: ProducerRegistryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/ProducerRegistryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProducerRegistryImpl.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ ProducerRegistryImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -22,6 +22,9 @@
   import org.apache.wsrp4j.persistence.xml.driver.ServerPersistentFactoryImpl;
   import org.apache.wsrp4j.persistence.driver.PersistentAccess;
   
  +/**
  + * @version $Id$
  + */
   public class ProducerRegistryImpl extends GenericPersistentProducerRegistryImpl
   {
       //public class ProducerRegistryImpl extends GenericProducerRegistryImpl {
  
  
  
  1.4       +3 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/PortletRegistryImpl.java
  
  Index: PortletRegistryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/PortletRegistryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletRegistryImpl.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ PortletRegistryImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -18,6 +18,9 @@
   import org.apache.wsrp4j.consumer.PortletRegistry;
   import org.apache.wsrp4j.consumer.driver.GenericPortletRegistryImpl;
   
  +/**
  + * @version $Id$
  + */
   public class PortletRegistryImpl extends GenericPortletRegistryImpl
   {
   
  
  
  
  1.4       +3 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/SessionHandlerImpl.java
  
  Index: SessionHandlerImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/SessionHandlerImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SessionHandlerImpl.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ SessionHandlerImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -23,6 +23,9 @@
   import org.apache.wsrp4j.consumer.portlet.SessionHandler;
   import org.apache.wsrp4j.exception.WSRPException;
   
  +/**
  + * @version $Id$
  + */
   public class SessionHandlerImpl implements SessionHandler
   {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/ConsumerEnvironmentImpl.java
  
  Index: ConsumerEnvironmentImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/ConsumerEnvironmentImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConsumerEnvironmentImpl.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ ConsumerEnvironmentImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -30,6 +30,7 @@
    * Class implements the consumer environment interface for the
    * proxy portlet consumer.
    * 
  + * @version $Id$
    **/
   public class ConsumerEnvironmentImpl extends GenericConsumerEnvironment {
   
  
  
  
  1.4       +3 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/GroupSessionImpl.java
  
  Index: GroupSessionImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/GroupSessionImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- GroupSessionImpl.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ GroupSessionImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -19,6 +19,9 @@
   import org.apache.wsrp4j.consumer.driver.GenericGroupSessionImpl;
   import org.apache.wsrp4j.exception.WSRPException;
   
  +/**
  + * @version $Id$
  + */
   public class GroupSessionImpl extends GenericGroupSessionImpl
   {
   
  
  
  
  1.4       +3 -1      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/PortletSessionImpl.java
  
  Index: PortletSessionImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/PortletSessionImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletSessionImpl.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ PortletSessionImpl.java	10 Aug 2005 15:10:23 -0000	1.4
  @@ -22,7 +22,9 @@
   import org.apache.wsrp4j.log.LogManager;
   import org.apache.wsrp4j.log.Logger;
   
  -
  +/**
  + * @version $Id$
  + */
   public class PortletSessionImpl extends GenericPortletSessionImpl
   {
   	
  
  
  
  1.5       +1 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/URLGeneratorImpl.java
  
  Index: URLGeneratorImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/impl/URLGeneratorImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- URLGeneratorImpl.java	9 Aug 2005 09:10:28 -0000	1.4
  +++ URLGeneratorImpl.java	10 Aug 2005 15:10:23 -0000	1.5
  @@ -33,6 +33,7 @@
   /**
    * This class implements the URLGenerator-interface providing methods
    * to query the consumer's urls. 
  + * @version $Id$
    */
   public class URLGeneratorImpl implements URLGenerator
   {
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/util/MapDeserializer.java
  
  Index: MapDeserializer.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/util/MapDeserializer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MapDeserializer.java	26 Jul 2005 14:21:50 -0000	1.3
  +++ MapDeserializer.java	10 Aug 2005 15:10:24 -0000	1.4
  @@ -28,6 +28,7 @@
    * @author Stephan.Laertz@de.ibm.com
    *
    * Helper to deserialize the parameter map of the portlet url
  + * @version $Id$
    **/
   public class MapDeserializer
   {
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/util/MapSerializer.java
  
  Index: MapSerializer.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/util/MapSerializer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MapSerializer.java	26 Jul 2005 14:21:50 -0000	1.3
  +++ MapSerializer.java	10 Aug 2005 15:10:24 -0000	1.4
  @@ -28,6 +28,7 @@
    * @author Stephan.Laertz@de.ibm.com
    *
    * Helper to serialize the parameter map of the portlet url
  + * @version $Id$
    **/
   public class MapSerializer
   {
  
  
  
  1.4       +1 -55     ws-wsrp4j/src/org/apache/wsrp4j/producer/util/Base64.java
  
  Index: Base64.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/util/Base64.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Base64.java	26 Jul 2005 14:21:50 -0000	1.3
  +++ Base64.java	10 Aug 2005 15:10:24 -0000	1.4
  @@ -15,61 +15,6 @@
    */
   package org.apache.wsrp4j.producer.util;
   
  -/*
  - * The Apache Software License, Version 1.1
  - *
  - *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *    notice, this list of conditions and the following disclaimer in
  - *    the documentation and/or other materials provided with the
  - *    distribution.
  - *
  - * 3. The end-user documentation included with the redistribution,
  - *    if any, must include the following acknowledgment:  
  - *       "This product includes software developed by the
  - *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowledgment may appear in the software itself,
  - *    if and wherever such third-party acknowledgments normally appear.
  - *
  - * 4. The names "Axis" and "Apache Software Foundation" must
  - *    not be used to endorse or promote products derived from this
  - *    software without prior written permission. For written 
  - *    permission, please contact apache@apache.org.
  - *
  - * 5. Products derived from this software may not be called "Apache",
  - *    nor may "Apache" appear in their name, without prior written
  - *    permission of the Apache Software Foundation.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * ====================================================================
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  - */
  -
   import java.io.IOException;
   import java.io.OutputStream;
   import java.io.Writer;
  @@ -82,6 +27,7 @@
    * 
    *
    * @author TAMURA Kent &lt;kent@trl.ibm.co.jp&gt;
  + * @version $Id$
    */
   public class Base64
   {
  
  
  
  1.4       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/util/ServletAccess.java
  
  Index: ServletAccess.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/util/ServletAccess.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletAccess.java	26 Jul 2005 14:21:50 -0000	1.3
  +++ ServletAccess.java	10 Aug 2005 15:10:24 -0000	1.4
  @@ -23,6 +23,9 @@
   import org.apache.axis.MessageContext;
   import org.apache.axis.transport.http.HTTPConstants;
   
  +/**
  + * @version $Id$
  + */
   public class ServletAccess
   {
   
  
  
  
  1.4       +4 -3      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/ConsumerConfiguredPortlet.java
  
  Index: ConsumerConfiguredPortlet.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/ConsumerConfiguredPortlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConsumerConfiguredPortlet.java	26 Jul 2005 14:21:51 -0000	1.3
  +++ ConsumerConfiguredPortlet.java	10 Aug 2005 15:10:24 -0000	1.4
  @@ -23,6 +23,7 @@
    * @author   <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    * 
    * @see Portlet 
  + * @version $Id$
    */
   public interface ConsumerConfiguredPortlet extends Portlet
   {
  @@ -33,7 +34,7 @@
        * @param handle String representing the portlet handle of the corresponding
        *               parent ProducerOfferedPortlet. 
       **/
  -    public void setParentHandle(String handle);
  +    void setParentHandle(String handle);
   
       /**
        * Returns the portlet handle of the corresponding parent ProducerOfferedPortlet.
  @@ -41,13 +42,13 @@
        * @return String representing the portlet handle of the corresponding parent
        *         ProducerOfferedPortlet.
       **/
  -    public String getParentHandle();
  +    String getParentHandle();
   
       /**
        * Redefines the clone-method of the Cloneable-interface.
        *
        * @return    Object representing the cloned object.
        */
  -    public Object clone();
  +    Object clone();
   
   }
  
  
  
  1.4       +3 -4      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletRegistrationFilter.java
  
  Index: PortletRegistrationFilter.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletRegistrationFilter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletRegistrationFilter.java	26 Jul 2005 14:21:51 -0000	1.3
  +++ PortletRegistrationFilter.java	10 Aug 2005 15:10:24 -0000	1.4
  @@ -23,8 +23,7 @@
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    *
  - * @version 1.1
  - *
  + * @version $Id$
    */
   public interface PortletRegistrationFilter
   {
  @@ -38,7 +37,7 @@
        * 
        * @return Iterator of portlet handles
        */
  -    public Iterator getAvailable(String regHandle);
  +    Iterator getAvailable(String regHandle);
   
       /**
        * Indicates whether a certain consumer is allowed to utilize the portlet identified
  @@ -50,6 +49,6 @@
        * @return boolean indicating whether the consumer corresponding to regHandle is
        *         allowed to use the portlet identified by portletHandle
        */
  -    public boolean isAvailable(String regHandle, String portletHandle);
  +    boolean isAvailable(String regHandle, String portletHandle);
   
   }
  
  
  
  1.5       +7 -6      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletPool.java
  
  Index: PortletPool.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletPool.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PortletPool.java	26 Jul 2005 14:21:51 -0000	1.4
  +++ PortletPool.java	10 Aug 2005 15:10:24 -0000	1.5
  @@ -27,6 +27,7 @@
    * </p>
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
  + * @version $Id$
    */
   public interface PortletPool
   {
  @@ -45,7 +46,7 @@
        *
        * @return    ConsumerConfiguredPortlet  The portlet-clone.
        */
  -    public Portlet clone(String portletHandle) throws WSRPException;
  +    Portlet clone(String portletHandle) throws WSRPException;
   
       /**
        * Returns all portlets that are currently stored within the
  @@ -53,7 +54,7 @@
        *
        * @return    Iterator of an portlet collection containing all portlets.
        */
  -    public Iterator getAllProducerOfferedPortlets();
  +    Iterator getAllProducerOfferedPortlets();
   
       /**
        * Returns all portlets that are currently stored within the
  @@ -61,7 +62,7 @@
        *
        * @return    Iterator of an portlet collection containing all portlets.
        */
  -    public Iterator getAllConsumerConfiguredPortlets();
  +    Iterator getAllConsumerConfiguredPortlets();
   
       /**
        * Returns a certain portlet identified by portletHandle.
  @@ -71,7 +72,7 @@
        *
        * @return    ProducerOfferedPortlet portlet-object identified by portletHandle.
        */
  -    public Portlet get(String portletHandle) throws WSRPException;
  +    Portlet get(String portletHandle) throws WSRPException;
   
       /**
        * <p>Deletes the portlet identified by portletHandle from the PortletPool.
  @@ -87,7 +88,7 @@
        * @return Boolean indicating if deletion was successful. Returns false, if portletHandle
        *         refers to a producer offered portlet.
        */
  -    public boolean destroy(String portletHandle) throws WSRPException;
  +    boolean destroy(String portletHandle) throws WSRPException;
   
       /**
        * Deletes several portlets from the PortletPool.
  @@ -97,6 +98,6 @@
        * @return Iterator containing those portletHandles refering to portlets
        *         that could not be deleted (e.g. producer offered portlets).
        */
  -    public Iterator destroySeveral(Iterator portletHandles);
  +    Iterator destroySeveral(Iterator portletHandles);
   
   }
  
  
  
  1.4       +2 -1      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/ProviderFactory.java
  
  Index: ProviderFactory.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/ProviderFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProviderFactory.java	26 Jul 2005 14:21:51 -0000	1.3
  +++ ProviderFactory.java	10 Aug 2005 15:10:24 -0000	1.4
  @@ -19,6 +19,7 @@
    * <p>This class provides the ProviderFactory-interface.</p>
    * 
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
  + * @version $Id$
    */
   public interface ProviderFactory
   {
  @@ -29,6 +30,6 @@
        *
        * @return Provider Provider-instance.
        */
  -    public Provider getProvider();
  +    Provider getProvider();
   
   }
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/DescriptionHandler.java
  
  Index: DescriptionHandler.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/DescriptionHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DescriptionHandler.java	26 Jul 2005 14:21:51 -0000	1.4
  +++ DescriptionHandler.java	10 Aug 2005 15:10:24 -0000	1.5
  @@ -28,6 +28,7 @@
    *
    * @author Stefan Behl
    *
  + * @version $Id$
    */
   public interface DescriptionHandler
   {
  
  
  
  1.5       +5 -4      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/URLComposer.java
  
  Index: URLComposer.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/URLComposer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- URLComposer.java	26 Jul 2005 14:21:51 -0000	1.4
  +++ URLComposer.java	10 Aug 2005 15:10:24 -0000	1.5
  @@ -31,6 +31,7 @@
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    * @author  <a href="mailto:stephan.laertz@de.ibm.com">Stephan Laertz</a>
  + * @version $Id$
    */
   public interface URLComposer
   {
  @@ -70,7 +71,7 @@
        *                            then this handle is used to be inserted in the url only
        *                            if the runtimecontext contained a valid blockingAction or default template.
        **/
  -    public String createBlockingActionURL(
  +    String createBlockingActionURL(
           String portletMode,
           String navigationalState,
           String interactionState,
  @@ -111,7 +112,7 @@
       *                            then this handle is used to be inserted in the url only
       *                            if the runtimecontext contained a valid render or default template.
       **/
  -    public String createRenderURL(
  +    String createRenderURL(
           String portletMode,
           String navigationalState,
           String windowState,
  @@ -147,7 +148,7 @@
        *                            then this handle is used to be inserted in the url only
        *                            if the runtimecontext contained a valid resource or default template.
        **/
  -    public String createResourceURL(
  +    String createResourceURL(
           String url,
           boolean rewriteResource,
           boolean secureURL,
  @@ -165,5 +166,5 @@
        * @param  token Token to be namespaced.
        * @param  runtimeContext A <code>RuntimeContext</code> with a valid namespaceprefix or null.
        */
  -    public String createNamespacedToken(String token, RuntimeContext runtimeContext);
  +    String createNamespacedToken(String token, RuntimeContext runtimeContext);
   }
  
  
  
  1.5       +15 -14    ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletStateManager.java
  
  Index: PortletStateManager.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletStateManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PortletStateManager.java	26 Jul 2005 14:21:51 -0000	1.4
  +++ PortletStateManager.java	10 Aug 2005 15:10:24 -0000	1.5
  @@ -19,36 +19,37 @@
   import oasis.names.tc.wsrp.v1.types.PropertyList;
   
   /**
  -   Manages the portlet states. Provides convenience mehtods usefull for state handling
  + * Manages the portlet states. Provides convenience mehtods usefull for state handling
    * @author Stefan Behl
    *
  + * @version $Id$
    */
   public interface PortletStateManager
   {
   
       /** defines an error state */
  -    public static final int INITIALIZATION_FAILED = 3007;//TODO do we need this?
  +    static final int INITIALIZATION_FAILED = 3007;//TODO do we need this?
   
       /**
         Returns the portlet's state for a given portlet handle
         @param portletHandle String representing a portlet handle
         @return PortletState
       */
  -    public PortletState get(String portletHandle);
  +    PortletState get(String portletHandle);
   
       /**
         Returns the portlet's state as String for a given portlet handle
         @param  portletHandle String representing a portlet handle
         @return String representing the portlet's state
       */
  -    public String getAsString(String portletHandle);
  +    String getAsString(String portletHandle);
   
       /**
         Converts a PortletState object to java.lang.String
         @param state PortletState
         @return java.lang.String representing a portlet state
       */
  -    public String getAsString(PortletState state);
  +    String getAsString(PortletState state);
   
       /**
         Converts a subset of the portlet stateto java.lang.String.
  @@ -57,21 +58,21 @@
         @param names array of String 
         @return String representing a subset of a portlte state
       */
  -    public String getAsString(String portletHandle, String[] names);
  +    String getAsString(String portletHandle, String[] names);
   
       /**
         Returns the portlet's state as PropertyList
         @param portletHandle String representing a portlte handle
         @return PropertyList
       */
  -    public PropertyList getAsPropertyList(String portletHandle);
  +    PropertyList getAsPropertyList(String portletHandle);
   
       /**
         Converts a portlet's state to a PropertyList
         @param  state the portlet's state
         @return PropertyList
       */
  -    public PropertyList getAsPropertyList(PortletState state);
  +    PropertyList getAsPropertyList(PortletState state);
   
       /**
         Converts a subset of the portlet state to a PropertyList. The subset
  @@ -80,34 +81,34 @@
         @param names array of String 
         @return PropertyList
       */
  -    public PropertyList getAsPropertyList(String portletHandle, String[] names);
  +    PropertyList getAsPropertyList(String portletHandle, String[] names);
   
       /**
         Set the portlet's state
         @param portletHandle String representing a portlet handle
         @param state PortletState
       */
  -    public void set(String portletHandle, PortletState state);
  +    void set(String portletHandle, PortletState state);
   
       /**
         Set the portlet state
         @param portletHandle String representing a portlet handle
         @param state String representing the portlet's state
       */
  -    public void setAsString(String portletHandle, String state);
  +    void setAsString(String portletHandle, String state);
   
       /**
         Set the portlet state
         @param  portletHandle String representing a portlet handle
         @param state PropretyList representing the portlte's state
       */
  -    public void setAsPropertyList(String portletHandle, PropertyList state);
  +    void setAsPropertyList(String portletHandle, PropertyList state);
   
       /**
         Destroys a portlet state
         @param  portletHandle String representing a portlet handle
       */
  -    public void destroy(String portletHandle);
  +    void destroy(String portletHandle);
   
       /**
         Returns the WSRP model description for a portlet's state.
  @@ -116,7 +117,7 @@
         @param sendAllLocales indicates if all locales are desired
         @return ModelDescription
       */
  -    public ModelDescription getModelDescription(String portletHandle, 
  +    ModelDescription getModelDescription(String portletHandle, 
                                                   String[] desiredLocales, 
                                                   boolean sendAllLocales);
   
  
  
  
  1.7       +4 -3      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletInvoker.java
  
  Index: PortletInvoker.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletInvoker.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PortletInvoker.java	26 Jul 2005 14:21:51 -0000	1.6
  +++ PortletInvoker.java	10 Aug 2005 15:10:24 -0000	1.7
  @@ -24,7 +24,8 @@
   
   /**
    * Specifies the interface to the markup generating component.
  -   The methods are called during a WSRP markup request
  + * The methods are called during a WSRP markup request
  + * @version $Id$
    */
   public interface PortletInvoker
   {
  @@ -35,7 +36,7 @@
         @return MarkupResponse
         @throw WSRPException
       */
  -    public MarkupResponse invokeGetMarkup(GetMarkup request) throws WSRPException;
  +    MarkupResponse invokeGetMarkup(GetMarkup request) throws WSRPException;
   
       /**
         Invoke a portlet action for a given WSRP action request
  @@ -43,7 +44,7 @@
         @return BlockingInteractionResponse
         @throw WSRPExceptin
       */
  -    public BlockingInteractionResponse invokePerformBlockingInteraction(
  +    BlockingInteractionResponse invokePerformBlockingInteraction(
           PerformBlockingInteraction request)
           throws WSRPException;
   
  
  
  
  1.5       +17 -16    ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletState.java
  
  Index: PortletState.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletState.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PortletState.java	26 Jul 2005 14:21:51 -0000	1.4
  +++ PortletState.java	10 Aug 2005 15:10:24 -0000	1.5
  @@ -23,9 +23,10 @@
   import org.w3c.dom.Element;
   
   /**
  -   This interface provides access to the portlet's internal state.
  + * This interface provides access to the portlet's internal state.
    * @author Stefan Behl
    *
  + * @version $Id$
    */
   public interface PortletState
   {
  @@ -34,90 +35,90 @@
        * Method getAsString.
        * @return String
        */
  -    public String getAsString();
  +    String getAsString();
   
       /**
        * Method getPortletHandle
        * @return portletHandle as String
        */
  -    public String getPortletHandle();
  +    String getPortletHandle();
   
       /**
        * Method setPortletHandle
        * @param portletHandle as String
        */
  -    public void setPortletHandle(String portletHandle);
  +    void setPortletHandle(String portletHandle);
   
       /**
        * Method getAsPropertyList.
        * @return Iterator
        */
  -    public PropertyList getAsPropertyList();
  +    PropertyList getAsPropertyList();
   
       /**
        * Method setAsString.
        * @param state
        */
  -    public void setAsString(String state);
  +    void setAsString(String state);
   
       /**
        * Method setAsPropertyList.
        * @param props
        */
  -    public void setAsPropertyList(PropertyList props);
  +    void setAsPropertyList(PropertyList props);
   
       /**
        * Method getAsPropertylist.
        * @param names
        */
  -    public PropertyList getAsPropertylist(String[] names);
  +    PropertyList getAsPropertylist(String[] names);
   
       /**
        * Method getAsString.
        * @param names
        * @return String
        */
  -    public String getAsString(String[] names);
  +    String getAsString(String[] names);
   
       /**
        * Method setAsElement.
        * @param props
        */
  -    public void setAsElement(Element props);
  +    void setAsElement(Element props);
   
       /**
        * Method getAsElement.
        */
  -    public Element getAsElement();
  +    Element getAsElement();
   
       /**
        * Method getAsElement.
        * @param names
        */
  -    public Element getAsElement(String[] names);
  +    Element getAsElement(String[] names);
   
       /**
        * Return the Property map
        * @return HashMap
        */
  -    public HashMap getPropertyMap();
  +    HashMap getPropertyMap();
   
       /**
        * Set the Property map
        * @param propertyMap properties 
        */
  -    public void setPropertyMap(HashMap propertyMap);
  +    void setPropertyMap(HashMap propertyMap);
   
       /**
         Set the WSRP model description
         @param modelDescription WSRP model description
       */
  -    public void setModelDescription(ModelDescription modelDescription);
  +    void setModelDescription(ModelDescription modelDescription);
   
       /**
         Return the WSRP model description
         @return ModelDescription
       */
  -    public ModelDescription getModelDescription();
  +    ModelDescription getModelDescription();
   
   }
  
  
  
  1.5       +7 -6      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/ProducerOfferedPortlet.java
  
  Index: ProducerOfferedPortlet.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/ProducerOfferedPortlet.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ProducerOfferedPortlet.java	26 Jul 2005 14:21:51 -0000	1.4
  +++ ProducerOfferedPortlet.java	10 Aug 2005 15:10:24 -0000	1.5
  @@ -24,6 +24,7 @@
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    *
    * @see     Portlet
  + * @version $Id$
    */
   public interface ProducerOfferedPortlet extends Portlet
   {
  @@ -33,20 +34,20 @@
        *
        * @return    Boolean flag.
        */
  -    public boolean isRegistrationRequired();
  +    boolean isRegistrationRequired();
   
       /**
        * Sets the flag indicating whether registration is required or not. 
        *
        * @param  required  Boolean to be assigned to the requiresReg.-flag.
        */
  -    public void setRegistrationRequired(boolean required);
  +    void setRegistrationRequired(boolean required);
   
       /**
        * Adds a clone referencing a ConsumerConfiguredPortlet.
        *
        */
  -    public void addClone(ConsumerConfiguredPortlet cce);
  +    void addClone(ConsumerConfiguredPortlet cce);
   
       /**
        * Deletes a clone-handle referencing a ConsumerConfiguredPortlet.
  @@ -54,14 +55,14 @@
        * @param   cce  String representing the portlet-handle of the
        *                 corresponding ConsumerConfiguredPortlet.
        */
  -    public void deleteClone(ConsumerConfiguredPortlet cce);
  +    void deleteClone(ConsumerConfiguredPortlet cce);
   
       /**
        * Returns an iterator containing all clones.
        *
        * @return  Iterator
        */
  -    public Iterator getClones();
  +    Iterator getClones();
   
       /**
        * Redefines the clone-method of the Cloneable-interface. This is necessary
  @@ -69,6 +70,6 @@
        *
        * @return  Object Object representing the cloned object.
        */
  -    public Object clone();
  +    Object clone();
   
   }
  
  
  
  1.4       +6 -7      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletRegistrationFilterWriter.java
  
  Index: PortletRegistrationFilterWriter.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/PortletRegistrationFilterWriter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletRegistrationFilterWriter.java	26 Jul 2005 14:21:51 -0000	1.3
  +++ PortletRegistrationFilterWriter.java	10 Aug 2005 15:10:24 -0000	1.4
  @@ -28,8 +28,7 @@
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    *                                                                          
  - * @version 1.1
  - *
  + * @version $Id$
    */
   public interface PortletRegistrationFilterWriter extends PortletRegistrationFilter
   {
  @@ -42,7 +41,7 @@
        * @param regHandle String representing the registration handle of a consumer
        * @param portletHandle String representing the portlet handle of a consumer
        */
  -    public void makeAvailable(String regHandle, String portletHandle) throws WSRPException;
  +    void makeAvailable(String regHandle, String portletHandle) throws WSRPException;
   
       /**
        * Makes several portlets (identified by portletHandles) available to
  @@ -53,7 +52,7 @@
        * @param regHandle String representing the registration handle of a consumer
        * @param portletHandles Iterator containing some portlet handles of portlets
        */
  -    public void makeAvailable(String regHandle, Iterator portletHandles) throws WSRPException;
  +    void makeAvailable(String regHandle, Iterator portletHandles) throws WSRPException;
   
       /**
        * Removes an entire entry for a certain consumer (identified by regHandle).
  @@ -62,7 +61,7 @@
        *
        * @param regHandle String representing the registration handle of a consumer
        */
  -    public void remove(String regHandle);
  +    void remove(String regHandle);
   
       /**
        * Abrogates the availability of a certain portlet (identified by portletHandle)
  @@ -72,7 +71,7 @@
        * @param regHandle String representing the registration handle of a consumer
        * @param portletHandle String representing the portlet handle of a consumer
        */
  -    public void remove(String regHandle, String portletHandle) throws WSRPException;
  +    void remove(String regHandle, String portletHandle) throws WSRPException;
   
       /**
        * Abrogates the availability of several portlets (identified by portletHandles)
  @@ -83,6 +82,6 @@
        * @param regHandle String representing the registration handle of a consumer
        * @param portletHandles Iterator containing some portlet handles of portlets
        */
  -    public void remove(String regHandle, Iterator portletHandles) throws WSRPException;
  +    void remove(String regHandle, Iterator portletHandles) throws WSRPException;
   
   }
  
  
  
  1.6       +10 -10    ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/Provider.java
  
  Index: Provider.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/Provider.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Provider.java	26 Jul 2005 14:21:51 -0000	1.5
  +++ Provider.java	10 Aug 2005 15:10:24 -0000	1.6
  @@ -19,6 +19,9 @@
   import org.apache.wsrp4j.producer.provider.PortletRegistrationFilterWriter;
   import org.apache.wsrp4j.producer.provider.PortletRegistrationFilter;
   
  +/**
  + * @version $Id$
  + */
   public interface Provider
   {
   
  @@ -28,7 +31,7 @@
        *
        * @return DescriptionHandler DescriptionHandler-instance.
        */
  -    public DescriptionHandler getDescriptionHandler();
  +    DescriptionHandler getDescriptionHandler();
   
       /**
        * Returns an instance of PortletInvoker by calling the constructor
  @@ -36,7 +39,7 @@
        *
        * @return PortletInvoker PortletInvoker-instance.
        */
  -    public PortletInvoker getPortletInvoker();
  +    PortletInvoker getPortletInvoker();
   
       /**
        * Returns an instance of PortletPool by calling the constructor
  @@ -44,7 +47,7 @@
        *
        * @return PortletPool PortletPool-instance.
        */
  -    public PortletPool getPortletPool();
  +    PortletPool getPortletPool();
   
       /**
        * Returns an instance of PortletProperties by calling the constructor
  @@ -52,7 +55,7 @@
        *
        * @return PortletProperties PortletProperties-instance.
        */
  -    public PortletStateManager getPortletStateManager() throws WSRPException;
  +    PortletStateManager getPortletStateManager() throws WSRPException;
   
       /**
        * Returns an instance of URLComposer by calling the constructor
  @@ -60,22 +63,19 @@
        *
        * @return URLComposer URLComposer-instance.
        */
  -    public URLComposer getURLComposer();
  +    URLComposer getURLComposer();
   
       /**
        * Returns an instance of the PortletRegistrationFilterWriter
        * 
        * @return PortletRegistrationFilterWriter
        */
  -    public PortletRegistrationFilterWriter getPortletRegistrationFilterWriter();
  -
  +    PortletRegistrationFilterWriter getPortletRegistrationFilterWriter();
   
       /**
        * Returns an instance of the PortletRegistrationFilter
        * 
        * @return PortletRegistrationFilter
        */
  -    public PortletRegistrationFilter getPortletRegistrationFilter();
  -
  -
  +    PortletRegistrationFilter getPortletRegistrationFilter();
   }
  
  
  
  1.4       +3 -2      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/Portlet.java
  
  Index: Portlet.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/Portlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Portlet.java	26 Jul 2005 14:21:51 -0000	1.3
  +++ Portlet.java	10 Aug 2005 15:10:24 -0000	1.4
  @@ -19,6 +19,7 @@
    * Provides an interface to a class encapsulating Portlet-objects.
    * 
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
  + * @version $Id$
    */
   public interface Portlet extends Cloneable
   {
  @@ -28,13 +29,13 @@
        *
        * @return    A String representing the portletHandle.
        */
  -    public String getPortletHandle();
  +    String getPortletHandle();
   
       /**
        * Sets the portletHandle to enable identification of the portlet.
        *
        * @param     portletHandle  String to be assigned to handle.
        */
  -    public void setPortletHandle(String portletHandle);
  +    void setPortletHandle(String portletHandle);
   
   }
  
  
  
  1.4       +3 -0      ws-wsrp4j/portlets/wsrptest/src/org/apache/wsrp4j/testportlet/TestPortlet.java
  
  Index: TestPortlet.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/wsrptest/src/org/apache/wsrp4j/testportlet/TestPortlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestPortlet.java	9 Aug 2005 09:10:29 -0000	1.3
  +++ TestPortlet.java	10 Aug 2005 15:10:25 -0000	1.4
  @@ -18,6 +18,9 @@
   import javax.portlet.*;
   import java.io.IOException;
   
  +/**
  + * @version $Id$
  + */
   public class TestPortlet extends GenericPortlet
   {
       public void processAction (ActionRequest request, ActionResponse actionResponse) 
  
  
  
  1.4       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/ConsumerPortletRegistrationImpl.java
  
  Index: ConsumerPortletRegistrationImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/ConsumerPortletRegistrationImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConsumerPortletRegistrationImpl.java	26 Jul 2005 14:21:52 -0000	1.3
  +++ ConsumerPortletRegistrationImpl.java	10 Aug 2005 15:10:25 -0000	1.4
  @@ -24,7 +24,7 @@
    *
    * @author  <a href="mailto:Ralf.Altrichter@de.ibm.com">Ralf Altrichter</a>
    *
  - * @version 1.0
  + * @version $Id$
    */
   public class ConsumerPortletRegistrationImpl
   {
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/ConsumerConfiguredPortletImpl.java
  
  Index: ConsumerConfiguredPortletImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/ConsumerConfiguredPortletImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConsumerConfiguredPortletImpl.java	26 Jul 2005 14:21:52 -0000	1.3
  +++ ConsumerConfiguredPortletImpl.java	10 Aug 2005 15:10:25 -0000	1.4
  @@ -24,6 +24,7 @@
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    *
    * @see     ConsumerConfiguredPortlet, PortletImpl
  + * @version $Id$
    */
   public class ConsumerConfiguredPortletImpl extends PortletImpl implements ConsumerConfiguredPortlet
   {
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/PortletImpl.java
  
  Index: PortletImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/PortletImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletImpl.java	26 Jul 2005 14:21:52 -0000	1.3
  +++ PortletImpl.java	10 Aug 2005 15:10:25 -0000	1.4
  @@ -29,6 +29,7 @@
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    *
    * @see     ProducerOfferedPortlet  
  + * @version $Id$
    */
   public abstract class PortletImpl implements Portlet, Serializable
   {
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/URLComposerImpl.java
  
  Index: URLComposerImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/URLComposerImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- URLComposerImpl.java	26 Jul 2005 14:21:52 -0000	1.3
  +++ URLComposerImpl.java	10 Aug 2005 15:10:25 -0000	1.4
  @@ -41,6 +41,7 @@
    *       templates delivered by the Consumer.</li></p> 
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
  + * @version $Id$
    */
   public class URLComposerImpl implements URLComposer
   {
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/PortletRegistrationFilterImpl.java
  
  Index: PortletRegistrationFilterImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/PortletRegistrationFilterImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PortletRegistrationFilterImpl.java	26 Jul 2005 14:21:52 -0000	1.4
  +++ PortletRegistrationFilterImpl.java	10 Aug 2005 15:10:25 -0000	1.5
  @@ -37,6 +37,7 @@
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    * @author  <a href="mailto:Ralf.Altrichter@de.ibm.com">Ralf Altrichter</a>
  + * @version $Id$
    */
   public class PortletRegistrationFilterImpl implements PortletRegistrationFilter, PortletRegistrationFilterWriter
   {
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/ProducerOfferedPortletImpl.java
  
  Index: ProducerOfferedPortletImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/driver/ProducerOfferedPortletImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ProducerOfferedPortletImpl.java	26 Jul 2005 14:21:52 -0000	1.4
  +++ ProducerOfferedPortletImpl.java	10 Aug 2005 15:10:25 -0000	1.5
  @@ -28,6 +28,7 @@
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    *
    * @see     ProducerOfferedPortlet  
  + * @version $Id$
    */
   public class ProducerOfferedPortletImpl extends PortletImpl implements ProducerOfferedPortlet
   {
  
  
  
  1.5       +4 -3      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/WSRPDynamicInformationProvider.java
  
  Index: WSRPDynamicInformationProvider.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/WSRPDynamicInformationProvider.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- WSRPDynamicInformationProvider.java	26 Jul 2005 14:21:52 -0000	1.4
  +++ WSRPDynamicInformationProvider.java	10 Aug 2005 15:10:25 -0000	1.5
  @@ -23,6 +23,7 @@
    * request needed to instantiate the DynamicInformationProvider.
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
  + * @version $Id$
    */
   public interface WSRPDynamicInformationProvider extends DynamicInformationProvider
   {
  @@ -32,17 +33,17 @@
        * Serves to store the getMarkup-, performInteraction- or performBlockingInteraction-
        * request within the current ServletRequest.
        */
  -    public static final String REQUEST = "wsrp.request";
  +    String REQUEST = "wsrp.request";
   
       /**
        * String constant representing an attribute name of a servlet request.
        * Serves to store the Provider within the current ServletRequest.
        */
  -    public static final String PROVIDER = "wsrp.provider";
  +    String PROVIDER = "wsrp.provider";
       
       /** String constant representing an attribute name of a servlet request.
        * Serves to store the render params within the current ServletRequest
        */
  -	public static final String RENDER_PARAMS = "wsrp.renderParams";
  +	String RENDER_PARAMS = "wsrp.renderParams";
   		
   }
  
  
  
  1.5       +3 -2      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/PlutoProvider.java
  
  Index: PlutoProvider.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/PlutoProvider.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PlutoProvider.java	26 Jul 2005 14:21:52 -0000	1.4
  +++ PlutoProvider.java	10 Aug 2005 15:10:25 -0000	1.5
  @@ -23,6 +23,7 @@
    *
    * @see org.apache.wsrp4j.producer.provider.Provider
    *
  + * @version $Id$
    */
   public interface PlutoProvider extends Provider
   {
  @@ -30,12 +31,12 @@
         Returns an interface to a 'Pluto'- specific portlet container implementation
         @return PortletContainer
       */
  -    public PortletContainer getPortletContainer();
  +    PortletContainer getPortletContainer();
   
       /**
         Returns an interface to a 'Pluto'- specific portlet pool implementation
         @return PlutoPortletPool
       */
  -    public PlutoPortletPool getPlutoPortletPool();
  +    PlutoPortletPool getPlutoPortletPool();
   
   }
  
  
  
  1.4       +3 -4      ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/PlutoPortletPool.java
  
  Index: PlutoPortletPool.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/producer/provider/pluto/PlutoPortletPool.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PlutoPortletPool.java	26 Jul 2005 14:21:52 -0000	1.3
  +++ PlutoPortletPool.java	10 Aug 2005 15:10:25 -0000	1.4
  @@ -23,8 +23,7 @@
    * 
    * @author  <a href="mailto:peter.fischer@de.ibm.com">Peter Fischer</a>
    *
  - * @version 1.1
  - *
  + * @version $Id$
    * @see org.apache.wsrp4j.producer.provider.Provider
    *
    */
  @@ -34,12 +33,12 @@
         Get the Provider the portlet pool belongs to.
         @return Provider
       */
  -    public Provider getProvider();
  +    Provider getProvider();
   
       /**
         Set the Provider for the portlet pool
         @param provider
       */
  -    public void setProvider(Provider provider);
  +    void setProvider(Provider provider);
   
   }
  
  
  
  1.4       +3 -0      ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/SessionHandler.java
  
  Index: SessionHandler.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/src/org/apache/wsrp4j/consumer/portlet/SessionHandler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SessionHandler.java	9 Aug 2005 09:10:28 -0000	1.3
  +++ SessionHandler.java	10 Aug 2005 15:10:25 -0000	1.4
  @@ -17,6 +17,9 @@
   
   import javax.portlet.PortletSession;
   
  +/**
  + * @version $Id$
  + */
   public interface SessionHandler extends org.apache.wsrp4j.consumer.SessionHandler {
   
       void setPortletSession(PortletSession portletSession);