railo.runtime.tag
Class PDFParam
java.lang.Object
railo.runtime.ext.tag.TagImpl
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.
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
PDFParam
public PDFParam()
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
- 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()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
Copyright © 2012 Railo