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