Interface Context

All Known Implementing Classes:
SimpleContext

public interface Context
A context is given to a FormatHandler in order to identify the chain of handlers and the asset being generated.
  • Method Details

    • addException

      void addException(ProcessorException e)
      Add an exception that occurred while processing an asset.
      Parameters:
      e - exception to add
    • addThumbnail

      void addThumbnail(BufferedImage image)
      Add thumbnail image.
      Parameters:
      image - buffered image
    • addMetadata

      void addMetadata(InputStream metadata)
      Add metadata.
      Parameters:
      metadata - metadata