Class Managers


  • public class Managers
    extends TableServletBase
    /api/layers/managers/ : Access to layer managers.

    Allows access a list of currently-installed layer managers and their attributes, returning a JSON-encoded array of objects with the following attributes:

    • layer_manager_id : ID of the layer manager.
    • version : The version of the installed implementation.
    • name : The name for the layer manager.
    • description : A brief description of what the layer manager does.
    • layer_type : What kinds of layers the layer manager can process - a string composed of any of the following:
      • S - segment layers
      • W - word layers
      • M - phrase (meta) layers
      • F - span (freeform) layers
    GET HTTP method is supported,
  • Only the GET
    HTTP method is supported.
    • Response Body - the standard JSON envelope, with the model as an array of objects with the above structure.
    • Response Status
      • 200 : Success.
  • Author:
    Robert Fromont robert@fromont.net.nz
    • Constructor Detail

      • Managers

        public Managers()