class: ModelList

public class: ModelList
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 2050 $ $LastChangedDate: 2009-06-03 12:; Complexity: 1
Dates: Created: 16.07.2009 15:15:57; Modified: 16.07.2009 15:15:57;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {3C93FE52-D29F-48dd-93C4-19A762227F71}
A SAX parser that reads in the servieces.xml configuration file.
 

Goto: Custom Properties, Fields, Methods

See also:

Appears in: cone

Connections
 
Custom Properties
 
ModelList Attributes
Attribute Details
private HashMap
  defaultNamepaces
Initial: new HashMap()
private static ModelList
  instance
Initial: null
private HashSet
  list
Initial: new HashSet()
private static const Logger
  logger
Initial: Logger.getLogger(ModelList.class)
 
ModelList Methods
Operation Details
public
getDefaultNamepaces():Map
Sequential
public static
getInstance():ModelList
Sequential
Tags: throws=Exception
Notes: Returns the singleton.
@return The singleton
public
getList():Set
Sequential
public
getModelByAlias(
   String alias):Model
Sequential
Notes: Find a model by its alias.
@return The first {@link Model} in the list using the given alias.
private
ModelList():
Sequential
Tags: throws=Exception
public
setDefaultNamepaces(
   Map defaultNamepaces):void
Sequential