Class AnnotationDecorator
java.lang.Object
org.eclipse.jetty.ee10.annotations.AnnotationDecorator
- All Implemented Interfaces:
org.eclipse.jetty.util.Decorator
AnnotationDecorator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.jetty.ee10.webapp.WebAppContextprotected AnnotationIntrospector -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_introspector
-
_context
protected org.eclipse.jetty.ee10.webapp.WebAppContext _context
-
-
Constructor Details
-
AnnotationDecorator
public AnnotationDecorator(org.eclipse.jetty.ee10.webapp.WebAppContext context)
-
-
Method Details
-
introspect
Look for annotations that can be discovered with introspection:- Resource
- Resources
- RunAs
- PostConstruct
- PreDestroy
- DeclareRoles
- MultiPart
- ServletSecurity
- Parameters:
o- the object to introspectmetaInfo- information about the object to introspect
-
decorate
-
destroy
- Specified by:
destroyin interfaceorg.eclipse.jetty.util.Decorator
-