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 2005/04/27 00:07:21 UTC

cvs commit: jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed CommonPortletServices.java

taylor      2005/04/26 15:07:21

  Added:       jetspeed-api/src/java/org/apache/jetspeed
                        CommonPortletServices.java
  Log:
  centralizing all references to CPS_
  big commit following within an hour or so...
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/CommonPortletServices.java
  
  Index: CommonPortletServices.java
  ===================================================================
  /*
   * Copyright 2000-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *      http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
  package org.apache.jetspeed;
  
  /**
   * CPS: Common Portlet Services provided by Jetspeed available to portlet applications  
   *
   * @author <a href="mailto:taylor@apache.org">David Sean Taylor</a>
   * @version $Id: CommonPortletServices.java,v 1.1 2005/04/26 22:07:21 taylor Exp $
   */
  public interface CommonPortletServices
  {
      public final static String CPS_SEARCH_COMPONENT = "cps:SearchComponent";
      public final static String CPS_REGISTRY_COMPONENT = "cps:PortletRegistryComponent";
      public final static String CPS_USER_MANAGER_COMPONENT = "cps:UserManager";
      public final static String CPS_PAGE_MANAGER_COMPONENT = "cps:PageManager";
      public final static String CPS_ROLE_MANAGER_COMPONENT = "cps:RoleManager";
      public final static String CPS_GROUP_MANAGER_COMPONENT = "cps:GroupManager";
      public final static String CPS_PROFILER_COMPONENT = "cps:Profiler";
      public final static String CPS_SSO_COMPONENT = "cps:SSO";    
      public final static String CPS_APPLICATION_SERVER_MANAGER_COMPONENT = "cps:ApplicationServerManager";
      public final static String CPS_PORTLET_FACTORY_COMPONENT = "cps:PortletFactory";    
      public final static String CPS_DEPLOYMENT_MANAGER_COMPONENT = "cps:DeploymentManager";    
      public final static String CPS_ENTITY_ACCESS_COMPONENT = "cps:EntityAccessor";    
  }
  
  

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