Uses of Interface
ccc.api.core.ServiceLocator

Packages that use ServiceLocator
ccc.api.core   
ccc.api.http   
ccc.api.jaxrs   
ccc.migration Classes for migration of CCC6 content to CCC7. 
ccc.web   
 

Uses of ServiceLocator in ccc.api.core
 

Classes in ccc.api.core that implement ServiceLocator
 class MemoryServiceLocator
          Service locator that stores references to services in memory.
 

Uses of ServiceLocator in ccc.api.http
 

Classes in ccc.api.http that implement ServiceLocator
 class ProxyServiceLocator
          ServiceLocator implementation that uses RESTEasy proxies.
 

Uses of ServiceLocator in ccc.api.jaxrs
 

Classes in ccc.api.jaxrs that implement ServiceLocator
 class RegistryServiceLocator
          A class to perform application name specific Registry lookups.
 

Uses of ServiceLocator in ccc.migration
 

Classes in ccc.migration that implement ServiceLocator
 class MigrationServiceLocator
          Extended service locator for remoting.
 

Constructors in ccc.migration with parameters of type ServiceLocator
BaseMigrations(ServiceLocator service, Migration pagesExt, ResourcesExt resourcesExt, LegacyDBQueries legacyQueries, TemplateMigration tm, java.lang.String linkPrefix)
          Constructor.
Migrations(ServiceLocator service, LegacyDBQueries legacyQueries, ResourcesExt resourcesExt, Migration pagesExt, IFileUploader fu, Migrate.Options options)
          Constructor.
 

Uses of ServiceLocator in ccc.web
 

Classes in ccc.web that implement ServiceLocator
 class AbstractCCCServlet
          Abstract servlet action providing helper methods.
 class ContentServlet
          The ContentServlet class serves CCC content.
 class LoginServlet
          A servlet to perform user authentication for the content-creator web app.
 class LogoutServlet
          A servlet to perform user authentication for the content-creator web app.
 



Copyright © 2010. All Rights Reserved.