Class IncludedResourceObject

All Implemented Interfaces:
Streamable

public class IncludedResourceObject extends AbstractNamedAFPObject
Encapsulates an included resource object that is loaded from an external file.
  • Constructor Details

    • IncludedResourceObject

      public IncludedResourceObject(String name, AFPResourceAccessor resourceAccessor, URI uri)
      Main constructor.
      Parameters:
      name - the name of the included resource
      resourceAccessor - the resource accessor to load the external file with
      uri - the URI of the external file
  • Method Details