jford 2004/09/16 14:24:15
Modified: applications/pam/src/java/org/apache/jetspeed/portlets/pam
PortletApplicationResources.java
Log:
Added page manager service
Added current folder/page
Revision Changes Path
1.5 +5 -2
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PortletApplicationResources.java 15 Sep 2004 22:48:09 -0000 1.4
+++ PortletApplicationResources.java 16 Sep 2004 21:24:15 -0000 1.5
@@ -28,5 +28,8 @@
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";
+ public final static String CPS_USERMANAGER_COMPONENT = "cps:UserManager";
+ public static final String CPS_PAGE_MANAGER_COMPONENT = "cps:PageManager";
+ public static final String CURRENT_FOLDER = "current_folder";
+ public static final String CURRENT_PAGE = "current_page";
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]