Class ExpressionBindingFactory
java.lang.Object
com.inductiveautomation.perspective.gateway.binding.expression.ExpressionBindingFactory
- All Implemented Interfaces:
ExpressionBindingConstants,BindingFactory
public class ExpressionBindingFactory
extends Object
implements BindingFactory, ExpressionBindingConstants
BindingFactory for Perspective
ExpressionBindings-
Field Summary
Fields inherited from interface com.inductiveautomation.perspective.common.config.constants.ExpressionBindingConstants
CONFIG_EXPRESSION, TYPE_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(BindingContext context, BindingConfig config) Create a new instance of a binding type.
-
Constructor Details
-
ExpressionBindingFactory
public ExpressionBindingFactory()
-
-
Method Details
-
create
public ExpressionBinding create(BindingContext context, BindingConfig config) throws ConfigurationException Description copied from interface:BindingFactoryCreate a new instance of a binding type.- Specified by:
createin interfaceBindingFactory- Parameters:
context- Binding context is used to hook into where the binding is running, and has the publish callback on it.config- The configuration of the binding- Throws:
ConfigurationException
-