|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Resource
org.apache.wicket.markup.html.WebResource
org.apache.wicket.markup.html.DynamicWebResource
org.wicketstuff.jasperreports.JRResource
org.wicketstuff.jasperreports.JRConcreteResource<H>
public class JRConcreteResource<H extends IJRResourceHandler>
A concrete implementation of a JRResource that delegates the common methods to a handler
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.markup.html.DynamicWebResource |
|---|
org.apache.wicket.markup.html.DynamicWebResource.ResourceState |
| Field Summary |
|---|
| Fields inherited from interface org.apache.wicket.IResourceListener |
|---|
INTERFACE |
| Constructor Summary | |
|---|---|
JRConcreteResource(java.io.File report,
H handler)
Constructor for JRConcreteResource |
|
JRConcreteResource(H handler)
Constructor for JRConcreteResource |
|
JRConcreteResource(IJasperReportFactory factory,
H handler)
Constructor for JRConcreteResource |
|
JRConcreteResource(java.io.InputStream report,
H handler)
Constructor for JRConcreteResource |
|
JRConcreteResource(java.net.URL report,
H handler)
Constructor for JRConcreteResource |
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
|
java.lang.String |
getExtension()
Returns the extension for the resource's file. |
H |
getHandler()
|
net.sf.jasperreports.engine.JRAbstractExporter |
newExporter()
Called by getData to obtain an exporter instance. |
void |
setHandler(H handler)
|
| Methods inherited from class org.wicketstuff.jasperreports.JRResource |
|---|
getConnectionProvider, getFileName, getJasperReport, getReportDataSource, getReportParameters, getResourceState, newJasperPrint, setConnectionProvider, setFileName, setHeaders, setJasperReport, setReportDataSource, setReportParameters |
| Methods inherited from class org.apache.wicket.markup.html.DynamicWebResource |
|---|
getLocale, getResourceStream |
| Methods inherited from class org.apache.wicket.markup.html.WebResource |
|---|
configureResponse, getCacheDuration |
| Methods inherited from class org.apache.wicket.Resource |
|---|
getParameters, invalidate, isCacheable, onResourceRequested, setCacheable, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRConcreteResource(H handler)
handler -
public JRConcreteResource(java.io.InputStream report,
H handler)
report - handler -
public JRConcreteResource(java.net.URL report,
H handler)
report - handler -
public JRConcreteResource(java.io.File report,
H handler)
report - handler -
public JRConcreteResource(IJasperReportFactory factory,
H handler)
factory - handler - | Method Detail |
|---|
public final java.lang.String getContentType()
getContentType in class JRResourceJRResource.getContentType()public final java.lang.String getExtension()
JRResource
getExtension in class JRResourceJRResource.getExtension()public final net.sf.jasperreports.engine.JRAbstractExporter newExporter()
JRResource
newExporter in class JRResourceJRResource.newExporter()public final H getHandler()
public final void setHandler(H handler)
handler - The handler to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||