HDIV API 2.0.4

Uses of Interface
org.hdiv.state.IState

Packages that use IState
org.hdiv.dataComposer   
org.hdiv.dataValidator   
org.hdiv.session   
org.hdiv.state   
 

Uses of IState in org.hdiv.dataComposer
 

Fields in org.hdiv.dataComposer declared as IState
protected  IState DataComposerMemory.state
          State that represents all the data of a request or a form existing in a page page
 

Uses of IState in org.hdiv.dataValidator
 

Methods in org.hdiv.dataValidator that return IState
 IState DataValidator.getState()
           
 

Methods in org.hdiv.dataValidator with parameters of type IState
 void DataValidator.setState(IState state)
           
 void IDataValidator.setState(IState state)
           
 

Uses of IState in org.hdiv.session
 

Methods in org.hdiv.session that return IState
 IState ISession.getState(java.lang.String pageId, java.lang.String stateId)
          Obtains the state identifier stateId related to the page identifier pageId.
 IState SessionHDIV.getState(java.lang.String pageId, java.lang.String stateId)
          Obtains the state identifier stateId related to the page identifier pageId.
 

Uses of IState in org.hdiv.state
 

Classes in org.hdiv.state that implement IState
 class State
          Data structure to store all data related with one request (parameters, parameter values, ...)
 

Methods in org.hdiv.state that return IState
 IState IPage.getState(java.lang.String key)
          Returns the state with the given identifier key from the map of states
 IState Page.getState(java.lang.String key)
          Returns the state with the given identifier key from the map of states
 IState StateUtil.restoreHashState(java.lang.String value)
          Checks if the state hash received from the client and the hash stored in session match.
 IState StateUtil.restoreState(java.lang.String requestState)
          Restore state data from request.
 

Methods in org.hdiv.state with parameters of type IState
 void IPage.addState(IState state)
          Adds a new state to the page this.
 void Page.addState(IState state)
          Adds a new state to the page this.
 


HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.