Uses of Class
org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
Packages that use AbstractConfiguration.Builder
-
Uses of AbstractConfiguration.Builder in org.eclipse.jetty.ee10.webapp
Methods in org.eclipse.jetty.ee10.webapp that return AbstractConfiguration.BuilderModifier and TypeMethodDescriptionAbstractConfiguration.Builder.addDependencies
(Class<? extends Configuration>... classes) Add configuration classes that come before this configurationAbstractConfiguration.Builder.addDependencies
(String... classes) Add configuration classes that come before this configurationAbstractConfiguration.Builder.addDependents
(Class<?>... classes) Add configuration classes that come after this configurationAbstractConfiguration.Builder.addDependents
(String... classes) Add configuration classes that come after this configurationAbstractConfiguration.Builder.enabledByDefault
(boolean enabledByDefault) Expose classes to the web application by adding them as exclusions to theAbstractConfiguration.getHiddenClasses()
Hide classes from the web application by adding them to theAbstractConfiguration.getHiddenClasses()
Protect classes from modification by the web application by adding them to theAbstractConfiguration.getProtectedClasses()
AbstractConfiguration.Builder.protectAndExpose
(String... classes) Protect classes from modification by the web application by adding them to theAbstractConfiguration.getProtectedClasses()
and expose them to the web application by adding them as exclusions to theAbstractConfiguration.getHiddenClasses()
Constructors in org.eclipse.jetty.ee10.webapp with parameters of type AbstractConfiguration.BuilderModifierConstructorDescriptionprotected
protected