railo.runtime.tag
Class ProcParam

java.lang.Object
  extended by railo.runtime.ext.tag.TagSupport
      extended by railo.runtime.tag.ProcParam
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class ProcParam
extends TagSupport


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ProcParam()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setCfsqltype(String cfsqltype)
           
 void setDbvarname(String dbvarname)
           
 void setMaxlength(double maxLength)
           
 void setNull(boolean _null)
           
 void setScale(double scale)
           
 void setType(String type)
           
 void setValue(Object value)
           
 void setVariable(String variable)
           
 
Methods inherited from class railo.runtime.ext.tag.TagSupport
doEndTag, getParent, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcParam

public ProcParam()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagSupport
See Also:
Tag.release()

setCfsqltype

public void setCfsqltype(String cfsqltype)
                  throws DatabaseException
Parameters:
cfsqltype - The cfsqltype to set.
Throws:
DatabaseException

setNull

public void setNull(boolean _null)
Parameters:
ignoreNull - The ignoreNull to set.

setMaxlength

public void setMaxlength(double maxLength)
Parameters:
maxLength - The maxLength to set.

setScale

public void setScale(double scale)
Parameters:
scale - The scale to set.

setType

public void setType(String type)
             throws ApplicationException
Parameters:
type - The type to set.
Throws:
ApplicationException

setValue

public void setValue(Object value)
Parameters:
value - The value to set.

setVariable

public void setVariable(String variable)
Parameters:
variable - The variable to set.

setDbvarname

public void setDbvarname(String dbvarname)

doStartTag

public int doStartTag()
               throws ApplicationException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagSupport
Throws:
ApplicationException
See Also:
Tag.doStartTag()


Copyright © 2012 Railo