railo.runtime.tag
Class Zip
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.Zip
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public final class Zip
- 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 |
Zip()
|
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
Zip
public Zip()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BodyTagImpl
- See Also:
Tag.release()
setAction
public void setAction(String action)
- Parameters:
action
- the action to set
setCharset
public void setCharset(String charset)
- Parameters:
charset
- the charset to set
setDestination
public void setDestination(String strDestination)
throws PageException
- Parameters:
destination
- the destination to set
- Throws:
ExpressionException
PageException
setEntrypath
public void setEntrypath(String entryPath)
- Parameters:
entryPath
- the entryPath to set
setFile
public void setFile(String file)
- Parameters:
file
- the file to set
- Throws:
ExpressionException
setFilter
public void setFilter(String filter)
throws PageException
- Parameters:
filter
- the filter to set
- Throws:
PageException
setName
public void setName(String name)
- Parameters:
name
- the name to set
setOverwrite
public void setOverwrite(boolean overwrite)
- Parameters:
overwrite
- the overwrite to set
setPrefix
public void setPrefix(String prefix)
- Parameters:
prefix
- the prefix to set
setRecurse
public void setRecurse(boolean recurse)
- Parameters:
recurse
- the recurse to set
setShowdirectory
public void setShowdirectory(boolean showDirectory)
- Parameters:
showDirectory
- the showDirectory to set
setSource
public void setSource(String strSource)
throws PageException
- Parameters:
source
- the source to set
- Throws:
PageException
setStorepath
public void setStorepath(boolean storePath)
- Parameters:
storePath
- the storePath to set
setVariable
public void setVariable(String variable)
- Parameters:
variable
- the variable to set
doStartTag
public int doStartTag()
throws PageException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
PageException
- See Also:
Tag.doStartTag()
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()
doEndTag
public int doEndTag()
throws PageException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- Throws:
PageException
- See Also:
Tag.doEndTag()
hasBody
public void hasBody(boolean hasBody)
- sets if tag has a body or not
- Parameters:
hasBody
-
setParam
public void setParam(Object param)
getSource
public Resource getSource()
- Returns:
- the source
Copyright © 2012 Railo