|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.server.Chart
com.softwarefx.chartfx.server.ChartServer
public class ChartServer
Provides access to the Chart object under the application server context.
This class, which extends Chart
, is used to create charts in servlets and JSP pages. The servlet Context, Request and Response objects are necessary to properly interact with the application server.
For more details, see Chart
.
Field Summary |
---|
Fields inherited from class com.softwarefx.chartfx.server.Chart |
---|
HIDDEN |
Constructor Summary | |
---|---|
ChartServer()
|
|
ChartServer(PageContext context,
HttpServletRequest request,
HttpServletResponse response)
|
|
ChartServer(ServletContext context,
HttpServletRequest request,
HttpServletResponse response)
|
Method Summary | |
---|---|
void |
addUserCallbackListener(com.softwarefx.chartfx.server.UserCallbackListener value)
Adds a UserCallbackListener to the listener list. |
String |
getID()
Error: Member ChartServer.ID member not found |
void |
setCulture(Locale value)
Error: Member ChartServer.Culture member not found |
void |
setID(String id)
Error: Member ChartServer.ID member not found |
void |
setWebContainer(PageContext context,
HttpServletRequest request,
HttpServletResponse response)
Sets the web environment to the ChartServer object. |
void |
setWebContainer(ServletContext context,
HttpServletRequest request,
HttpServletResponse response)
Sets the web environment to the ChartServer object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartServer()
public ChartServer(ServletContext context, HttpServletRequest request, HttpServletResponse response)
public ChartServer(PageContext context, HttpServletRequest request, HttpServletResponse response)
Method Detail |
---|
public void addUserCallbackListener(com.softwarefx.chartfx.server.UserCallbackListener value)
Adds a UserCallbackListener to the listener list.
value
- The UserCallbackListener to be added.public String getID()
Error: Member ChartServer.ID member not found
ERROR: Doc member not found
public void setCulture(Locale value)
Error: Member ChartServer.Culture member not found
ERROR: Doc member not found
setCulture
in class Chart
ValueFormat.setCulture(java.util.Locale)
,
Chart.setMessageText(java.lang.String, java.lang.String)
,
ValueFormat
public void setID(String id)
Error: Member ChartServer.ID member not found
ERROR: Doc member not found
public void setWebContainer(ServletContext context, HttpServletRequest request, HttpServletResponse response)
Sets the web environment to the ChartServer object.
This method is used to load the web application PageContext, Request and Response to the ChartServer object, when the empty constructor is used.
context
- The PageContex or ServletContext object.request
- The HTTP request object.response
- The HTTP response object.public void setWebContainer(PageContext context, HttpServletRequest request, HttpServletResponse response)
Sets the web environment to the ChartServer object.
This method is used to load the web application PageContext, Request and Response to the ChartServer object, when the empty constructor is used.
context
- The PageContex or ServletContext object.request
- The HTTP request object.response
- The HTTP response object.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |