Class JspConfiguration

  • All Implemented Interfaces:
    Configuration

    public class JspConfiguration
    extends AbstractConfiguration

    JSP Configuration

    This configuration configures the WebAppContext server/system classes to be able to see the org.eclipse.jetty.jsp and org.eclipse.jetty.apache packages. This class is defined in the webapp package, as it implements the Configuration interface, which is unknown to the jsp package. However, the corresponding ServiceLoader resource is defined in the jsp package, so that this configuration only be loaded if the jetty-jsp jars are on the classpath.

    • Constructor Detail

      • JspConfiguration

        public JspConfiguration()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Returns:
        True if the feature this configuration represents is available and has all its dependencies.