Uses of Class
org.eclipse.jetty.osgi.annotations.AnnotationParser
-
Packages that use AnnotationParser Package Description org.eclipse.jetty.osgi.annotations -
-
Uses of AnnotationParser in org.eclipse.jetty.osgi.annotations
Methods in org.eclipse.jetty.osgi.annotations with parameters of type AnnotationParser Modifier and Type Method Description protected void
AnnotationConfiguration. parseBundle(WebAppContext context, AnnotationParser parser, org.osgi.framework.Bundle webbundle, org.osgi.framework.Bundle bundle)
protected void
AnnotationConfiguration. parseFragmentBundle(WebAppContext context, AnnotationParser parser, org.osgi.framework.Bundle webbundle, org.osgi.framework.Bundle fragmentBundle)
Scan a fragment bundle for servlet annotationsprotected void
AnnotationConfiguration. parseRequiredBundle(WebAppContext context, AnnotationParser parser, org.osgi.framework.Bundle webbundle, org.osgi.framework.Bundle requiredBundle)
Scan a bundle required by the webbundle for servlet annotationsprotected void
AnnotationConfiguration. parseWebBundle(WebAppContext context, AnnotationParser parser, org.osgi.framework.Bundle webbundle)
Scan a bundle required by the webbundle for servlet annotationsConstructors in org.eclipse.jetty.osgi.annotations with parameters of type AnnotationParser Constructor Description BundleParserTask(AnnotationParser parser, java.util.Set<? extends AnnotationParser.Handler> handlers, Resource resource)
-