Uses of Class
javax.faces.view.ViewMetadata

Packages that use ViewMetadata
javax.faces.view

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

 

Uses of ViewMetadata in javax.faces.view
 

Methods in javax.faces.view that return ViewMetadata
abstract  ViewMetadata ViewDeclarationLanguage.getViewMetadata(FacesContext context, java.lang.String viewId)
          

Return a reference to the view metadata for the view represented by the argument viewId, or null if the metadata cannot be found.

abstract  ViewMetadata ViewDeclarationLanguage.getViewMetadata(FacesContext context, java.lang.String viewId)
          

Return a reference to the view metadata for the view represented by the argument viewId, or null if the metadata cannot be found.

 



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