This project has retired. For details please refer to its
Attic page.
ServletDefinitionListImpl (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.portal.pluto.om
Class ServletDefinitionListImpl
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
org.apache.cocoon.portal.pluto.om.ServletDefinitionListImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, Set, Support, org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.servlet.ServletDefinitionList, org.apache.pluto.om.servlet.ServletDefinitionListCtrl
public class ServletDefinitionListImpl
- extends AbstractSupportSet
- implements org.apache.pluto.om.servlet.ServletDefinitionList, org.apache.pluto.om.servlet.ServletDefinitionListCtrl, Serializable, Support
- Version:
- CVS $Id: ServletDefinitionListImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
- See Also:
- Serialized Form
| Methods inherited from interface org.apache.pluto.om.servlet.ServletDefinitionList |
iterator |
ServletDefinitionListImpl
public ServletDefinitionListImpl()
get
public org.apache.pluto.om.servlet.ServletDefinition get(String name)
- Specified by:
get in interface org.apache.pluto.om.servlet.ServletDefinitionList
add
public org.apache.pluto.om.servlet.ServletDefinition add(String name,
String className)
- Specified by:
add in interface org.apache.pluto.om.servlet.ServletDefinitionListCtrl
remove
public org.apache.pluto.om.servlet.ServletDefinition remove(String name)
- Specified by:
remove in interface org.apache.pluto.om.servlet.ServletDefinitionListCtrl
remove
public void remove(org.apache.pluto.om.servlet.ServletDefinition servletDefinition)
- Specified by:
remove in interface org.apache.pluto.om.servlet.ServletDefinitionListCtrl
preBuild
public void preBuild(Object parameter)
throws Exception
- Specified by:
preBuild in interface Support- Overrides:
preBuild in class AbstractSupportSet
- Throws:
Exception
postBuild
public void postBuild(Object parameter)
throws Exception
- Specified by:
postBuild in interface Support- Overrides:
postBuild in class AbstractSupportSet
- Throws:
Exception
postLoad
public void postLoad(Object parameter)
throws Exception
- Specified by:
postLoad in interface Support- Overrides:
postLoad in class AbstractSupportSet
- Throws:
Exception
postStore
public void postStore(Object parameter)
throws Exception
- Specified by:
postStore in interface Support- Overrides:
postStore in class AbstractSupportSet
- Throws:
Exception
preStore
public void preStore(Object parameter)
throws Exception
- Specified by:
preStore in interface Support- Overrides:
preStore in class AbstractSupportSet
- Throws:
Exception
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.