org.apache.pluto.om.servlet
Interface WebApplicationDefinitionList

All Superinterfaces:
Model

public interface WebApplicationDefinitionList
extends Model

This interface provides access to a set of WebApplicationDefinition 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
 WebApplicationDefinition get(ObjectID id)
          Returns the web application definition object of the given id
 java.util.Iterator iterator()
          Returns all web application definitions as iterator
 

Method Detail

iterator

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

Returns:
An iterator containing WebApplicationDefinition objects

get

public WebApplicationDefinition get(ObjectID id)
Returns the web application definition object of the given id

Returns:
the web application definition object


Copyright © 2003-2006 . All Rights Reserved.