Uses of Class
javax.faces.view.ViewDeclarationLanguage

Packages that use ViewDeclarationLanguage
javax.faces.application APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. 
javax.faces.view

Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. 

 

Uses of ViewDeclarationLanguage in javax.faces.application
 

Methods in javax.faces.application that return ViewDeclarationLanguage
 ViewDeclarationLanguage ViewHandler.getViewDeclarationLanguage(FacesContext context, java.lang.String viewId)
          

Return the ViewDeclarationLanguage instance used for this ViewHandler instance.

 ViewDeclarationLanguage ViewHandlerWrapper.getViewDeclarationLanguage(FacesContext context, java.lang.String viewId)
          The default behavior of this method is to call ViewHandler.getViewDeclarationLanguage(javax.faces.context.FacesContext, java.lang.String) on the wrapped ViewHandler object.
 ViewDeclarationLanguage ViewHandlerWrapper.getViewDeclarationLanguage(FacesContext context, java.lang.String viewId)
          The default behavior of this method is to call ViewHandler.getViewDeclarationLanguage(javax.faces.context.FacesContext, java.lang.String) on the wrapped ViewHandler object.
 ViewDeclarationLanguage ViewHandler.getViewDeclarationLanguage(FacesContext context, java.lang.String viewId)
          

Return the ViewDeclarationLanguage instance used for this ViewHandler instance.

 

Uses of ViewDeclarationLanguage in javax.faces.view
 

Methods in javax.faces.view that return ViewDeclarationLanguage
abstract  ViewDeclarationLanguage ViewDeclarationLanguageFactory.getViewDeclarationLanguage(java.lang.String viewId)
          

Return the ViewDeclarationLanguage instance suitable for handling the VDL contained in the page referenced by the argument viewId.

abstract  ViewDeclarationLanguage ViewDeclarationLanguageFactory.getViewDeclarationLanguage(java.lang.String viewId)
          

Return the ViewDeclarationLanguage instance suitable for handling the VDL contained in the page referenced by the argument viewId.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.