railo.runtime.tag
Class ReportParam

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

public final class ReportParam
extends TagImpl


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ReportParam()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setName(String name)
           
 void setValue(Object value)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportParam

public ReportParam()
            throws TagNotSupported
Throws:
TagNotSupported
Method Detail

release

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

setName

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

setValue

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

doStartTag

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


Copyright © 2012 Railo