|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttachmentProvider
This is an optional extension of the ConfigurationPrinter
.
If a configuration printer implements this interface, the printer
can add additional attachments to the output of the configuration rendering.
Currently this is only supported for the ZIP mode.
A service implementing this method must still register itself
as a ConfigurationPrinter
but not as a
AttachmentProvider
service.
Method Summary | |
---|---|
java.net.URL[] |
getAttachments(java.lang.String mode)
Deprecated. Return an array of attachments for the given render mode. |
Method Detail |
---|
java.net.URL[] getAttachments(java.lang.String mode)
mode
- The render mode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |