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 16:45:39 UTC

cvs commit: ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver PortletSessionImpl.java PageImpl.java PropertyConsole.java ProducerRegistryImpl.java PropertyDialog.java SessionHandlerImpl.java AggregationImpl.java RequestImpl.java GroupSessionImpl.java PortletRegistryImpl.java UserSessionImpl.java PageRegistryImpl.java SimplePortletWindowSessionImpl.java SwingConsumer.java WSRPRequestImpl.java UserRegistryImpl.java URLTemplateComposerImpl.java URLGeneratorImpl.java

cziegeler    2005/08/10 07:45:39

  Modified:    src/org/apache/wsrp4j/consumer/app/driver
                        PortletSessionImpl.java PageImpl.java
                        PropertyConsole.java ProducerRegistryImpl.java
                        PropertyDialog.java SessionHandlerImpl.java
                        AggregationImpl.java RequestImpl.java
                        GroupSessionImpl.java PortletRegistryImpl.java
                        UserSessionImpl.java PageRegistryImpl.java
                        SimplePortletWindowSessionImpl.java
                        SwingConsumer.java WSRPRequestImpl.java
                        UserRegistryImpl.java URLTemplateComposerImpl.java
                        URLGeneratorImpl.java
  Log:
  Add cvs version info
  
  Revision  Changes    Path
  1.3       +4 -2      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PortletSessionImpl.java
  
  Index: PortletSessionImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PortletSessionImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PortletSessionImpl.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ PortletSessionImpl.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import org.apache.wsrp4j.consumer.PortletWindowSession;
  @@ -24,7 +23,10 @@
   import org.apache.wsrp4j.util.Modes;
   import org.apache.wsrp4j.util.WindowStates;
   
  -
  +/**
  + * 
  + * @version $Id$
  + */
   public class PortletSessionImpl extends GenericPortletSessionImpl
   {
   	
  
  
  
  1.4       +1 -6      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PageImpl.java
  
  Index: PageImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PageImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PageImpl.java	1 Jun 2004 10:48:50 -0000	1.3
  +++ PageImpl.java	10 Aug 2005 14:45:38 -0000	1.4
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.util.Hashtable;
  @@ -35,6 +29,7 @@
    * A simple page with portlets on it.
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public class PageImpl extends StateChangedServiceImpl implements Page
   {
  
  
  
  1.3       +1 -6      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PropertyConsole.java
  
  Index: PropertyConsole.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PropertyConsole.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PropertyConsole.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ PropertyConsole.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.awt.event.ActionEvent;
  @@ -40,6 +34,7 @@
   
   /**
    * @author Julie MacNaught jmacna@us.ibm.com 
  + * @version $Id$
    **/
   public class PropertyConsole extends JPanel implements ActionListener
   {
  
  
  
  1.3       +1 -6      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/ProducerRegistryImpl.java
  
  Index: ProducerRegistryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/ProducerRegistryImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ProducerRegistryImpl.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ ProducerRegistryImpl.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import org.apache.wsrp4j.consumer.ProducerRegistry;
  @@ -34,6 +28,7 @@
    * A simple producer registry
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public class ProducerRegistryImpl extends GenericPersistentProducerRegistryImpl
   {
  
  
  
  1.3       +7 -12     ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PropertyDialog.java
  
  Index: PropertyDialog.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PropertyDialog.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PropertyDialog.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ PropertyDialog.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.awt.BorderLayout;
  @@ -58,21 +52,22 @@
    * fetch the properties which are available for this portlet.
    * 
    * @author Stephan Laertz  
  + * @version $Id$
    **/
   public class PropertyDialog extends JDialog
   {
   
       private static final String DIALOG_TITLE = "Portlet Properties";
   
  -    private Frame parentFrame = null;
  -    private PortletDriver portletDriver = null;
  -    private String locale = null;
  +    private Frame parentFrame;
  +    private PortletDriver portletDriver;
  +    private String locale;
   
  -    private PortletProperty[] portletProps = null;
  -    private JTextField[] inputs = null;
  +    private PortletProperty[] portletProps;
  +    private JTextField[] inputs;
   
       // Logger and parameter checker
  -    private Logger logger = null;
  +    private Logger logger;
   
   	/**
   	 * Constuct a new PropertyDialog. 
  
  
  
  1.3       +1 -6      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/SessionHandlerImpl.java
  
  Index: SessionHandlerImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/SessionHandlerImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SessionHandlerImpl.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ SessionHandlerImpl.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.util.Hashtable;
  @@ -33,6 +27,7 @@
    * Simple Session Handler used by the Swing Consmer 
    * 
    * @author Stephan Laertz 
  + * @version $Id$
    **/
   public class SessionHandlerImpl implements SessionHandler
   {
  
  
  
  1.7       +1 -2      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/AggregationImpl.java
  
  Index: AggregationImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/AggregationImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AggregationImpl.java	10 Aug 2005 14:42:38 -0000	1.6
  +++ AggregationImpl.java	10 Aug 2005 14:45:38 -0000	1.7
  @@ -13,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.util.HashMap;
  
  
  
  1.3       +1 -6      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/RequestImpl.java
  
  Index: RequestImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/RequestImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RequestImpl.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ RequestImpl.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.util.ArrayList;
  @@ -36,6 +30,7 @@
    * the swing consumer to store request related information. 
    * 
    * @author Stephan Laertz  
  + * @version $Id$
    **/
   public class RequestImpl implements Request
   {
  
  
  
  1.5       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/GroupSessionImpl.java
  
  Index: GroupSessionImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/GroupSessionImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- GroupSessionImpl.java	1 Jun 2004 10:48:50 -0000	1.4
  +++ GroupSessionImpl.java	10 Aug 2005 14:45:38 -0000	1.5
  @@ -13,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import org.apache.wsrp4j.consumer.PortletSession;
  @@ -23,6 +22,7 @@
   /**
    * Class implements a consumer based group session
    * 
  + * @version $Id$
    */
   public class GroupSessionImpl extends GenericGroupSessionImpl
   {
  
  
  
  1.4       +1 -6      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PortletRegistryImpl.java
  
  Index: PortletRegistryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PortletRegistryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletRegistryImpl.java	1 Jun 2004 10:48:50 -0000	1.3
  +++ PortletRegistryImpl.java	10 Aug 2005 14:45:38 -0000	1.4
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.util.Hashtable;
  @@ -51,6 +45,7 @@
    * 
    * @author Stephan Laertz  
    * @see org.apache.wsrp4j.consumer.driver.GenericPortletRegistryImpl 
  + * @version $Id$
    **/
   public class PortletRegistryImpl extends GenericPortletRegistryImpl implements StateChangedListener
   {
  
  
  
  1.4       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/UserSessionImpl.java
  
  Index: UserSessionImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/UserSessionImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UserSessionImpl.java	9 Mar 2004 21:41:57 -0000	1.3
  +++ UserSessionImpl.java	10 Aug 2005 14:45:38 -0000	1.4
  @@ -13,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.util.Hashtable;
  @@ -27,6 +26,7 @@
    * 
    * Note: Since most of this methods all only for the session handler,
    * consider to make most of the methods package scoped. 
  + * @version $Id$
    **/
   public class UserSessionImpl extends GenericUserSessionImpl
   {
  
  
  
  1.3       +1 -6      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PageRegistryImpl.java
  
  Index: PageRegistryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/PageRegistryImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PageRegistryImpl.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ PageRegistryImpl.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.util.Hashtable;
  @@ -49,6 +43,7 @@
    * @author Stephan Laertz  
    * @see org.apache.wsrp4j.consumer.app.Page
    * @see org.apache.wsrp4j.consumer.app.PageRegistry
  + * @version $Id$
    **/
   public class PageRegistryImpl implements PageRegistry, StateChangedListener
   {
  
  
  
  1.4       +3 -1      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/SimplePortletWindowSessionImpl.java
  
  Index: SimplePortletWindowSessionImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/SimplePortletWindowSessionImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SimplePortletWindowSessionImpl.java	1 Jun 2004 10:48:50 -0000	1.3
  +++ SimplePortletWindowSessionImpl.java	10 Aug 2005 14:45:38 -0000	1.4
  @@ -13,13 +13,15 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import org.apache.wsrp4j.consumer.PortletSession;
   import org.apache.wsrp4j.consumer.driver.GenericPortletWindowSessionImpl;
   import org.apache.wsrp4j.consumer.app.SimplePortletWindowSession;
   
  +/**
  + * @version $Id$
  + */
   public class SimplePortletWindowSessionImpl extends GenericPortletWindowSessionImpl
   									  		implements SimplePortletWindowSession
   {
  
  
  
  1.5       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/SwingConsumer.java
  
  Index: SwingConsumer.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/SwingConsumer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SwingConsumer.java	9 Mar 2004 21:41:57 -0000	1.4
  +++ SwingConsumer.java	10 Aug 2005 14:45:38 -0000	1.5
  @@ -13,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.awt.BorderLayout;
  @@ -89,6 +88,7 @@
   /**
    * Stand alone WSRP consumer with a swing based GUI.
    * 
  + * @version $Id$
    **/
   public class SwingConsumer extends JFrame implements HyperlinkListener, ChangeListener
   {
  
  
  
  1.3       +3 -1      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/WSRPRequestImpl.java
  
  Index: WSRPRequestImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/WSRPRequestImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WSRPRequestImpl.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ WSRPRequestImpl.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  - 
   package org.apache.wsrp4j.consumer.app.driver;
   
   import oasis.names.tc.wsrp.v1.types.ClientData;
  @@ -30,6 +29,9 @@
   import org.apache.wsrp4j.log.LogManager;
   import org.apache.wsrp4j.log.Logger;
   
  +/**
  + * @version $Id$
  + */
   public class WSRPRequestImpl extends GenericWSRPBaseRequestImpl implements InteractionRequest, MarkupRequest
   {
   	private SimplePortletWindowSession windowSession = null;
  
  
  
  1.4       +3 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/UserRegistryImpl.java
  
  Index: UserRegistryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/UserRegistryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UserRegistryImpl.java	26 Jul 2005 14:21:52 -0000	1.3
  +++ UserRegistryImpl.java	10 Aug 2005 14:45:38 -0000	1.4
  @@ -31,6 +31,9 @@
   import org.apache.wsrp4j.util.StateChangedListener;
   import org.apache.wsrp4j.util.StateChangedService;
   
  +/**
  + * @version $Id$
  + */
   public class UserRegistryImpl extends GenericUserRegistryImpl implements StateChangedListener
   {
   
  
  
  
  1.3       +1 -6      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/URLTemplateComposerImpl.java
  
  Index: URLTemplateComposerImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/URLTemplateComposerImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- URLTemplateComposerImpl.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ URLTemplateComposerImpl.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import org.apache.wsrp4j.consumer.URLGenerator;
  @@ -33,6 +27,7 @@
    * indicates how it needs URLs formatted in order to process them properly.)</p>
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
  + * @version $Id$
    */
   public class URLTemplateComposerImpl implements URLTemplateComposer
   {
  
  
  
  1.3       +1 -7      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/URLGeneratorImpl.java
  
  Index: URLGeneratorImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/URLGeneratorImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- URLGeneratorImpl.java	9 Mar 2004 21:41:57 -0000	1.2
  +++ URLGeneratorImpl.java	10 Aug 2005 14:45:38 -0000	1.3
  @@ -13,12 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
  -/* 
  -
  - */
  -
  -
   package org.apache.wsrp4j.consumer.app.driver;
   
   import java.net.URLDecoder;
  @@ -36,7 +30,7 @@
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    *
  - * @version 1.1
  + * @version $Id$
    */
   public class URLGeneratorImpl implements URLGenerator
   {