public abstract class AbstractWebApplication
extends javax.ws.rs.core.Application
| Constructor and Description | 
|---|
AbstractWebApplication()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Set<Class<?>> | 
getClasses()  | 
protected Set<Class<?>> | 
getClasses(Class<?>... classes)
Returns the aggregate set of resources, writers and mappers combined
 with a default set of such web entities. 
 |