net.sf.jasperreports.repo
Class DefaultRepositoryService
java.lang.Object
net.sf.jasperreports.repo.DefaultRepositoryService
- All Implemented Interfaces:
- RepositoryService
- Direct Known Subclasses:
- FileRepositoryService
public class DefaultRepositoryService
- extends java.lang.Object
- implements RepositoryService
- Version:
- $Id: DefaultRepositoryService.java 4603 2011-09-13 12:35:32Z lucianc $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRepositoryService
public DefaultRepositoryService()
setContext
public void setContext(RepositoryContext context)
- Description copied from interface:
RepositoryService
- public T createContext();
/**
- Specified by:
setContext
in interface RepositoryService
revertContext
public void revertContext()
- Specified by:
revertContext
in interface RepositoryService
getInputStream
public java.io.InputStream getInputStream(java.lang.String uri)
- Specified by:
getInputStream
in interface RepositoryService
getResource
public Resource getResource(java.lang.String uri)
- Specified by:
getResource
in interface RepositoryService
saveResource
public void saveResource(java.lang.String uri,
Resource resource)
- Specified by:
saveResource
in interface RepositoryService
getResource
public <K extends Resource> K getResource(java.lang.String uri,
java.lang.Class<K> resourceType)
- Specified by:
getResource
in interface RepositoryService
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com