@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Exporter
Modifier and Type | Required Element and Description |
---|---|
String[] |
extensions
Extensions under which the exporter servlet will be registered.
|
String |
name
Exporter name.
|
Modifier and Type | Optional Element and Description |
---|---|
ExporterOption[] |
options
Optional list of exporter options.
|
String |
selector
The selector name under which the exporter servlet will be registered.
|
public abstract String name
public abstract String[] extensions
public abstract String selector
public abstract ExporterOption[] options
Copyright © 2017 The Apache Software Foundation. All rights reserved.