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 ClassMatcherWebAppContext.__dftServerClassesDeprecated, for removal: This API element is subject to removal in a future version.static final ClassMatcherWebAppContext.__dftSystemClassesDeprecated, 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 ClassMatcherConfiguration.getServerClasses()Get the server classes associated with this Configuration.WebAppContext.getServerClassMatcher()AbstractConfiguration.getSystemClasses()default ClassMatcherConfiguration.getSystemClasses()Get the system classes associated with this Configuration.WebAppContext.getSystemClassMatcher()Methods in org.eclipse.jetty.ee8.webapp with parameters of type ClassMatcherModifier and TypeMethodDescriptionvoidWebAppContext.addServerClassMatcher(ClassMatcher serverClasses) Add a ClassMatcher for server classes by combining with any existing matcher.voidWebAppContext.addSystemClassMatcher(ClassMatcher systemClasses) Add a ClassMatcher for system classes by combining with any existing matcher.voidWebAppContext.setServerClassMatcher(ClassMatcher serverClasses) Set the server classes patterns.voidWebAppContext.setSystemClassMatcher(ClassMatcher systemClasses) Set the system classes patterns.Constructors in org.eclipse.jetty.ee8.webapp with parameters of type ClassMatcher
WebAppClassLoading.DEFAULT_HIDDEN_CLASSES