@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Exporter
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
extensions
Extensions under which the exporter servlet will be registered.
|
java.lang.String |
name
Exporter name.
|
Modifier and Type | Optional Element and Description |
---|---|
ExporterOption[] |
options
Optional list of exporter options.
|
java.lang.String |
selector
The selector name under which the exporter servlet will be registered.
|
public abstract java.lang.String[] extensions
public abstract java.lang.String selector
public abstract ExporterOption[] options
Copyright © 2010 - 2020 Adobe. All Rights Reserved