public class FaceletViewDeclarationLanguageStrategy extends Object implements ViewDeclarationLanguageStrategy
| Constructor and Description | 
|---|
| FaceletViewDeclarationLanguageStrategy() | 
| 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. | 
public FaceletViewDeclarationLanguageStrategy()
public ViewDeclarationLanguage getViewDeclarationLanguage()
ViewDeclarationLanguage represented by this support.getViewDeclarationLanguage in interface ViewDeclarationLanguageStrategyViewDeclarationLanguage represented by this supportpublic boolean handles(String viewId)
ViewDeclarationLanguage represented by this support should be used 
 to handle the specified view identifier.handles in interface ViewDeclarationLanguageStrategyviewId - 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.