public interface ViewDeclarationLanguageStrategy
ViewDeclarationLanguage in the application. Notably,
 the default ViewDeclarationLanguageFactory maintains an ordered list of supported languages for 
 the purpose of determining which one to use for a given view id by calling the handles(java.lang.String) 
 method of each ofthe registered support and using the first match.| Modifier and Type | Method and Description | 
|---|---|
| ViewDeclarationLanguage | getViewDeclarationLanguage()Gets the  ViewDeclarationLanguagerepresented by this support. | 
| boolean | handles(String viewId)Determines if the  ViewDeclarationLanguagerepresented by this support should be used 
 to handle the specified view identifier. | 
ViewDeclarationLanguage getViewDeclarationLanguage()
ViewDeclarationLanguage represented by this support.ViewDeclarationLanguage represented by this supportboolean handles(String viewId)
ViewDeclarationLanguage represented by this support should be used 
 to handle the specified view identifier.viewId - the view identifiertrue if the ViewDeclarationLanguage represented by this support 
         should be used to handle the specified view identifier, false otherwiseCopyright © 2021 The Apache Software Foundation. All rights reserved.