Class AbstractResponseAdapter

java.lang.Object
com.aspectran.core.adapter.AbstractResponseAdapter
All Implemented Interfaces:
ResponseAdapter
Direct Known Subclasses:
DefaultResponseAdapter, HttpServletResponseAdapter, TowResponseAdapter

public abstract class AbstractResponseAdapter extends Object implements ResponseAdapter
The Class AbstractResponseAdapter.
Since:
2011. 3. 13.
  • Constructor Details

    • AbstractResponseAdapter

      public AbstractResponseAdapter(Object adaptee)
      Instantiates a new AbstractResponseAdapter.
      Parameters:
      adaptee - the adaptee object
  • Method Details

    • getAdaptee

      public <T> T getAdaptee()
      Description copied from interface: ResponseAdapter
      Returns the adaptee object to provide response information.
      Specified by:
      getAdaptee in interface ResponseAdapter
      Type Parameters:
      T - the type of the adaptee object
      Returns:
      the adaptee object