org.webframe.support.driver.resource.filter
Class AbstractResourceFilter
java.lang.Object
org.webframe.support.driver.resource.filter.AbstractResourceFilter
- All Implemented Interfaces:
- ResourceFilter
- Direct Known Subclasses:
- JarResourceFilter
public abstract class AbstractResourceFilter
- extends Object
- implements ResourceFilter
Spring Resource 过滤器
- Version:
- $Id: codetemplates.xml,v 1.1 2009/09/07 08:48:12 Exp $ Create: 2011-12-31 上午09:23:53
- Author:
- 黄国庆
|
Method Summary |
org.springframework.core.io.Resource[] |
filter(List<org.springframework.core.io.Resource> resources)
过滤Resource集合 |
org.springframework.core.io.Resource[] |
filter(org.springframework.core.io.Resource[] resources)
过滤Resource集合 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResourceFilter
public AbstractResourceFilter()
filter
public org.springframework.core.io.Resource[] filter(org.springframework.core.io.Resource[] resources)
- Description copied from interface:
ResourceFilter
- 过滤Resource集合
- Specified by:
filter in interface ResourceFilter
- Returns:
- 过滤后的结果集
filter
public org.springframework.core.io.Resource[] filter(List<org.springframework.core.io.Resource> resources)
- Description copied from interface:
ResourceFilter
- 过滤Resource集合
- Specified by:
filter in interface ResourceFilter
- Returns:
- 过滤后的结果集
Copyright © 2012. All Rights Reserved.