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