create abstract method

dynamic create(
  1. dynamic locator
)

Creates a component identified by given locator.

  • locator a locator to identify component to be created. Returns the created component.

Throws a CreateException if the factory is not able to create the component.

Implementation

dynamic create(dynamic locator);