Uses of Class
org.eclipse.jetty.webapp.ClassMatcher
Packages that use ClassMatcher
-
Uses of ClassMatcher in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp declared as ClassMatcherModifier and TypeFieldDescriptionstatic final ClassMatcher
WebAppContext.__dftServerClasses
static final ClassMatcher
WebAppContext.__dftSystemClasses
Methods in org.eclipse.jetty.webapp that return ClassMatcherModifier and TypeMethodDescriptionAbstractConfiguration.getServerClasses()
default ClassMatcher
Configuration.getServerClasses()
Get the system 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.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.webapp with parameters of type ClassMatcher