Uses of Class
org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
-
Uses of AbstractConfiguration.Builder in org.eclipse.jetty.ee10.webapp
Modifier 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()
ModifierConstructorDescriptionprotected
protected