LnkWcb Framework

LnkWcb  2.5.0

LnkWcb Framework > LnkWcb > LnkWcb.Registry
Search:
 
Filters

private Class LnkWcb.Registry

Known Subclasses:
LnkWcb.Boutons LnkWcb.Calendars LnkWcb.Requests
General purpose registry.

Exposing registries expose registered objects as public members, indexed by their ID. For internal use in the framework.

Methods

finish

protected void finish ( id )
Unregister an object. If available, the .finish() method of the object is called.
Parameters:
id <String> the unique identifier for the object to finish

register

protected String register ( obj )
Register an object.

If the registry is exposing registered objects, then the object becomes a public member of the registry under the name of the returned ID.

Parameters:
obj <Object> an object to register
Returns: String
the generated ID


Copyright © 2010 Linkeo.com All rights reserved.