Uses of Class
org.eclipse.jetty.util.ClassMatcher
Packages that use ClassMatcher
Package
Description
Jetty Util : Modular Web Application Support
Jetty Util : Common Utility Classes
-
Uses of ClassMatcher in org.eclipse.jetty.ee
Fields in org.eclipse.jetty.ee declared as ClassMatcherModifier and TypeFieldDescriptionstatic final ClassMatcher
WebAppClassLoading.DEFAULT_HIDDEN_CLASSES
The default hidden (server) classes used by a web application, which can be applied to theClassMatcher
s created byWebAppClassLoading.getHiddenClasses(Environment)
.static final ClassMatcher
WebAppClassLoading.DEFAULT_PROTECTED_CLASSES
The default protected (system) classes used by a web application, which will be applied to theClassMatcher
s created byWebAppClassLoading.getProtectedClasses(Environment)
.Methods in org.eclipse.jetty.ee that return ClassMatcherModifier and TypeMethodDescriptionstatic ClassMatcher
WebAppClassLoading.getHiddenClasses
(Server server) Get the default hidden (server) classes for aServer
static ClassMatcher
WebAppClassLoading.getHiddenClasses
(Environment environment) Get the default hidden (server) classes for anEnvironment
static ClassMatcher
WebAppClassLoading.getProtectedClasses
(Server server) Get the default protected (system) classes for aServer
static ClassMatcher
WebAppClassLoading.getProtectedClasses
(Environment environment) Get the default protected (system) classes for anEnvironment
-
Uses of ClassMatcher in org.eclipse.jetty.ee10.webapp
Subclasses of ClassMatcher in org.eclipse.jetty.ee10.webappModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Use org.eclipse.jetty.util.ClassMatcherMethods in org.eclipse.jetty.ee10.webapp that return ClassMatcherModifier and TypeMethodDescriptionAbstractConfiguration.getHiddenClasses()
default ClassMatcher
Configuration.getHiddenClasses()
Get the server (hidden) classes associated with this Configuration.WebAppContext.getHiddenClassMatcher()
AbstractConfiguration.getProtectedClasses()
default ClassMatcher
Configuration.getProtectedClasses()
Get the system (protected) classes associated with this Configuration.WebAppContext.getProtectedClassMatcher()
Methods in org.eclipse.jetty.ee10.webapp with parameters of type ClassMatcherModifier and TypeMethodDescriptionvoid
WebAppContext.addHiddenClassMatcher
(ClassMatcher hiddenClasses) Add a ClassMatcher for hidden (server) classes by combining with any existing matcher.void
WebAppContext.addProtectedClassMatcher
(ClassMatcher protectedClasses) Add a ClassMatcher for protected (system) classes by combining with any existing matcher.void
WebAppContext.setHiddenClassMatcher
(ClassMatcher hiddenClasses) Set the hidden (server) classes patterns.void
WebAppContext.setProtectedClassMatcher
(ClassMatcher protectedClasses) Set the protected (system) classes patterns.Constructors in org.eclipse.jetty.ee10.webapp with parameters of type ClassMatcherModifierConstructorDescriptionClassMatcher
(ClassMatcher patterns) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClassMatcher in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util with type parameters of type ClassMatcherModifier and TypeInterfaceDescriptionprotected static interface
ClassMatcher.Constructor<T extends ClassMatcher>
Deprecated.Methods in org.eclipse.jetty.util with type parameters of type ClassMatcherModifier and TypeMethodDescriptionprotected static <T extends ClassMatcher>
TClassMatcher.wrap
(ClassMatcher matcher, ClassMatcher.Constructor<T> constructor) Deprecated.useClassMatcher
directly.Methods in org.eclipse.jetty.util that return ClassMatcherMethods in org.eclipse.jetty.util with parameters of type ClassMatcherModifier and TypeMethodDescriptionprotected static <T extends ClassMatcher>
TClassMatcher.wrap
(ClassMatcher matcher, ClassMatcher.Constructor<T> constructor) Deprecated.useClassMatcher
directly.Constructors in org.eclipse.jetty.util with parameters of type ClassMatcher