Uses of Class
org.eclipse.jetty.ee8.webapp.ClassMatcher
Packages that use ClassMatcher
-
Uses of ClassMatcher in org.eclipse.jetty.ee8.webapp
Fields in org.eclipse.jetty.ee8.webapp declared as ClassMatcherModifier and TypeFieldDescriptionstatic final ClassMatcher
WebAppContext.__dftServerClasses
Deprecated, for removal: This API element is subject to removal in a future version.static final ClassMatcher
WebAppContext.__dftSystemClasses
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.jetty.ee8.webapp that return ClassMatcherModifier and TypeMethodDescriptionClassMatcher.asImmutable()
AbstractConfiguration.getServerClasses()
default ClassMatcher
Configuration.getServerClasses()
Get the server classes associated with this Configuration.WebAppContext.getServerClassMatcher()
AbstractConfiguration.getSystemClasses()
default ClassMatcher
Configuration.getSystemClasses()
Get the system classes associated with this Configuration.WebAppContext.getSystemClassMatcher()
Methods in org.eclipse.jetty.ee8.webapp with parameters of type ClassMatcherModifier and TypeMethodDescriptionvoid
WebAppContext.addServerClassMatcher
(ClassMatcher serverClasses) Add a ClassMatcher for server classes by combining with any existing matcher.void
WebAppContext.addSystemClassMatcher
(ClassMatcher systemClasses) Add a ClassMatcher for system classes by combining with any existing matcher.void
WebAppContext.setServerClassMatcher
(ClassMatcher serverClasses) Set the server classes patterns.void
WebAppContext.setSystemClassMatcher
(ClassMatcher systemClasses) Set the system classes patterns.Constructors in org.eclipse.jetty.ee8.webapp with parameters of type ClassMatcher
WebAppClassLoading.DEFAULT_HIDDEN_CLASSES