public final class ServletMfs extends Object implements Mfs
MANIFEST.MF
.
You can use this class in your own
Filter
or
ServletContextListener
,
in order to inject MANIFEST.MF
attributes to the class:
Manifests.append(new ServletMfs(context));
The class is thread-safe.
Constructor and Description |
---|
ServletMfs(ServletContext context)
Ctor.
|
public ServletMfs(ServletContext context)
context
- Contextpublic Collection<InputStream> fetch() throws IOException
Mfs
fetch
in interface Mfs
IOException
- If failsCopyright © 2012–2014 jcabi.com. All rights reserved.