public class RESTReportServerApplication
extends javax.ws.rs.core.Application
Constructor and Description |
---|
RESTReportServerApplication()
This is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<Class<?>> |
getClasses() |
ReportManager |
getReportManager()
This method returns the report manager.
|
Set<Object> |
getSingletons() |
void |
setReportManager(ReportManager rm)
This method sets the report manager.
|
public RESTReportServerApplication()
public void setReportManager(ReportManager rm)
rm
- The report managerpublic ReportManager getReportManager()
public Set<Class<?>> getClasses()
getClasses
in class javax.ws.rs.core.Application
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.