org.apache.pluto.om.servlet
Interface ServletDefinitionList

All Superinterfaces:
Model

public interface ServletDefinitionList
extends Model

This interface provides access to a set of ServletDefinition objects.

This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.


Method Summary
 ServletDefinition get(java.lang.String name)
          Returns the servlet definition object of the given name
 java.util.Iterator iterator()
          Returns all servlet definitions as iterator
 

Method Detail

iterator

public java.util.Iterator iterator()
Returns all servlet definitions as iterator

Returns:
An iterator containing ServletDefinition objects

get

public ServletDefinition get(java.lang.String name)
Returns the servlet definition object of the given name

Returns:
the servlet definition object


Copyright © 2003-2007 . All Rights Reserved.