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

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

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

Field Detail

tagLibs

private java.util.Map tagLibs
Constructor Detail

TagLibListImpl

public TagLibListImpl()
Method Detail

iterator

public java.util.Iterator iterator()

get

public TagLibImpl get(java.lang.String tagLibUri)

remove

public TagLibImpl remove(java.lang.String name)

remove

public void remove(TagLibImpl tagLib)

add

public void add(TagLibImpl tagLib)

size

public int size()