Annotation Type Exporter
-
@Target(TYPE) @Retention(RUNTIME) public @interface ExporterAnnotation to declare an model exporter servlet mapping.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]extensionsExtensions under which the exporter servlet will be registered.java.lang.StringnameExporter name.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ExporterOption[]optionsOptional list of exporter options.java.lang.StringselectorThe selector name under which the exporter servlet will be registered.
-
-
-
-
options
ExporterOption[] options
Optional list of exporter options.- Returns:
- Options
- Default:
- {}
-
-