atg.service.actor
Interface ModelMapFactory


public interface ModelMapFactory

The ModelMapFactory creates a new ModelMap instance via the createModelMap() method.

This interface helps you to implement/use your own ModelMap implementation.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 ModelMap createModelMap()
          This method is used to create ModelMap
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

createModelMap

ModelMap createModelMap()
This method is used to create ModelMap

Returns: