Interface IDfGenerationContext


public interface IDfGenerationContext
Provide context about the generation of the query.
This interface is not intended to be implemented by filters. It is implemented by the system.
  • Method Details

    • getTargetLanguage

      IDfGenerationContext.Language getTargetLanguage() throws DfException
      Indicate the target language that will be used to generate the query. The target language selection is based on severeal factors including: the query itself, the dfc.properties configuration and the Content Server capabilities.
      Throws:
      DfException