Class AbstractView

java.lang.Object
org.springframework.web.reactive.result.view.AbstractView
All Implemented Interfaces:
Aware, BeanNameAware, ApplicationContextAware, View
Direct Known Subclasses:
AbstractUrlBasedView

public abstract class AbstractView extends Object implements View, BeanNameAware, ApplicationContextAware
Base class for View implementations.
Since:
5.0
Author:
Rossen Stoyanchev, Sam Brannen
  • Field Details

    • REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME

      public static final String REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME
      Well-known name for the RequestDataValueProcessor in the bean factory.
      See Also:
    • logger

      protected final Log logger
      Logger that is available to subclasses.
  • Constructor Details

    • AbstractView

      public AbstractView()
    • AbstractView

      public AbstractView(ReactiveAdapterRegistry reactiveAdapterRegistry)
  • Method Details