Interface JasperScriptletManager
- All Known Implementing Classes:
DefaultJasperScriptletManager, ThreadSafeJasperScriptletManager
public interface JasperScriptletManager
Interface for managers of
JasperScriptlet used in JasperCustomValues.- Version:
- 6.0.1-SNAPSHOT
- Author:
- edwin.njeru
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty key used for selecting thread safe implementation. -
Method Summary
Modifier and TypeMethodDescriptionGetter for theJasperScriptletinstance.voidsetJasperScriptlet(JasperScriptlet jasperScriptlet) Setter for theJasperScriptletinstance.
-
Field Details
-
USE_THREAD_SAFE_SCRIPLET_MANAGER_PROPERTY_KEY
Property key used for selecting thread safe implementation.- See Also:
-
-
Method Details
-
getJasperScriptlet
JasperScriptlet getJasperScriptlet()Getter for theJasperScriptletinstance.- Returns:
- the set
JasperScriptletinstance
-
setJasperScriptlet
Setter for theJasperScriptletinstance.- Parameters:
jasperScriptlet- theJasperScriptletinstance to set
-