| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIViewParameter.Reference
public static class UIViewParameter.Reference
Inner class to encapsulate a
 UIViewParameter instance so that it may be safely
 referenced regardless of whether or not the current view is the
 same as the view in which this UIViewParameter
 resides.
| Constructor Summary | |
|---|---|
| UIViewParameter.Reference(FacesContext context,
                          UIViewParameter param,
                          int indexInParent,
                          java.lang.String viewIdAtTimeOfConstruction)Construct a reference to a
  | |
| Method Summary | |
|---|---|
|  UIViewParameter | getUIViewParameter(FacesContext context)Return the
  | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public UIViewParameter.Reference(FacesContext context,
                                 UIViewParameter param,
                                 int indexInParent,
                                 java.lang.String viewIdAtTimeOfConstruction)
Construct a reference to a
 UIViewParameter.  This constructor cause the
 StateHolder#saveState method to be called on
 argument UIViewParameter.
context - the FacesContextfor this requestindexInParent - the index of the
 UIViewParameter in its parent
 UIPanel.viewIdAtTimeOfConstruction - the viewId of the view in
 which the UIViewParameter is included.  This may
 not be the same as the viewId from the context
 argument.| Method Detail | 
|---|
public UIViewParameter getUIViewParameter(FacesContext context)
Return the
 UIViewParameter to which this instance refers.
 If the current viewId is the same as the viewId passed to our
 constructor, use the index passed to the constructor to find
 the actual UIViewParameter instance and return
 it.  Otherwise, call StateHolder#restoreState on the
 saved state and return the result.
context - the FacesContextfor this request| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41