| Interface | Description | 
|---|---|
| ResponseSwitch | Responses which can be enabled or disabled implement this interface. | 
| ViewDeclarationLanguageStrategy | This class represents a supported  ViewDeclarationLanguagein the application. | 
| ViewResponseWrapper | 
| Class | Description | 
|---|---|
| HttpServletResponseSwitch | Implementation of a switching response wrapper to turn 
 output on and off according to the JSF spec 2.0. | 
| ServletResponseSwitch | Implementation of a switching response wrapper to turn 
 output on and off according to the JSF spec 2.0. | 
| ServletViewResponseWrapper | |
| ViewDeclarationLanguageBase | |
| 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 © 2022 The Apache Software Foundation. All rights reserved.