|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.jsf.engine.export.ExporterBase
net.sf.jasperreports.jsf.engine.export.XmlExporter
public final class XmlExporter
Exporter implementation which generates a XML report.
Field Summary | |
---|---|
static String |
ATTR_DTD_LOCATION
The Constant ATTR_DTD_LOCATION. |
static String |
ATTR_IS_EMBEDDING_IMAGES
The Constant ATTR_IS_EMBEDDING_IMAGES. |
static ContentType[] |
CONTENT_TYPES
The MIME type for this exporter. |
Fields inherited from class net.sf.jasperreports.jsf.engine.export.ExporterBase |
---|
ATTR_CHARACTER_ENCODING, ATTR_END_PAGE_INDEX, ATTR_FILTER, ATTR_IGNORE_PAGE_MARGINS, ATTR_OFFSET_X, ATTR_OFFSET_Y, ATTR_PAGE_INDEX, ATTR_START_PAGE_INDEX |
Constructor Summary | |
---|---|
XmlExporter()
|
Method Summary | |
---|---|
protected net.sf.jasperreports.engine.JRExporter |
createJRExporter(javax.faces.context.FacesContext context,
UIReport component)
Creates the jr exporter. |
Collection<ContentType> |
getContentTypes()
Content type of the output generated by this exporter. |
Methods inherited from class net.sf.jasperreports.jsf.engine.export.ExporterBase |
---|
export, setParameterUsingAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ContentType[] CONTENT_TYPES
public static final String ATTR_DTD_LOCATION
public static final String ATTR_IS_EMBEDDING_IMAGES
Constructor Detail |
---|
public XmlExporter()
Method Detail |
---|
public Collection<ContentType> getContentTypes()
Exporter
Exporter.getContentTypes()
protected net.sf.jasperreports.engine.JRExporter createJRExporter(javax.faces.context.FacesContext context, UIReport component)
ExporterBase
createJRExporter
in class ExporterBase
context
- the faces' contextcomponent
- the report component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |