Betty v1.1.0

Uses of Class
christophedelory.betty.xml.ResourcesDetails

Packages that use ResourcesDetails
christophedelory.betty The home of the Betty application. 
christophedelory.betty.servlet The general purpose Web services. 
christophedelory.betty.xml The application XML objects definitions. 
 

Uses of ResourcesDetails in christophedelory.betty
 

Methods in christophedelory.betty that return ResourcesDetails
 ResourcesDetails BettyRemoteService.getResources(String[] localeNames)
           
 

Method parameters in christophedelory.betty with type arguments of type ResourcesDetails
 void BettyRemoteServiceAsync.getResources(String[] localeNames, com.google.gwt.user.client.rpc.AsyncCallback<ResourcesDetails> callback)
           
 

Uses of ResourcesDetails in christophedelory.betty.servlet
 

Methods in christophedelory.betty.servlet that return ResourcesDetails
 ResourcesDetails PublicHttpServlet.getResources(String[] localeNames)
           
 

Uses of ResourcesDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return ResourcesDetails
 ResourcesDetails ChampionshipDetails.getResources()
          Returns the list of resources attached to this championship.
 

Methods in christophedelory.betty.xml with parameters of type ResourcesDetails
 void XmlVisitor.beginVisitResources(ResourcesDetails target)
          Starts the visit of the specified resource list.
 void SetParent.beginVisitResources(ResourcesDetails target)
           
 void BaseXmlVisitor.beginVisitResources(ResourcesDetails target)
           
 void XmlVisitor.endVisitResources(ResourcesDetails target)
          Finishes the visit of the specified resource list.
 void SetParent.endVisitResources(ResourcesDetails target)
           
 void BaseXmlVisitor.endVisitResources(ResourcesDetails target)
           
 void ChampionshipDetails.setResources(ResourcesDetails resources)
          Initializes the list of resources attached to this championship.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.