Package net.sf.jasperreports.engine.xml
Class JRSubreportReturnValueFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.engine.xml.JRSubreportReturnValueFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class JRSubreportReturnValueFactory extends JRBaseFactory
Factory class forJRSubreportReturnValuecreation.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRSubreportReturnValueFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes atts)Creates an object from a subreport copied value XML element.-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Method Detail
-
createObject
public java.lang.Object createObject(org.xml.sax.Attributes atts)
Creates an object from a subreport copied value XML element.- Parameters:
atts- the element attributes- Returns:
- a
JRDesignSubreportReturnValueobject
-
-