| org.apache.myfaces.context.servlet.SessionMap
SessionMap | public class SessionMap extends AbstractAttributeMap(Code) | | HttpSession attibutes as Map.
author: Anton Koinov (latest modification by $Author: mbr $) version: $Revision: 512417 $ $Date: 2007-02-27 22:22:36 +0100 (Di, 27 Feb 2007) $ |
clear | public void clear()(Code) | | This will clear the session without invalidation. If no session has been created, it will simply return.
|
removeAttribute | protected void removeAttribute(String key)(Code) | | |
|
|