Annotation Type Exporter


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Exporter
    Annotation to declare an model exporter servlet mapping.
    • Required Element Summary

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

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

      • name

        java.lang.String name
        Exporter name.
      • extensions

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

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

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