org.infoglue.deliver.portal.om
Class ServletDefinitionListImpl
java.lang.Object
|
+--org.infoglue.deliver.portal.om.ServletDefinitionListImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Model, org.apache.pluto.om.servlet.ServletDefinitionList
- public class ServletDefinitionListImpl
- extends java.lang.Object
- implements org.apache.pluto.om.servlet.ServletDefinitionList
Dummy implementation of interface
- Author:
- Jöran
TODO Implement this
|
Method Summary |
void |
add(org.apache.pluto.om.servlet.ServletDefinition definition)
|
org.apache.pluto.om.servlet.ServletDefinition |
get(java.lang.String name)
|
java.util.Iterator |
iterator()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletDefinitionListImpl
public ServletDefinitionListImpl()
iterator
public java.util.Iterator iterator()
- Specified by:
iterator in interface org.apache.pluto.om.servlet.ServletDefinitionList
get
public org.apache.pluto.om.servlet.ServletDefinition get(java.lang.String name)
- Specified by:
get in interface org.apache.pluto.om.servlet.ServletDefinitionList
add
public void add(org.apache.pluto.om.servlet.ServletDefinition definition)