You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/09/16 00:48:10 UTC

cvs commit: jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam PortletApplicationResources.java

taylor      2004/09/15 15:48:09

  Modified:    applications/pam/src/java/org/apache/jetspeed/portlets/pam
                        PortletApplicationResources.java
  Log:
  new portlet service
  
  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.4       +7 -6      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletApplicationResources.java	10 Sep 2004 04:15:30 -0000	1.3
  +++ PortletApplicationResources.java	15 Sep 2004 22:48:09 -0000	1.4
  @@ -23,9 +23,10 @@
    */
   public final class PortletApplicationResources
   {
  -    final static String REQUEST_SELECT_NODE = "select_node";
  -    final static String REQUEST_SELECT_PORTLET = "select_portlet";
  -    final static String REQUEST_SELECT_TAB = "selected_tab";
  -    final static String PAM_CURRENT_PA = "org.apache.jetspeed.pam.pa";
  -    final static String CPS_REGISTRY_COMPONENT = "cps:PortletRegistryComponent";
  +    public final static String REQUEST_SELECT_NODE = "select_node";
  +    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";
  +    public final static String CPS_REGISTRY_COMPONENT = "cps:PortletRegistryComponent";
  +    public final static String CPS_USERMANAGER_COMPONENT = "cps:UserManager";    
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org