Packagecom.yworks.io.graphml.writer
Interfacepublic interface IOutputHandlerProvider
Implementors AutoMapperOutputHandlerProvider

Interface for classes that provide a dynamic list of output handlers for a given scope



Public Methods
 MethodDefined By
  
Return a list of output handlers that should be used for the given scope
IOutputHandlerProvider
Method Detail
getHandlersForScope()method
public function getHandlersForScope(context:GraphMLWriteContext, scope:String):Iterable

Return a list of output handlers that should be used for the given scope

Parameters

context:GraphMLWriteContext — The current parse context, usually at the time of writing the key definitions
 
scope:String — The scope for which handlers are queried

Returns
Iterable — A list of output handlers that should be used for the given scope