webwork.action
Interface ServletResponseAware
- All Known Implementing Classes:
- Redirect, ServletTest
Deprecated. Use ServletActionContext.getResponse()
instead.
- public interface ServletResponseAware
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.
- Version:
- $Revision: 1.7 $
- Author:
- Rickard Öberg (rickard@middleware-company.com)
Method Summary |
void |
setServletResponse(javax.servlet.http.HttpServletResponse response)
Deprecated. |
setServletResponse
public void setServletResponse(javax.servlet.http.HttpServletResponse response)
- Deprecated.
Copyright © 2001-2003 WebWork All Rights Reserved.