Package org.vaadin.spring.http
Class HttpResponseFactory
java.lang.Object
org.vaadin.spring.http.HttpResponseFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.FactoryBean<jakarta.servlet.http.HttpServletResponse>,org.springframework.beans.factory.NamedBean,org.springframework.context.ApplicationContextAware
public class HttpResponseFactory
extends Object
implements org.springframework.beans.factory.FactoryBean<jakarta.servlet.http.HttpServletResponse>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.NamedBean
Factory to provide access to the
HttpServletResponse- Author:
- Marko Radinovic (markoradinovic79@gmail.com), Gert-Jan Timmer (gjr.timmer@gmail.com)
- See Also:
-
Field Summary
FieldsFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.HttpServletResponseClass<?>booleanvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Field Details
-
BEAN_NAME
- See Also:
-
-
Constructor Details
-
HttpResponseFactory
public HttpResponseFactory()
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<jakarta.servlet.http.HttpServletResponse>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<jakarta.servlet.http.HttpServletResponse>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<jakarta.servlet.http.HttpServletResponse>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getBeanName
- Specified by:
getBeanNamein interfaceorg.springframework.beans.factory.NamedBean
-