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

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

public class ServletMappingListImpl
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.Map servletMappings
           
 
Constructor Summary
ServletMappingListImpl()
           
 
Method Summary
 void add(ServletMappingImpl servletMapping)
           
 ServletMappingImpl get(java.lang.String name)
           
 java.util.Iterator iterator()
           
 void remove(ServletMappingImpl servletMapping)
           
 ServletMappingImpl remove(java.lang.String name)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servletMappings

private java.util.Map servletMappings
Constructor Detail

ServletMappingListImpl

public ServletMappingListImpl()
Method Detail

iterator

public java.util.Iterator iterator()

get

public ServletMappingImpl get(java.lang.String name)

remove

public ServletMappingImpl remove(java.lang.String name)

remove

public void remove(ServletMappingImpl servletMapping)

add

public void add(ServletMappingImpl servletMapping)

size

public int size()