Interface X4OLanguageModuleLocal

All Superinterfaces:
ElementMetaBase, X4OLanguageModule
All Known Implementing Classes:
AbstractX4OLanguageModule, DefaultX4OLanguageModule

public interface X4OLanguageModuleLocal extends X4OLanguageModule, ElementMetaBase
The ElementLanguageModuleLocal is for local loading of the object.
Version:
1.0 Mar 7, 2014
Author:
Willem Cazander
  • Method Details

    • setProviderName

      void setProviderName(String providerName)
      Parameters:
      providerName - the providerName to set.
    • setProviderHost

      void setProviderHost(String providerHost)
      Parameters:
      providerHost - the providerHost to set
    • addElementBindingHandler

      void addElementBindingHandler(ElementBindingHandler elementBindingHandler)
      Adds an ElementBindingHanlder.
      Parameters:
      elementBindingHandler - The ElementBindingHandler to add.
    • addElementConfiguratorGlobal

      void addElementConfiguratorGlobal(ElementConfiguratorGlobal elementConfigurator)
      Adds an ElementConfiguratorGlobal.
      Parameters:
      elementConfigurator - The ElementConfigurtor to add.
    • addElementInterface

      void addElementInterface(ElementInterface elementInterface)
      Adds an ElementInterface.
      Parameters:
      elementInterface - The elementInterface to add.
    • addElementNamespace

      void addElementNamespace(ElementNamespace elementNamespace)
      Adds an namespace to this langauge module.
      Parameters:
      elementNamespace - Adds an ElementNamespace to this langauge module.
    • putLoaderResult

      void putLoaderResult(X4OLanguageModuleLoaderResult key, String value)
      Sets module loader meta result info.
      Parameters:
      key - The key of the info.
      value - The value of the info.