railo.runtime.tag
Class ZipParam

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.ZipParam
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class ZipParam
extends TagImpl


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ZipParam()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void required(String combi, String name, Object value)
           
 void setCharset(String charset)
           
 void setContent(Object content)
           
 void setEntrypath(String entryPath)
           
 void setFilter(String filter)
           
 void setPrefix(String prefix)
           
 void setRecurse(boolean recurse)
           
 void setSource(String strSource)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipParam

public ZipParam()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagImpl

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

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


Copyright © 2012 Railo