org.apache.commons.jelly.tags.sql
Class DateParamTag

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.apache.commons.jelly.tags.sql.DateParamTag
All Implemented Interfaces:
Tag

public class DateParamTag
extends TagSupport

Tag handler for <Param> in JSTL, used to set parameter values for a SQL statement.

Author:
Justyna Horwat

Field Summary
protected  java.lang.String type
           
protected  java.util.Date value
           
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
DateParamTag()
           
 
Method Summary
 void doTag(XMLOutput output)
          Evaluates this tag after all the tags properties have been initialized.
 void setType(java.lang.String type)
           
 void setValue(java.sql.Date value)
           
 
Methods inherited from class org.apache.commons.jelly.TagSupport
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
 

Field Detail

type

protected java.lang.String type

value

protected java.util.Date value
Constructor Detail

DateParamTag

public DateParamTag()
Method Detail

setValue

public void setValue(java.sql.Date value)

setType

public void setType(java.lang.String type)

doTag

public void doTag(XMLOutput output)
           throws java.lang.Exception
Description copied from interface: Tag
Evaluates this tag after all the tags properties have been initialized.


Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.