public class RequestFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Request>, org.springframework.beans.factory.InitializingBean
FactoryBean
responsible for initializing a Request
.Constructor and Description |
---|
RequestFactoryBean(javax.servlet.http.HttpServletRequest httpServletRequest,
Environment environment,
org.springframework.core.convert.ConversionService conversionService,
org.springframework.context.MessageSource messageSource) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Request |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
@Autowired public RequestFactoryBean(javax.servlet.http.HttpServletRequest httpServletRequest, Environment environment, org.springframework.core.convert.ConversionService conversionService, org.springframework.context.MessageSource messageSource)
public Request getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<Request>
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<Request>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<Request>
Copyright © 2011–2017 aiticon GmbH. All rights reserved.