| Interface | Description | 
|---|---|
| ViewDeclarationLanguageStrategy | This class represents a supported  ViewDeclarationLanguagein the application. | 
| Class | Description | 
|---|---|
| ViewDeclarationLanguageFactoryImpl | This is the default VDL factory used as of JSF 2.0, it tries to use Facelet VDL whenever possible, 
 but fallback on JSP if required. | 
| ViewMetadataBase | This class represents the default implementation of javax.faces.view.ViewMetaData. | 
| ViewScopeProxyMap | This wrapper has these objectives:
 
 - Isolate the part that needs to be saved with the view (viewScopeId) from
   the part that should remain into session (bean map). | 
Copyright © 2025 The Apache Software Foundation. All rights reserved.