railo.runtime.tag
Class Report

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by railo.runtime.tag.Report
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public final class Report
extends BodyTagImpl

Runs a predefined Crystal Reports report.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Report()
          constructor for the tag class
 
Method Summary
 void addReportParam(ReportParamBean param)
           
 int doAfterBody()
           
 int doEndTag()
           
 void doInitBody()
           
 int doStartTag()
           
 void release()
           
 void setFormula(String formula)
          set the value formula Specifies one or more named formulas.
 void setOrderby(String orderby)
          set the value orderby Orders results according to your specifications.
 void setPassword(String password)
          set the value password
 void setReport(String report)
          set the value report
 void setUsername(String username)
          set the value username
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

Report

public Report()
       throws TagNotSupported
constructor for the tag class

Throws:
TagNotSupported
Method Detail

setPassword

public void setPassword(String password)
set the value password

Parameters:
password - value to set

setOrderby

public void setOrderby(String orderby)
set the value orderby Orders results according to your specifications.

Parameters:
orderby - value to set

setReport

public void setReport(String report)
set the value report

Parameters:
report - value to set

setUsername

public void setUsername(String username)
set the value username

Parameters:
username - value to set

setFormula

public void setFormula(String formula)
set the value formula Specifies one or more named formulas. Terminate each formula specification with a semicolon.

Parameters:
formula - value to set

doStartTag

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

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagImpl
See Also:
Tag.doEndTag()

doInitBody

public void doInitBody()
Specified by:
doInitBody in interface javax.servlet.jsp.tagext.BodyTag
Overrides:
doInitBody in class BodyTagImpl
See Also:
BodyTag.doInitBody()

doAfterBody

public int doAfterBody()
Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class BodyTagImpl
See Also:
IterationTag.doAfterBody()

release

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

addReportParam

public void addReportParam(ReportParamBean param)


Copyright © 2012 Railo