railo.runtime.tag
Class Zip

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by 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


Field Summary
 
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()
           
 
Method Summary
 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(String filter)
           
 void setName(String name)
           
 void setOverwrite(boolean overwrite)
           
 void setParam(Object 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)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

Zip

public Zip()
Method Detail

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