railo.runtime.tag
Class ProcResult

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

public class ProcResult
extends TagSupport


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ProcResult()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setMaxrows(double maxrows)
           
 void setName(String name)
           
 void setResultset(double resultset)
           
 
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

ProcResult

public ProcResult()
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()

setMaxrows

public void setMaxrows(double maxrows)
Parameters:
maxrows - The maxrows to set.

setName

public void setName(String name)
Parameters:
name - The name to set.

setResultset

public void setResultset(double resultset)
                  throws ApplicationException
Parameters:
resultset - The resultset to set.
Throws:
ApplicationException

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