Uses of Interface
com.hammurapi.party.Web

Packages that use Web
com.hammurapi.party   
com.hammurapi.party.impl   
com.hammurapi.party.util   
 

Uses of Web in com.hammurapi.party
 

Methods in com.hammurapi.party that return Web
 Web PartyFactory.createWeb()
          Returns a new object of class 'Web'.
 

Uses of Web in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement Web
 class WebImpl
          An implementation of the model object 'Web'.
 

Methods in com.hammurapi.party.impl that return Web
 Web PartyFactoryImpl.createWeb()
           
 

Uses of Web in com.hammurapi.party.util
 

Methods in com.hammurapi.party.util with parameters of type Web
 T PartySwitch.caseWeb(Web object)
          Returns the result of interpreting the object as an instance of 'Web'.