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.
-
-
-
-
options
ExporterOption[] options
Optional list of exporter options.- Default:
- {}
-
-