public class HttpResponseFactory extends Object implements FactoryBean<javax.servlet.http.HttpServletResponse>, ApplicationContextAware, NamedBean
HttpServletResponse| Constructor and Description |
|---|
HttpResponseFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName() |
javax.servlet.http.HttpServletResponse |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(ApplicationContext applicationContext) |
public static final String BEAN_NAME
public javax.servlet.http.HttpServletResponse getObject()
throws Exception
getObject in interface FactoryBean<javax.servlet.http.HttpServletResponse>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<javax.servlet.http.HttpServletResponse>public boolean isSingleton()
isSingleton in interface FactoryBean<javax.servlet.http.HttpServletResponse>public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic String getBeanName()
getBeanName in interface NamedBeanCopyright © 2015. All rights reserved.