|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.davisor.graphics.chart.ChartXMLDataBufferFactory
ChartXMLDataBufferFactory is a content and document handler factory
that produces and configures new ChartXMLDocumentHandler
instances. These document handlers can read Chart XML data
documents, and create corresponding ChartXMLDataBuffer
instances from them.
ChartXMLDocumentHandler,
ChartXMLDataBuffer| Field Summary | |
protected java.net.URL |
context
Factory URL context for ChartXMLDataBuffers. |
protected java.util.Map |
pageAttributesMap
holder for objects from the jsp page context |
| Constructor Summary | |
ChartXMLDataBufferFactory()
Constructs a new ChartXMLDataBufferFactory without any spesific URL context. |
|
ChartXMLDataBufferFactory(java.net.URL context)
Constructs a new ChartXMLDataBufferFactory with a spesific URL context. |
|
| Method Summary | |
org.xml.sax.ContentHandler |
createContentHandler()
Creates a new ChartXMLDataBuffer instance with current factory
URL context. |
org.xml.sax.DocumentHandler |
createDocumentHandler()
Creates a new ChartXMLDataBuffer instance with current factory
URL context. |
java.net.URL |
getURLContext()
Gets the current factory URL context. |
void |
setAttributesMap(java.util.Map attributesMap)
Way to pass objects from the jsp page context to the data sources |
void |
setURLContext(java.net.URL context)
Sets the URL context for this factory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.net.URL context
protected java.util.Map pageAttributesMap
| Constructor Detail |
public ChartXMLDataBufferFactory()
setURLContext(java.net.URL)public ChartXMLDataBufferFactory(java.net.URL context)
context - URL context for ChartXMLDocumentHandlers created
by this factory (may be null)setURLContext(java.net.URL)| Method Detail |
public void setAttributesMap(java.util.Map attributesMap)
attributesMap - attribute name -> object mapppingpublic org.xml.sax.ContentHandler createContentHandler()
ChartXMLDataBuffer instance with current factory
URL context.
createContentHandler in interface com.davisor.xml.sax.DocumentHandlerFactoryChartXMLDataBuffer.ChartXMLDataBuffer(URL)public org.xml.sax.DocumentHandler createDocumentHandler()
ChartXMLDataBuffer instance with current factory
URL context.
createDocumentHandler in interface com.davisor.xml.sax.DocumentHandlerFactoryChartXMLDataBuffer.ChartXMLDataBuffer(URL)public java.net.URL getURLContext()
setURLContext(java.net.URL)public void setURLContext(java.net.URL context)
context - URL context for ChartXMLDocumentHandlers created
by this factory (may be null)getURLContext()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||