Annotation Type Exporter

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] extensions
      Extensions under which the exporter servlet will be registered.
      String name
      Exporter name.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      ExporterOption[] options
      Optional list of exporter options.
      String selector
      The selector name under which the exporter servlet will be registered.
    • Element Detail

      • name

        String name
        Exporter name.
      • extensions

        String[] extensions
        Extensions under which the exporter servlet will be registered.
      • selector

        String selector
        The selector name under which the exporter servlet will be registered.
        Default:
        "model"
      • options

        ExporterOption[] options
        Optional list of exporter options.
        Default:
        {}