HDIV API 2.0.4

Uses of Interface
org.hdiv.state.IPage

Packages that use IPage
org.hdiv.dataComposer   
org.hdiv.session   
org.hdiv.state   
 

Uses of IPage in org.hdiv.dataComposer
 

Fields in org.hdiv.dataComposer declared as IPage
protected  IPage DataComposerMemory.page
          Page with the possible requests or states
 

Methods in org.hdiv.dataComposer that return IPage
 IPage DataComposerMemory.getPage()
           
 

Methods in org.hdiv.dataComposer with parameters of type IPage
 void DataComposerMemory.setPage(IPage page)
           
 

Uses of IPage in org.hdiv.session
 

Methods in org.hdiv.session that return IPage
 IPage ISession.getPage(java.lang.String pageId)
          Returns the page with id pageId.
 IPage SessionHDIV.getPage(java.lang.String pageId)
          Returns the page with id pageId.
 

Methods in org.hdiv.session with parameters of type IPage
 void ISession.addPage(java.lang.String pageId, IPage page)
          It adds a new page to the user session.
 void SessionHDIV.addPage(java.lang.String pageId, IPage page)
          It adds a new page to the user session.
 

Uses of IPage in org.hdiv.state
 

Classes in org.hdiv.state that implement IPage
 class Page
          DataStructure to store server states
 


HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.