railo.runtime.tag
Class Image
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Image
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class Image
- extends TagImpl
Lets you resize and add labels to GIF and JPEG format images.
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Image()
|
Image
public Image()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
setAction
public void setAction(String strAction)
throws ApplicationException
- Parameters:
action
- the action to set
- Throws:
ApplicationException
setBase64
public void setBase64(boolean base64)
- Parameters:
base64
- the base64 to set
setAngle
public void setAngle(double angle)
- Parameters:
angle
- the angle to set
setColor
public void setColor(String strColor)
throws ExpressionException
- Parameters:
color
- the color to set
- Throws:
ExpressionException
setDestination
public void setDestination(String destination)
- Parameters:
destination
- the destination to set
setDifficulty
public void setDifficulty(String strDifficulty)
throws ApplicationException
- Parameters:
difficulty
- the difficulty to set
- Throws:
ApplicationException
setFonts
public void setFonts(String fontList)
throws PageException
- Parameters:
fonts
- the fonts to set
- Throws:
PageException
setPassthrough
public void setPassthrough(String passthrough)
- Parameters:
passthrough
- the passthrough to set
setFontsize
public void setFontsize(double fontsize)
- Parameters:
fontsize
- the fontsize to set
setFormat
public void setFormat(String format)
throws ApplicationException
- Parameters:
format
- the format to set
- Throws:
ApplicationException
setHeight
public void setHeight(String height)
- Parameters:
height
- the height to set
setWidth
public void setWidth(String width)
- Parameters:
width
- the width to set
setIsbase64
public void setIsbase64(boolean isbase64)
- Parameters:
isbase64
- the isbase64 to set
setName
public void setName(String name)
- Parameters:
name
- the name to set
setOverwrite
public void setOverwrite(boolean overwrite)
- Parameters:
overwrite
- the overwrite to set
setQuality
public void setQuality(double quality)
throws ApplicationException
- Parameters:
quality
- the quality to set
- Throws:
ApplicationException
setSource
public void setSource(Object source)
- Parameters:
source
- the source to set
- Throws:
PageException
setStructname
public void setStructname(String structName)
- Parameters:
structName
- the structName to set
setResult
public void setResult(String structName)
- Parameters:
structName
- the structName to set
setText
public void setText(String text)
- Parameters:
text
- the text to set
setThickness
public void setThickness(double thickness)
- Parameters:
thickness
- the thickness to set
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
javax.servlet.jsp.JspException
Copyright © 2012 Railo