net.sf.hloader.jelly
Class LoadObjectsTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended bynet.sf.hloader.jelly.LoadObjectsTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class LoadObjectsTag
extends org.apache.commons.jelly.TagSupport

Version:
$Id: LoadObjectsTag.java,v 1.4 2004/08/15 00:37:00 bdargan Exp $
Author:
Brett Dargan

Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
LoadObjectsTag()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
          take jelly body text and load it into hibernate.
 java.lang.String getConfiguration()
           
 void setConfiguration(java.lang.String configuration)
           
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadObjectsTag

public LoadObjectsTag()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
take jelly body text and load it into hibernate.

Parameters:
xmlOutput -
Throws:
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException

getConfiguration

public java.lang.String getConfiguration()

setConfiguration

public void setConfiguration(java.lang.String configuration)
Parameters:
configuration -