Class JspConfiguration
java.lang.Object
org.eclipse.jetty.ee9.webapp.AbstractConfiguration
org.eclipse.jetty.ee9.webapp.JspConfiguration
- All Implemented Interfaces:
- Configuration
JSP Configuration
This configuration configures the WebAppContext server/system classes to
be able to see the org.eclipse.jetty.ee9.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.
- 
Nested Class SummaryNested classes/interfaces inherited from interface ConfigurationConfiguration.Wrapper, Configuration.WrapperFunction
- 
Field SummaryFields inherited from interface ConfigurationATTR
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class AbstractConfigurationabort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, configure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, preConfigure, protect, protectAndExposeMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Configurationreplaces
- 
Constructor Details- 
JspConfigurationpublic JspConfiguration()
 
- 
- 
Method Details- 
isAvailablepublic boolean isAvailable()- Returns:
- True if the feature this configuration represents is available and has all its dependencies.
 
 
-