| java.lang.Object | |
| ↳ | org.jfree.chart.servlet.ChartDeleter |
Used for deleting charts from the temporary directory when the users session expires.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Blank constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a chart to be deleted when the session expires
| |||||||||||
Checks to see if a chart is in the list of charts to be deleted
| |||||||||||
Binding this object to the session has no additional effects.
| |||||||||||
When this object is unbound from the session (including upon session
expiry) the files that have been added to the ArrayList are iterated
and deleted.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Blank constructor.
Add a chart to be deleted when the session expires
| filename | the name of the chart in the temporary directory to be deleted. |
|---|
Checks to see if a chart is in the list of charts to be deleted
| filename | the name of the chart in the temporary directory. |
|---|
Binding this object to the session has no additional effects.
| event | the session bind event. |
|---|
When this object is unbound from the session (including upon session expiry) the files that have been added to the ArrayList are iterated and deleted.
| event | the session unbind event. |
|---|