Uses of Class
org.eclipse.jetty.util.ClassMatcher
Packages that use ClassMatcher
Package
Description
Jetty Util : Modular Web Application Support
Jetty Util : Modular Web Application Support
Jetty Util : Modular Web Application Support
Jetty Util : Modular Web Application Support
Jetty Util : Common Utility Classes
- 
Uses of ClassMatcher in org.eclipse.jetty.ee.webapp
Fields in org.eclipse.jetty.ee.webapp declared as ClassMatcherModifier and TypeFieldDescriptionstatic final ClassMatcherWebAppClassLoading.DEFAULT_HIDDEN_CLASSESThe default hidden (server) classes used by a web application, which can be applied to theClassMatchers created byWebAppClassLoading.getHiddenClasses(Environment).static final ClassMatcherWebAppClassLoading.DEFAULT_PROTECTED_CLASSESThe default protected (system) classes used by a web application, which will be applied to theClassMatchers created byWebAppClassLoading.getProtectedClasses(Environment).Methods in org.eclipse.jetty.ee.webapp that return ClassMatcherModifier and TypeMethodDescriptionstatic ClassMatcherWebAppClassLoading.getHiddenClasses(Server server) Get the default hidden (server) classes for aServerstatic ClassMatcherWebAppClassLoading.getHiddenClasses(Environment environment) Get the default hidden (server) classes for anEnvironmentWebAppClassLoader.Context.getHiddenClassMatcher()static ClassMatcherWebAppClassLoading.getProtectedClasses(Server server) Get the default protected (system) classes for aServerstatic ClassMatcherWebAppClassLoading.getProtectedClasses(Environment environment) Get the default protected (system) classes for anEnvironmentWebAppClassLoader.Context.getProtectedClassMatcher() - 
Uses of ClassMatcher in org.eclipse.jetty.ee10.webapp
Subclasses of ClassMatcher in org.eclipse.jetty.ee10.webappModifier and TypeClassDescriptionclassDeprecated, 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 ClassMatcherConfiguration.getHiddenClasses()Get the server (hidden) classes associated with this Configuration.WebAppContext.getHiddenClassMatcher()AbstractConfiguration.getProtectedClasses()default ClassMatcherConfiguration.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 TypeMethodDescriptionvoidWebAppContext.addHiddenClassMatcher(ClassMatcher hiddenClasses) Add a ClassMatcher for hidden (server) classes by combining with any existing matcher.voidWebAppContext.addProtectedClassMatcher(ClassMatcher protectedClasses) Add a ClassMatcher for protected (system) classes by combining with any existing matcher.voidWebAppContext.setHiddenClassMatcher(ClassMatcher hiddenClasses) Set the hidden (server) classes patterns.voidWebAppContext.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.ee11.webapp
Methods in org.eclipse.jetty.ee11.webapp that return ClassMatcherModifier and TypeMethodDescriptionAbstractConfiguration.getHiddenClasses()default ClassMatcherConfiguration.getHiddenClasses()Get the server (hidden) classes associated with this Configuration.WebAppContext.getHiddenClassMatcher()AbstractConfiguration.getProtectedClasses()default ClassMatcherConfiguration.getProtectedClasses()Get the system (protected) classes associated with this Configuration.WebAppContext.getProtectedClassMatcher()Methods in org.eclipse.jetty.ee11.webapp with parameters of type ClassMatcherModifier and TypeMethodDescriptionvoidWebAppContext.addHiddenClassMatcher(ClassMatcher hiddenClasses) Add a ClassMatcher for hidden (server) classes by combining with any existing matcher.voidWebAppContext.addProtectedClassMatcher(ClassMatcher protectedClasses) Add a ClassMatcher for protected (system) classes by combining with any existing matcher.voidWebAppContext.setHiddenClassMatcher(ClassMatcher hiddenClasses) Set the hidden (server) classes patterns.voidWebAppContext.setProtectedClassMatcher(ClassMatcher protectedClasses) Set the protected (system) classes patterns. - 
Uses of ClassMatcher in org.eclipse.jetty.ee8.webapp
Subclasses of ClassMatcher in org.eclipse.jetty.ee8.webappMethods in org.eclipse.jetty.ee8.webapp that return ClassMatcherModifier and TypeMethodDescriptionWebAppContext.getHiddenClassMatcher()WebAppContext.getProtectedClassMatcher()Constructors in org.eclipse.jetty.ee8.webapp with parameters of type ClassMatcher - 
Uses of ClassMatcher in org.eclipse.jetty.ee9.webapp
Subclasses of ClassMatcher in org.eclipse.jetty.ee9.webappMethods in org.eclipse.jetty.ee9.webapp that return ClassMatcherModifier and TypeMethodDescriptionWebAppContext.getHiddenClassMatcher()WebAppContext.getProtectedClassMatcher()Constructors in org.eclipse.jetty.ee9.webapp with parameters of type ClassMatcher - 
Uses of ClassMatcher in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util with type parameters of type ClassMatcherModifier and TypeInterfaceDescriptionprotected static interfaceClassMatcher.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.useClassMatcherdirectly.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.useClassMatcherdirectly.Constructors in org.eclipse.jetty.util with parameters of type ClassMatcher