net.sf.jameleon.sql
Class SqlParamTag
java.lang.Object
org.apache.commons.jelly.TagSupport
net.sf.jameleon.ParamTag
net.sf.jameleon.sql.SqlParamTag
- All Implemented Interfaces:
- Tag
public class SqlParamTag
- extends ParamTag
Used to set binding parameter to the parent sql-update tag.
An example might be:
Tag Name: <sql-param>
Method Summary |
protected void |
validate()
Used to validate everything is set up correctly. |
Methods inherited from class net.sf.jameleon.ParamTag |
addParamValue, doTag, getFromVariable, getName, getParamName, getParamType, getParamValues, getValue, setFromVariable, setParamName, setParamType, setParamValue |
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlParamTag
public SqlParamTag()
validate
protected void validate()
throws MissingAttributeException,
JellyTagException
- Used to validate everything is set up correctly.
- Overrides:
validate
in class ParamTag
- Throws:
MissingAttributeException
- - When a required attribute isn't set.
JellyTagException
- - When this tag is used out of context.
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.