Interface ServletContextAware


public interface ServletContextAware
For components that have a dependence on the Servlet context.
Since:
6.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    withServletContext(jakarta.servlet.ServletContext context)
     
  • Method Details

    • withServletContext

      void withServletContext(jakarta.servlet.ServletContext context)