railo.runtime.tag
Class ZipParam
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.ZipParam
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class ZipParam
- extends TagImpl
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
ZipParam
public ZipParam()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
setCharset
public void setCharset(String charset)
- Parameters:
charset
- the charset to set
setContent
public void setContent(Object content)
- Parameters:
content
- the content to set
setEntrypath
public void setEntrypath(String entryPath)
- Parameters:
entryPath
- the entryPath to set
setFilter
public void setFilter(String filter)
- Parameters:
filter
- the filter to set
setPrefix
public void setPrefix(String prefix)
- Parameters:
prefix
- the prefix to set
setSource
public void setSource(String strSource)
throws PageException
- Parameters:
strSource
- the source to set
- Throws:
PageException
setRecurse
public void setRecurse(boolean recurse)
- Parameters:
recurse
- the recurse 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()
required
public void required(String combi,
String name,
Object value)
throws ApplicationException
- Overrides:
required
in class TagImpl
- Throws:
ApplicationException
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- See Also:
Tag.doEndTag()
Copyright © 2012 Railo