public class FileSeekingFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.core.io.Resource[]>
| Constructor and Description |
|---|
FileSeekingFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource[] |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setAdditionalResources(org.springframework.core.io.Resource[] additionalResources) |
void |
setSessionSourceKey(String sessionSourceKey) |
public void setSessionSourceKey(String sessionSourceKey)
public void setAdditionalResources(org.springframework.core.io.Resource[] additionalResources)
public org.springframework.core.io.Resource[] getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.io.Resource[]>public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.io.Resource[]>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.io.Resource[]>Copyright © 2017. All rights reserved.