Package org.eclipse.jetty.plus.webapp
Class PlusDecorator
- java.lang.Object
-
- org.eclipse.jetty.plus.webapp.PlusDecorator
-
-
Field Summary
Fields Modifier and Type Field Description protected WebAppContext
_context
-
Constructor Summary
Constructors Constructor Description PlusDecorator(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)
-
-
-
Field Detail
-
_context
protected WebAppContext _context
-
-
Constructor Detail
-
PlusDecorator
public PlusDecorator(WebAppContext context)
-
-