Uses of Class
com.ideo.sweetdevria.page.Page

Packages that use Page
com.ideo.sweetdevria.model   
com.ideo.sweetdevria.page   
 

Uses of Page in com.ideo.sweetdevria.model
 

Methods in com.ideo.sweetdevria.model that return Page
 Page RiaComponentModel.getPage()
           
 Page IModel.getPage()
           
 

Uses of Page in com.ideo.sweetdevria.page
 

Methods in com.ideo.sweetdevria.page that return Page
static Page PageManager.getPage(javax.servlet.http.HttpServletRequest _request)
          Return the page corresponding to the request given in parameter
static Page PageManager.getPage(javax.servlet.http.HttpSession _session)
          Return the current page corresponding to the session given in parameter
static Page PageManager.getPage(javax.servlet.http.HttpSession _session, java.lang.String _idPage)
          Return the page corresponding to the session given in parameter and this specific id
 Page PageRegistry.getPage(java.lang.String pageId)
           
 

Methods in com.ideo.sweetdevria.page with parameters of type Page
 void SessionRegistry.registerPage(javax.servlet.http.HttpSession session, Page page)
          Register a page for this session
 void PageRegistry.registerPage(Page page)
           
 void PageRegistry.unregisterPage(Page page)
           
 



Copyright © 2010 Ideo Technologies. All Rights Reserved.