public interface EmbeddedResourceHandler
ContainerExtractor
, your code needs
to implement this interface.Modifier and Type | Method and Description |
---|---|
void |
handle(String filename,
MediaType mediaType,
InputStream stream)
Called to process an embedded resource within the container.
|
void handle(String filename, MediaType mediaType, InputStream stream)
filename
- The filename of the embedded resource, if knownmediaType
- The media type of the embedded resource, if knownstream
- The contents of the embedded resourceCopyright © 2007–1969 The Apache Software Foundation. All rights reserved.