Annotation Type Exporter
Annotation to declare an model exporter servlet mapping.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionString[]
Extensions under which the exporter servlet will be registered.Exporter name. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionOptional list of exporter options.The selector name under which the exporter servlet will be registered.
-
Element Details
-
-
selector
String selectorThe selector name under which the exporter servlet will be registered.- Returns:
- Selector
- Default:
- "model"
-
options
ExporterOption[] optionsOptional list of exporter options.- Returns:
- Options
- Default:
- {}
-