Class EmbeddedJspConfiguration

  • All Implemented Interfaces:
    org.eclipse.jetty.webapp.Configuration

    public class EmbeddedJspConfiguration
    extends org.eclipse.jetty.webapp.AbstractConfiguration
    Set TLD jars which were found when packaging the war. Configure Jasper's system classPath to only include Jasper/JSP/Servlet related jars
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration

        org.eclipse.jetty.webapp.Configuration.ClassList
    • Field Summary

      • Fields inherited from interface org.eclipse.jetty.webapp.Configuration

        ATTR
    • Constructor Detail

      • EmbeddedJspConfiguration

        public EmbeddedJspConfiguration()
    • Method Detail

      • postConfigure

        public void postConfigure​(org.eclipse.jetty.webapp.WebAppContext context)
                           throws Exception
        Specified by:
        postConfigure in interface org.eclipse.jetty.webapp.Configuration
        Overrides:
        postConfigure in class org.eclipse.jetty.webapp.AbstractConfiguration
        Throws:
        Exception