Package net.sf.jasperreports.engine
Interface JasperReportsContext
- All Known Implementing Classes:
DefaultJasperReportsContext
,LocalJasperReportsContext
,SimpleJasperReportsContext
public interface JasperReportsContext
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescription<T> List
<T> getExtensions
(Class<T> extensionType) Returns a list of extension objects for a specific extension type.default String
getOwnProperty
(String key) getOwnValue
(String key) getProperty
(String key) Returns the value of the property.void
removeProperty
(String key) void
setProperty
(String key, String value) void
-
Method Details
-
getValue
-
getOwnValue
-
setValue
-
getExtensions
Returns a list of extension objects for a specific extension type.- Type Parameters:
T
- generic extension type- Parameters:
extensionType
- the extension type- Returns:
- a list of extension objects
-
getProperty
Returns the value of the property.- Parameters:
key
- the key- Returns:
- the property value
-
getOwnProperty
-
setProperty
-
removeProperty
-
getProperties
-