railo.runtime.tag
Class PDF
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.PDF
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public class PDF
- extends BodyTagImpl
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 |
PDF()
|
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
PDF
public PDF()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BodyTagImpl
setImageprefix
public void setImageprefix(String imagePrefix)
- Parameters:
imagePrefix
- the imagePrefix to set
setAction
public void setAction(String strAction)
throws ApplicationException
- Parameters:
action
- the action to set
- Throws:
ApplicationException
setType
public void setType(String strType)
throws ApplicationException
- Throws:
ApplicationException
setFilter
public void setFilter(String pattern)
throws PageException
- sets a filter pattern
- Parameters:
pattern
-
- Throws:
PageException
setAscending
public void setAscending(boolean ascending)
- Parameters:
ascending
- the ascending to set
setCopyfrom
public void setCopyfrom(Object copyFrom)
throws ExpressionException
- Parameters:
copyFrom
- the copyFrom to set
- Throws:
ExpressionException
setDdxfile
public void setDdxfile(String ddxFile)
- Parameters:
ddxFile
- the ddxFile to set
setDestination
public void setDestination(String destination)
- Parameters:
destination
- the destination to set
setDirectory
public void setDirectory(String directory)
throws ExpressionException
- Parameters:
directory
- the directory to set
- Throws:
ExpressionException
setEncrypt
public void setEncrypt(String strEncrypt)
throws ApplicationException
- Parameters:
encrypt
- the encrypt to set
- Throws:
ApplicationException
setFlatten
public void setFlatten(boolean flatten)
- Parameters:
flatten
- the flatten to set
setForeground
public void setForeground(boolean foreground)
- Parameters:
foreground
- the foreground to set
setFormat
public void setFormat(String strFormat)
throws ApplicationException
- Parameters:
format
- the format to set
- Throws:
ApplicationException
setImage
public void setImage(Object image)
- Parameters:
image
- the image to set
setPrefix
public void setPrefix(String prefix)
- Parameters:
prefix
- the prefix to set
setInfo
public void setInfo(Struct info)
- Parameters:
info
- the info to set
setInputfiles
public void setInputfiles(Struct inputFiles)
- Parameters:
inputFiles
- the inputFiles to set
setOutputfiles
public void setOutputfiles(Struct outputFiles)
- Parameters:
outputFiles
- the outputFiles to set
setIsbase64
public void setIsbase64(boolean isBase64)
- Parameters:
isBase64
- the isBase64 to set
setKeepbookmark
public void setKeepbookmark(boolean keepBookmark)
- Parameters:
keepBookmark
- the keepBookmark to set
setName
public void setName(String name)
- Parameters:
name
- the name to set
setNewownerpassword
public void setNewownerpassword(String newOwnerPassword)
- Parameters:
newOwnerPassword
- the newOwnerPassword to set
setNewuserpassword
public void setNewuserpassword(String newUserPassword)
- Parameters:
newUserPassword
- the newUserPassword to set
setOpacity
public void setOpacity(double opacity)
throws ApplicationException
- Parameters:
opacity
- the opacity to set
- Throws:
ApplicationException
setOrder
public void setOrder(String strOrder)
throws ApplicationException
- Parameters:
order
- the order to set
- Throws:
ApplicationException
setOverwrite
public void setOverwrite(boolean overwrite)
- Parameters:
overwrite
- the overwrite to set
setPages
public void setPages(String pages)
- Parameters:
pages
- the pages to set
setPassword
public void setPassword(String password)
- Parameters:
password
- the password to set
setPermissions
public void setPermissions(String strPermissions)
throws PageException
- Parameters:
permissions
- the permissions to set
- Throws:
PageException
setPosition
public void setPosition(String position)
- Parameters:
position
- the position to set
setResolution
public void setResolution(String strResolution)
throws ApplicationException
- Parameters:
resolution
- the resolution to set
- Throws:
ApplicationException
setRotation
public void setRotation(double rotation)
- Parameters:
rotation
- the rotation to set
setSaveoption
public void setSaveoption(String strSaveOption)
throws ApplicationException
- Parameters:
saveOption
- the saveOption to set
- Throws:
ApplicationException
setScale
public void setScale(double scale)
throws ApplicationException
- Parameters:
scale
- the scale to set
- Throws:
ApplicationException
setShowonprint
public void setShowonprint(boolean showOnPrint)
- Parameters:
showOnPrint
- the showOnPrint to set
setSource
public void setSource(Object source)
- Parameters:
source
- the source to set
setStoponerror
public void setStoponerror(boolean stopOnError)
- Parameters:
stopOnError
- the stopOnError to set
setTransparent
public void setTransparent(boolean transparent)
- Parameters:
transparent
- the transparent to set
setVersion
public void setVersion(double version)
throws ApplicationException
- Parameters:
version
- the version to set
- Throws:
ApplicationException
doStartTag
public int doStartTag()
throws PageException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
PageException
doInitBody
public void doInitBody()
- Specified by:
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
- Overrides:
doInitBody
in class BodyTagImpl
doAfterBody
public int doAfterBody()
- Specified by:
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
- Overrides:
doAfterBody
in class BodyTagImpl
doEndTag
public int doEndTag()
throws PageException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- Throws:
PageException
Copyright © 2012 Railo