Interface ResourceLocator

All Known Implementing Classes:
DefaultResourceLocator

public interface ResourceLocator
Provides a hook to locate online resources in ExternalGraphic instances. To be used by parser implementers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Locate the specified resource.
  • Method Details

    • locateResource

      URL locateResource(String uri)
      Locate the specified resource.
      Parameters:
      uri - uri of the resource
      Returns:
      the fully resolved URL of the resource or null, if the resource cannot be located.