Class JakartaServletMfs

java.lang.Object
com.jcabi.manifests.JakartaServletMfs
All Implemented Interfaces:
Mfs

public final class JakartaServletMfs extends Object implements Mfs
Manifests in servlet context. Append attributes from the web application 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 JakartaServletMfs(context));

The class is thread-safe.

Since:
1.0
  • Constructor Details

    • JakartaServletMfs

      public JakartaServletMfs(jakarta.servlet.ServletContext context)
      Ctor.
      Parameters:
      context - Context
  • Method Details