com.alarmpoint.integrations.infrastructure.interfaces
Interface OptionContainer


public interface OptionContainer

Simple interface that should be implemented by a tag that requires the IntegrationAgentServiceOptionTag to pass the option collection back to it for processing internally

Since:
4.0
Author:
Mike Bennett

Method Summary
 java.util.Map<java.lang.String,java.util.List<JspOption>> getOptionMap()
          Retrieve a Map containing a collection of options
 

Method Detail

getOptionMap

java.util.Map<java.lang.String,java.util.List<JspOption>> getOptionMap()
Retrieve a Map containing a collection of options

Returns:
Map of options