public interface AttachmentProvider
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.| Modifier and Type | Method and Description |
|---|---|
URL[] |
getAttachments(String mode)
Deprecated.
Return an array of attachments for the given render mode.
|
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.