taylor      2004/09/17 11:40:19

  Modified:    applications/pam/src/java/org/apache/jetspeed/portlets/pam
                        PortletApplicationResources.java
  Log:
  checkpoint for continuing work on User Manager
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.7       +8 -3      
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationResources.java
  
  Index: PortletApplicationResources.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationResources.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PortletApplicationResources.java  17 Sep 2004 00:18:59 -0000      1.6
  +++ PortletApplicationResources.java  17 Sep 2004 18:40:19 -0000      1.7
  @@ -23,8 +23,12 @@
    */
   public final class PortletApplicationResources
   {
  -    public final static String PORTLET_URL = "portlet_url";
  +    /** the selected non-leaf node in the tree view */
  +    public final static String REQUEST_NODE = "node";
  +    /** the selected leaf node in the tree view */
       public final static String REQUEST_SELECT_NODE = "select_node";
  +    
  +    public final static String PORTLET_URL = "portlet_url";
       public final static String REQUEST_SELECT_PORTLET = "select_portlet";
       public final static String REQUEST_SELECT_TAB = "selected_tab";
       public final static String PAM_CURRENT_PA = "org.apache.jetspeed.pam.pa";
  @@ -34,5 +38,6 @@
       public final static String CURRENT_FOLDER = "current_folder";
       public final static String CURRENT_PAGE = "current_page";
       public final static String CURRENT_USER = "current_user";
  -    public final static String PAM_CURRENT_USER = "org.apache.jetspeed.pam.user";   
 
  +    public final static String PAM_CURRENT_USER = "org.apache.jetspeed.pam.user";
  +    public final static String REQUEST_SELECT_USER = "select_user";        
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to