railo.runtime.tag
Class PDFParam

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

public final class PDFParam
extends TagImpl

Required for cfhttp POST operations, cfhttpparam is used to specify the parameters necessary to build a cfhttp POST.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
PDFParam()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setPages(String pages)
           
 void setPassword(String password)
           
 void setSource(Object source)
           
 
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
 

Constructor Detail

PDFParam

public PDFParam()
Method Detail

setPages

public void setPages(String pages)
Parameters:
pages - the pages to set

setPassword

public void setPassword(String password)
Parameters:
password - the password to set

setSource

public void setSource(Object source)
Parameters:
source - the source 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

doEndTag

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

release

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


Copyright © 2012 Railo