public class MasterJrxmlContentProvider extends VirtualContentProviderImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VIRTUAL_NAME |
| Constructor and Description |
|---|
MasterJrxmlContentProvider(SecurityService securityService,
JasperUtilsService jasperReportsService,
ReportService reportService) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(VFSLocation location) |
boolean |
enhanceNonVirtual(VFSLocation location) |
java.lang.String |
getName() |
java.lang.Object |
getObjectFor(VFSLocation vfsLocation) |
void |
writeIntoLocation(VFSLocation vfsLocation,
byte[] uploadData) |
canWriteIntoLocation, consumes, consumes, create, exists, getContent, getContentType, getLastModified, getLocation, getLocationInfo, getSize, hasContent, isFolder, isLocationDeletable, prettyPrint, setContent, translatePathWaypublic static final java.lang.String VIRTUAL_NAME
public MasterJrxmlContentProvider(SecurityService securityService, JasperUtilsService jasperReportsService, ReportService reportService)
public java.lang.String getName()
public boolean enhanceNonVirtual(VFSLocation location) throws VFSException
VFSExceptionpublic void delete(VFSLocation location) throws VFSException
delete in interface VirtualContentProviderHookdelete in class VirtualContentProviderImplVFSExceptionpublic void writeIntoLocation(VFSLocation vfsLocation, byte[] uploadData) throws VFSException
writeIntoLocation in interface VirtualContentProviderHookwriteIntoLocation in class VirtualContentProviderImplVFSExceptionpublic java.lang.Object getObjectFor(VFSLocation vfsLocation) throws VFSException
getObjectFor in interface VirtualContentProviderHookgetObjectFor in class VirtualContentProviderImplVFSException