org.moremotion.servlet
Class MoreMotionHttpSesion

java.lang.Object
  extended by org.moremotion.servlet.MoreMotionSession
      extended by org.moremotion.servlet.MoreMotionHttpSesion

public class MoreMotionHttpSesion
extends MoreMotionSession


Constructor Summary
MoreMotionHttpSesion(javax.servlet.http.HttpSession session)
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.String name)
           
 java.lang.String getId()
           
 void removeAttribute(java.lang.String name)
           
 void setAttribute(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoreMotionHttpSesion

public MoreMotionHttpSesion(javax.servlet.http.HttpSession session)
Method Detail

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object value)
Specified by:
setAttribute in class MoreMotionSession

getAttribute

public java.lang.Object getAttribute(java.lang.String name)
Specified by:
getAttribute in class MoreMotionSession

removeAttribute

public void removeAttribute(java.lang.String name)
Specified by:
removeAttribute in class MoreMotionSession

getId

public java.lang.String getId()
Specified by:
getId in class MoreMotionSession


Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.