Class LocatorBasedResult

All Implemented Interfaces:
ILocatorSupport, IMimeTypeSupport, IResult, IStreamResult

public class LocatorBasedResult extends StreamResult
  • Constructor Details

    • LocatorBasedResult

      public LocatorBasedResult(String contentType, ILocator locator)
  • Method Details

    • getLocator

      public ILocator getLocator()
      Description copied from interface: ILocatorSupport
      Return the ILocator that defines the physical resource location for the reciver.
      Returns:
      Return the ILocator that defines the physical resource location for the reciver.
    • toString

      public String toString()
      Overrides:
      toString in class Object