Class BasicDependencyService

  • All Implemented Interfaces:
    IDependencyService

    public class BasicDependencyService
    extends java.lang.Object
    implements IDependencyService
    The basic dependency service for creating (local) rids.
    • Field Detail

      • component

        protected IInternalAccess component
        The service providing component.
      • logger

        protected java.util.logging.Logger logger
        The logger.
      • cid

        protected IComponentIdentifier cid
        The component identifier to use for creating local resource IDs. The assumption is that URLs are only valid on the local platform.
    • Constructor Detail

      • BasicDependencyService

        public BasicDependencyService()
        Bean constructor for service creation.