Uses of Class
org.eclipse.jetty.webapp.ClassMatcher
-
-
Uses of ClassMatcher in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp declared as ClassMatcher Modifier and Type Field Description static ClassMatcherWebAppContext. __dftServerClassesstatic ClassMatcherWebAppContext. __dftSystemClassesMethods in org.eclipse.jetty.webapp that return ClassMatcher Modifier and Type Method Description ClassMatcherAbstractConfiguration. getServerClasses()default ClassMatcherConfiguration. getServerClasses()Get the system classes associated with this Configuration.ClassMatcherWebAppContext. getServerClassMatcher()ClassMatcherAbstractConfiguration. getSystemClasses()default ClassMatcherConfiguration. getSystemClasses()Get the system classes associated with this Configuration.ClassMatcherWebAppContext. getSystemClassMatcher()Methods in org.eclipse.jetty.webapp with parameters of type ClassMatcher Modifier and Type Method Description voidWebAppContext. 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.webapp with parameters of type ClassMatcher Constructor Description ClassMatcher(ClassMatcher patterns)
-