public interface

ServletResponseAware

webwork.action.ServletResponseAware
Known Indirect Subclasses

This interface is deprecated.
Use getResponse() instead.

Class Overview

All Actions that want to have access to the servlet response objects must implement this interface.

This interface is only relevant if the Action is used in a servlet environment.

Note that using this interface makes the Action tied to a servlet environment, so it should be avoided if possible.

Summary

Public Methods
void setServletResponse(HttpServletResponse response)

Public Methods

public void setServletResponse (HttpServletResponse response)