net.sf.jasperreports.engine.xml
Class JRExpressionFactory.ArbitraryExpressionFactory
java.lang.Object
net.sf.jasperreports.engine.xml.JRBaseFactory
net.sf.jasperreports.engine.xml.JRExpressionFactory.ArbitraryExpressionFactory
- All Implemented Interfaces:
- org.apache.commons.digester.ObjectCreationFactory
- Enclosing class:
- JRExpressionFactory
public static class JRExpressionFactory.ArbitraryExpressionFactory
- extends JRBaseFactory
A JRExpressionFactory that uses an attribute named
class to determine the expression value class.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
|
Method Summary |
java.lang.Object |
createObject(org.xml.sax.Attributes attrs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRExpressionFactory.ArbitraryExpressionFactory
public JRExpressionFactory.ArbitraryExpressionFactory()
JRExpressionFactory.ArbitraryExpressionFactory
public JRExpressionFactory.ArbitraryExpressionFactory(java.lang.String defaultValueClass)
JRExpressionFactory.ArbitraryExpressionFactory
public JRExpressionFactory.ArbitraryExpressionFactory(java.lang.Class defaultValueClass)
createObject
public java.lang.Object createObject(org.xml.sax.Attributes attrs)
Copyright © 2010. All Rights Reserved.