railo.runtime.tag
Class ZipParamSource

java.lang.Object
  extended by railo.runtime.tag.ZipParamSource

public class ZipParamSource
extends Object


Constructor Summary
ZipParamSource(Resource source, String entryPath, WildcardPatternFilter filter, String prefix, boolean recurse)
           
 
Method Summary
 String getEntryPath()
           
 WildcardPatternFilter getFilter()
           
 String getPrefix()
           
 Resource getSource()
           
 boolean isRecurse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipParamSource

public ZipParamSource(Resource source,
                      String entryPath,
                      WildcardPatternFilter filter,
                      String prefix,
                      boolean recurse)
Method Detail

getSource

public Resource getSource()
Returns:
the source

getEntryPath

public String getEntryPath()
Returns:
the entryPath

getFilter

public WildcardPatternFilter getFilter()
Returns:
the filter

getPrefix

public String getPrefix()
Returns:
the prefix

isRecurse

public boolean isRecurse()
Returns:
the recurse


Copyright © 2012 Railo