org.jasig.portal.container.om.servlet
Class WelcomeFileListImpl

java.lang.Object
  extended by org.jasig.portal.container.om.servlet.WelcomeFileListImpl
All Implemented Interfaces:
java.io.Serializable

public class WelcomeFileListImpl
extends java.lang.Object
implements java.io.Serializable

Data structure to support WebApplicationDefinition for marshalling and unmarshalling of web.xml. Not needed by the Pluto container.

Version:
$Revision: 1.2 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Field Summary
private  java.util.List welcomeFiles
           
 
Constructor Summary
WelcomeFileListImpl()
           
 
Method Summary
 void add(java.lang.String welcomeFile)
           
 java.util.Iterator iterator()
           
 boolean remove(java.lang.String welcomeFile)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

welcomeFiles

private java.util.List welcomeFiles
Constructor Detail

WelcomeFileListImpl

public WelcomeFileListImpl()
Method Detail

iterator

public java.util.Iterator iterator()

remove

public boolean remove(java.lang.String welcomeFile)

add

public void add(java.lang.String welcomeFile)

size

public int size()