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

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.WelcomeFileList

public class WelcomeFileList
extends Object


Field Summary
 List<String> welcomeFile
           
 
Constructor Summary
WelcomeFileList()
           
WelcomeFileList(List<String> welcomeFile)
           
 
Method Summary
 List<String> getWelcomeFile()
           
 void setWelcomeFile(List<String> welcomeFile)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

welcomeFile

public List<String> welcomeFile
Constructor Detail

WelcomeFileList

public WelcomeFileList()

WelcomeFileList

public WelcomeFileList(List<String> welcomeFile)
Method Detail

getWelcomeFile

public List<String> getWelcomeFile()

setWelcomeFile

public void setWelcomeFile(List<String> welcomeFile)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.