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
Deprecated. To be removed.
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRExpressionFactory.ArbitraryExpressionFactory
public JRExpressionFactory.ArbitraryExpressionFactory()
- Deprecated.
JRExpressionFactory.ArbitraryExpressionFactory
public JRExpressionFactory.ArbitraryExpressionFactory(String defaultValueClass)
- Deprecated.
JRExpressionFactory.ArbitraryExpressionFactory
public JRExpressionFactory.ArbitraryExpressionFactory(Class<?> defaultValueClass)
- Deprecated.
createObject
public Object createObject(Attributes attrs)
- Deprecated.
Copyright © 2012. All Rights Reserved.