public final class Zip extends BodyTagImpl
Constructor and Description |
---|
Zip() |
Modifier and Type | Method and Description |
---|---|
int |
doAfterBody() |
int |
doEndTag() |
void |
doInitBody() |
int |
doStartTag() |
Resource |
getSource() |
void |
hasBody(boolean hasBody)
sets if tag has a body or not
|
void |
release() |
void |
setAction(String action) |
void |
setCharset(String charset) |
void |
setDestination(String strDestination) |
void |
setEntrypath(String entryPath) |
void |
setFile(String file) |
void |
setFilter(Object filter) |
void |
setFilter(String pattern) |
void |
setFilter(UDF filter) |
void |
setFilterdelimiters(String patternDelimiters) |
void |
setName(String name) |
void |
setOverwrite(boolean overwrite) |
void |
setParam(ZipParamAbstr param) |
void |
setPrefix(String prefix) |
void |
setRecurse(boolean recurse) |
void |
setShowdirectory(boolean showDirectory) |
void |
setSource(String strSource) |
void |
setStorepath(boolean storePath) |
void |
setVariable(String variable) |
setBodyContent
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Zip()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BodyTagImpl
public void setCharset(String charset)
charset
- the charset to setpublic void setDestination(String strDestination) throws PageException
strDestination
- the destination to setExpressionException
PageException
public void setEntrypath(String entryPath)
entryPath
- the entryPath to setpublic void setFile(String file)
file
- the file to setExpressionException
public void setFilter(Object filter) throws PageException
filter
- the filter to setPageException
public void setFilter(UDF filter) throws PageException
PageException
public void setFilterdelimiters(String patternDelimiters)
public void setOverwrite(boolean overwrite)
overwrite
- the overwrite to setpublic void setRecurse(boolean recurse)
recurse
- the recurse to setpublic void setShowdirectory(boolean showDirectory)
showDirectory
- the showDirectory to setpublic void setSource(String strSource) throws PageException
strSource
- the source to setPageException
public void setStorepath(boolean storePath)
storePath
- the storePath to setpublic void setVariable(String variable)
variable
- the variable to setpublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public void doInitBody()
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
doInitBody
in class BodyTagImpl
public int doAfterBody()
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class BodyTagImpl
public int doEndTag() throws PageException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
PageException
public void hasBody(boolean hasBody)
hasBody
- public void setParam(ZipParamAbstr param)
Copyright © 2015 Lucee