Uses of Class
javax.faces.component.UIViewParameter

Packages that use UIViewParameter
javax.faces.component Fundamental APIs for user interface components. 
javax.faces.view

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

 

Uses of UIViewParameter in javax.faces.component
 

Methods in javax.faces.component that return UIViewParameter
 UIViewParameter UIViewParameter.Reference.getUIViewParameter(FacesContext context)
          

Return the UIViewParameter to which this instance refers.

 UIViewParameter UIViewParameter.Reference.getUIViewParameter(FacesContext context)
          

Return the UIViewParameter to which this instance refers.

 

Constructors in javax.faces.component with parameters of type UIViewParameter
UIViewParameter.Reference(FacesContext context, UIViewParameter param, int indexInParent, java.lang.String viewIdAtTimeOfConstruction)
          

Construct a reference to a UIViewParameter.

UIViewParameter.Reference(FacesContext context, UIViewParameter param, int indexInParent, java.lang.String viewIdAtTimeOfConstruction)
          

Construct a reference to a UIViewParameter.

 

Uses of UIViewParameter in javax.faces.view
 

Methods in javax.faces.view that return types with arguments of type UIViewParameter
static java.util.Collection<UIViewParameter> ViewMetadata.getViewParameters(UIViewRoot root)
          

Utility method to extract view metadata from the provided UIViewRoot.

static java.util.Collection<UIViewParameter> ViewMetadata.getViewParameters(UIViewRoot root)
          

Utility method to extract view metadata from the provided UIViewRoot.

 



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