public class DefaultImageProvider extends Object implements ImageProvider, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
DefaultImageProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getImage(String path) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
boolean |
support(String path) |
public InputStream getImage(String path)
getImage 在接口中 ImageProviderpublic boolean support(String path)
support 在接口中 ImageProviderpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2018 Bstek. All rights reserved.