Uses of Class
com.sun.grizzly.http.webxml.schema.WelcomeFileList

Packages that use WelcomeFileList
com.sun.grizzly.http.webxml.parser   
com.sun.grizzly.http.webxml.schema   
 

Uses of WelcomeFileList in com.sun.grizzly.http.webxml.parser
 

Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type WelcomeFileList
protected  List<WelcomeFileList> JAXBWebXml_2_2Parser.populateWelcomeFileList(WelcomeFileList welcomeFileList)
           
protected  List<WelcomeFileList> JAXBWebXml_2_3Parser.populateWelcomeFileList(WelcomeFileList welcomeFileList)
           
 

Uses of WelcomeFileList in com.sun.grizzly.http.webxml.schema
 

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type WelcomeFileList
 List<WelcomeFileList> WebApp.welcomeFileList
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type WelcomeFileList
 List<WelcomeFileList> WebApp.getWelcomeFileList()
          <welcome-file-list> <welcome-file>index.jsp</welcome-file> <welcome-file>index.html</welcome-file> </welcome-file-list>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type WelcomeFileList
 void WebApp.setWelcomeFileList(List<WelcomeFileList> welcomeFileList)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.