Uses of Interface
magoffin.matt.ma2.domain.Session

Packages that use Session
magoffin.matt.ma2.biz   
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.domain   
magoffin.matt.ma2.web.util   
 

Uses of Session in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz that return Session
 Session DomainObjectFactory.newSessionInstance()
          Get a new Session instance.
 

Uses of Session in magoffin.matt.ma2.biz.impl
 

Methods in magoffin.matt.ma2.biz.impl that return Session
 Session JAXBDomainObjectFactory.newSessionInstance()
           
 

Uses of Session in magoffin.matt.ma2.domain
 

Methods in magoffin.matt.ma2.domain that return Session
 Session ObjectFactory.createSession()
          Create an instance of Session
 

Uses of Session in magoffin.matt.ma2.web.util
 

Methods in magoffin.matt.ma2.web.util that return Session
 Session WebHelper.getUserSession(javax.servlet.http.HttpServletRequest request)
          Get the Session from the current session.