javax.faces.component
Interface StateHolder

All Known Implementing Classes:
DateTimeConverter, DoubleRangeValidator, EnumConverter, HtmlInputHidden, LengthValidator, LongRangeValidator, MethodExpressionActionListener, MethodExpressionValidator, MethodExpressionValueChangeListener, NumberConverter, UIColumn, UICommand, UIComponent, UIComponentBase, UIData, UIForm, UIGraphic, UIInput, UINamingContainer, UIOutput, UIPanel, UISelectBoolean, UISelectMany, UISelectOne, UIViewRoot

public interface StateHolder

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

Method Summary
 boolean isTransient()
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setTransient(boolean newTransientValue)
           
 

Method Detail

saveState

Object saveState(FacesContext context)

restoreState

void restoreState(FacesContext context,
                  Object state)

isTransient

boolean isTransient()

setTransient

void setTransient(boolean newTransientValue)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.