@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Exporter
| Modifier and Type | Required Element and Description | 
|---|---|
| String[] | extensionsExtensions under which the exporter servlet will be registered. | 
| String | nameExporter name. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| ExporterOption[] | optionsOptional list of exporter options. | 
| String | selectorThe 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.