com.jrefinery.report.io.ext.factory.datasource
Class URLFilterObjectDescription

java.lang.Object
  |
  +--org.jfree.xml.factory.objects.AbstractObjectDescription
        |
        +--org.jfree.xml.factory.objects.BeanObjectDescription
              |
              +--com.jrefinery.report.io.ext.factory.datasource.URLFilterObjectDescription
All Implemented Interfaces:
java.lang.Cloneable, org.jfree.xml.factory.objects.ObjectDescription

public class URLFilterObjectDescription
extends org.jfree.xml.factory.objects.BeanObjectDescription

An ObjectDescription for the URLFilterClass. This class uses either an given or an preconfigured base url to construct the URL.

Author:
Thomas Morgner

Constructor Summary
URLFilterObjectDescription(java.lang.Class className)
          Creates a new object description.
 
Method Summary
 java.lang.Object createObject()
          Creates an object based on this description.
 
Methods inherited from class org.jfree.xml.factory.objects.BeanObjectDescription
setParameterFromObject
 
Methods inherited from class org.jfree.xml.factory.objects.AbstractObjectDescription
configure, convertPrimitiveClass, getConfig, getDefinedParameterNames, getInstance, getObjectClass, getParameter, getParameterDefinition, getParameterNames, setParameter, setParameterDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLFilterObjectDescription

public URLFilterObjectDescription(java.lang.Class className)
Creates a new object description.

Parameters:
className - the class.
Method Detail

createObject

public java.lang.Object createObject()
Creates an object based on this description.

Specified by:
createObject in interface org.jfree.xml.factory.objects.ObjectDescription
Overrides:
createObject in class org.jfree.xml.factory.objects.BeanObjectDescription
Returns:
The object.