public class ReportServerServiceImpl extends java.lang.Object implements ReportServerService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HIBERNATE_PROPERTY_CONNECTION_DRIVER |
CONFIG_FILE, DEFAULT_CHARSET
Constructor and Description |
---|
ReportServerServiceImpl(ConfigService configService,
<any> serverInfoContainerProvider) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharset() |
ServerInfoContainer |
getServerInfo()
Provides information on the server.
|
void |
init(HttpServletRequest httpServletRequest) |
public static final java.lang.String HIBERNATE_PROPERTY_CONNECTION_DRIVER
public ReportServerServiceImpl(ConfigService configService, <any> serverInfoContainerProvider)
public java.lang.String getCharset()
getCharset
in interface ReportServerService
public void init(HttpServletRequest httpServletRequest)
public ServerInfoContainer getServerInfo()
ReportServerService
getServerInfo
in interface ReportServerService