webwork.action
Interface ServletRequestAware
- All Known Implementing Classes:
- ClientInfo, JDOMUrl, Referrer, ServletTest
Deprecated. Use ServletActionContext.getRequest()
instead.
- public interface ServletRequestAware
All Actions that want to have access to the servlet request
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 |
setServletRequest(javax.servlet.http.HttpServletRequest request)
Deprecated. |
setServletRequest
public void setServletRequest(javax.servlet.http.HttpServletRequest request)
- Deprecated.
Copyright © 2001-2003 WebWork All Rights Reserved.