Class ResourceLinkRef

All Implemented Interfaces:
Serializable, Cloneable

public class ResourceLinkRef extends AbstractRef
Represents a reference address to a resource.
Author:
Remy Maucherat
See Also:
  • Field Details

  • Constructor Details

    • ResourceLinkRef

      public ResourceLinkRef(String resourceClass, String globalName, String factory, String factoryLocation)
      ResourceLink Reference.
      Parameters:
      resourceClass - Resource class
      globalName - Global name
      factory - The possibly null class name of the object's factory.
      factoryLocation - The possibly null location from which to load the factory (e.g. URL)
  • Method Details