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.
This interface is not intended to be implemented by filters. It is implemented by the system.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionIndicate the target language that will be used to generate the query.
-
Method Details
-
getTargetLanguage
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
-