webwork.action
Interface SessionAware

All Known Implementing Classes:
Login, Login, LoginCounter, LoginStatus, Logout, NumberGuess, ServletTest, Shop

Deprecated. Use ActionContext.getSession() instead.

public interface SessionAware

Actions that want access to the users session should implement this interface.

Version:
$Revision: 1.6 $
Author:
Rickard Öberg (rickard@middleware-company.com)

Method Summary
 void setSession(java.util.Map session)
          Deprecated.  
 

Method Detail

setSession

public void setSession(java.util.Map session)
Deprecated. 


Copyright © 2001-2003 WebWork All Rights Reserved.