Function GenericConvertorContainer.get

Get a component that is associated with key.

Object get (
  string key
);

Parameters

NameDescription
key the component id.

Throws

NotFoundException in case if the component wasn't found.

Returns

Object, component if it is available.