class FwdJasperExtensionRegistry
extends java.lang.Object
implements net.sf.jasperreports.extensions.ExtensionsRegistry
| Modifier and Type | Field and Description |
|---|---|
private static FwdJasperRepositoryService |
repositoryService
Repository service which allows to get Jasper files using FWD infrastructure.
|
| Constructor and Description |
|---|
FwdJasperExtensionRegistry() |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.List<T> |
getExtensions(java.lang.Class<T> aClass)
Returns a list of extension objects for a specific extension type.
|
(package private) static FwdJasperRepositoryService |
getRepositoryService()
Get repository service which allows to get Jasper files using FWD infrastructure.
|
private static final FwdJasperRepositoryService repositoryService
static FwdJasperRepositoryService getRepositoryService()
public <T> java.util.List<T> getExtensions(java.lang.Class<T> aClass)
getExtensions in interface net.sf.jasperreports.extensions.ExtensionsRegistryT - generic extension type.aClass - the extension type.null if there are no extensions of this
type.