org.eclipse.jetty.util.Decoratorpublic class AnnotationDecorator
extends java.lang.Object
implements org.eclipse.jetty.util.Decorator
| Modifier and Type | Field | Description |
|---|---|---|
protected AnnotationIntrospector |
_introspector |
| Constructor | Description |
|---|---|
AnnotationDecorator(org.eclipse.jetty.webapp.WebAppContext context) |
| 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(org.eclipse.jetty.webapp.WebAppContext context) |
protected AnnotationIntrospector _introspector
public AnnotationDecorator(org.eclipse.jetty.webapp.WebAppContext context)
public void registerHandlers(org.eclipse.jetty.webapp.WebAppContext context)
protected void introspect(java.lang.Object o)
o - the object ot introspectpublic java.lang.Object decorate(java.lang.Object o)
decorate in interface org.eclipse.jetty.util.Decoratorpublic void destroy(java.lang.Object o)
destroy in interface org.eclipse.jetty.util.DecoratorCopyright © 1995–2018 Webtide. All rights reserved.