| Package | Description |
|---|---|
| jet.server.api | |
| jet.server.api.http | |
| jet.server.api.rmi | |
| jet.web.dhtml |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SendFileAuthorizor.isAuthorized(String userID,
String _path,
HttpRptServer httpRptServer)
Deprecated.
Checks if a user has right to access a specific file only by using SendFileServlet.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpRptServer |
HttpUtil.dispatchHttpRptServer(javax.servlet.http.HttpServletRequest request)
Dispatch and return a HttpRptServer object by HttpRequest according dispatch implement algorithm(round-Robin).
|
static HttpRptServer |
HttpUtil.getBindedHttpRptServer(String dispatchId)
Gets the HttpRptServer which binded to the specified dispatchId.
|
static HttpRptServer |
HttpUtil.getHttpRptServer()
Gets the HttpRptServer object created by initEnv(...).
|
static HttpRptServer |
HttpUtil.getHttpRptServer(javax.servlet.http.HttpServletRequest request)
Gets the HttpRptServer object by HTTP Request according RemoteDispatch implement (session-level dispatch).
|
static HttpRptServer |
HttpUtil.getHttpRptServer(javax.servlet.http.HttpServletRequest request,
int clusterMemberId)
If system is cluster-enabled and clusterMemberId is exist in the active cluster nodes, return the node of specified by clusterMemberId,
otherwise return
HttpUtil.getHttpRptServer(HttpServletRequest) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpUtil.bindHttpRptServer(HttpRptServer server,
String dispatchId)
Bind the HttpRptServer to the specified dispatchId.
|
static boolean |
BaseHttpUtil.dirIncludeCatalog(HttpRptServer httpRptServer,
String user,
String path)
Judges if the resource directory includes catalog.
|
static boolean |
BaseHttpUtil.dirIncludeReport(HttpRptServer httpRptServer,
String user,
String path)
Checks if the resource directory includes report.
|
boolean |
SendFileAuthorizor.isAuthorized(String userID,
String _path,
HttpRptServer httpRptServer)
Judges if a user has the right to access a specific file by using SendFileServlet.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRptServer |
RemoteDispatcher.getDispatchedServer(Object obj)
Returns
HttpRptServer instance which is the dispatched request. |
static HttpRptServer |
RemoteReportServerToolkit.getRemoteWrappedAdminServer(String host,
String port)
Deprecated.
|
static HttpRptServer |
RemoteReportServerToolkit.getRemoteWrappedAdminServer(String host,
String port,
String logPath)
Deprecated.
|
static HttpRptServer |
RemoteReportServerToolkit.getRemoteWrappedRptServer(String host,
String port)
Gets remote wrapped JReport Server by a running JReport Server's host and rmi port,
which uses system property "user.dir" as log dir.
|
static HttpRptServer |
RemoteReportServerToolkit.getRemoteWrappedRptServer(String host,
String port,
String logPath)
Gets the remote wrapped JReport Server by a running JReport Server's host and rmi port.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpRptServer |
DHTMLUtil.getHttpRptServer(javax.servlet.http.HttpServletRequest request) |
© insightsoftware. All rights reserved.