org.apache.commons.jelly.tags.swing
Class ConstraintTag.ConstantFactory

java.lang.Object
  extended byorg.apache.commons.jelly.tags.swing.ConstraintTag.ConstantFactory
All Implemented Interfaces:
Factory, org.apache.commons.jelly.impl.TagFactory
Enclosing class:
ConstraintTag

public static class ConstraintTag.ConstantFactory
extends java.lang.Object
implements org.apache.commons.jelly.impl.TagFactory, Factory


Field Summary
private  java.lang.Object constant
           
 
Constructor Summary
ConstraintTag.ConstantFactory(java.lang.Object c)
           
 
Method Summary
 org.apache.commons.jelly.Tag createTag(java.lang.String name, org.xml.sax.Attributes attributes)
           
 java.lang.Object newInstance()
          Create a new component instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constant

private java.lang.Object constant
Constructor Detail

ConstraintTag.ConstantFactory

public ConstraintTag.ConstantFactory(java.lang.Object c)
Method Detail

newInstance

public java.lang.Object newInstance()
Description copied from interface: Factory
Create a new component instance

Specified by:
newInstance in interface Factory

createTag

public org.apache.commons.jelly.Tag createTag(java.lang.String name,
                                              org.xml.sax.Attributes attributes)
                                       throws org.apache.commons.jelly.JellyException
Specified by:
createTag in interface org.apache.commons.jelly.impl.TagFactory
Throws:
org.apache.commons.jelly.JellyException