ChartDirector 7.0 (Java Edition)
DrawArea.
Usage
Description
http://aaa.bbb.ccc.ddd/myWebApp/mydir/imagefile.gif
Arguments
Argument | Default | Description |
---|---|---|
context | (Mandatory) | The ServletContext used to resolve absolute paths. This object is usually obtained by using "getServletConfig().getServletContext()" in the Servlet. |
request | null | The ServletRequest used to resolve relative paths. In JSP, this is the predefined variable "request". In a servlet, this object is available as the parameter passed in from the doGet or doPost method. null means all paths (relative or absolute) will be resolved using the ServletContext. |
path | null | The search path to use. Multiple directories are supported by separating them with semicolons. |
Return Value