Interface ElementsLocalFactory
- All Known Implementing Classes:
StandardElementsLocalFactory
public interface ElementsLocalFactory
Creates instances of
ElementsLocal using a record that contains the necessary information to load.-
Method Summary
Modifier and TypeMethodDescriptioncreate(ElementsLocalFactoryRecord record) Creates theElementsLocalinstance.
-
Method Details
-
create
Creates theElementsLocalinstance.- Parameters:
record- the record containing the information to load- Returns:
- the
ElementsLocal
-