Uses of Class
org.eclipse.jetty.webapp.ClassMatcher
-
Uses of ClassMatcher in org.eclipse.jetty.webapp
Modifier and TypeFieldDescriptionstatic final ClassMatcher
WebAppContext.__dftServerClasses
static final ClassMatcher
WebAppContext.__dftSystemClasses
Modifier 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()
Modifier 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.