Package org.eclipse.jetty.annotations
Class AnnotationDecorator
java.lang.Object
org.eclipse.jetty.annotations.AnnotationDecorator
- All Implemented Interfaces:
Decorator
AnnotationDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
introspect
(Object o) Look for annotations that can be discovered with introspection: Resource Resources PostConstruct PreDestroy ServletSecurity?void
registerHandlers
(WebAppContext context)
-
Field Details
-
_introspector
-
-
Constructor Details
-
AnnotationDecorator
-
-
Method Details
-
registerHandlers
-
introspect
Look for annotations that can be discovered with introspection:- Resource
- Resources
- PostConstruct
- PreDestroy
- ServletSecurity?
- Parameters:
o
- the object ot introspect
-
decorate
-
destroy
-