Ila

Uses of Class
org.topoweb.ila.HttpState

Packages that use HttpState
org.topoweb.ila Common classes and interfaces shared by the org.topoweb.ila.* subpackages. 
org.topoweb.ila.protocol Defines the over-the-wire representation (or other serialization) of some Ila classes and interfaces. 
 

Uses of HttpState in org.topoweb.ila
 

Methods in org.topoweb.ila that return HttpState
 HttpState HttpStateBuffer.toHttpState()
          Returns this an HttpState representation of this instance.
 

Methods in org.topoweb.ila with parameters of type HttpState
 StateBuffer HttpStateBuffer.load(HttpState state)
          Loads the given HttpState) instance.
 

Uses of HttpState in org.topoweb.ila.protocol
 

Methods in org.topoweb.ila.protocol with parameters of type HttpState
protected  org.w3c.dom.Element PState.toHttpStateElement(HttpState state, org.w3c.dom.Document factory)
          Returns the XML representation of an HttpState instance.
 


Ila

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.