Uses of Interface
org.zkoss.web.util.resource.Filter

Packages that use Filter
org.zkoss.web.util.resource Utilities to access Web resources. 
 

Uses of Filter in org.zkoss.web.util.resource
 

Methods in org.zkoss.web.util.resource that return Filter
 Filter[] ClassWebResource.getFilters(java.lang.String ext, int flag)
          Returns an array of the filters (Filter) of the specified extension, or null if not associated.
 

Methods in org.zkoss.web.util.resource with parameters of type Filter
 void ClassWebResource.addFilter(java.lang.String ext, Filter filter, int flags)
          Adds a filter (Filter) to perform filtering task for the resource of the specified extension.
 boolean ClassWebResource.removeFilter(java.lang.String ext, Filter filter, int flags)
          Removes the filter (Filter) for the specified extension.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo