|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpRptServer
HttpRptServer
is an extended interface of RptServer
for HTTP protocol.
Use this interface when you want to embed calls to JReport Server inside a web application as part of
your JSP pages. Use RptServer directly when you want to call Rpt Server directly from a Java application
and not from JSP.
Method Summary | |
---|---|
HttpUserSessionManager |
getHttpUserSessionManager()
Gets the HttpUserSessionManager object associated with this HttpRptServer. |
void |
setHttpUserSessionManager(HttpUserSessionManager hssnMan)
Sets HttpUserSessionManager . |
Method Detail |
---|
HttpUserSessionManager getHttpUserSessionManager()
HttpUserSessionManager
object associated with this HttpRptServer.
HttpUserSessionManager
void setHttpUserSessionManager(HttpUserSessionManager hssnMan)
HttpUserSessionManager
.
hssnMan
- the HttpUserSessionManager.HttpUserSessionManager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |