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 Details

  • Constructor Details

    • HttpResponseFactory

      public HttpResponseFactory()
  • Method Details

    • getObject

      public jakarta.servlet.http.HttpServletResponse getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<jakarta.servlet.http.HttpServletResponse>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<jakarta.servlet.http.HttpServletResponse>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<jakarta.servlet.http.HttpServletResponse>
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getBeanName

      public String getBeanName()
      Specified by:
      getBeanName in interface org.springframework.beans.factory.NamedBean