javax.faces.component
Class _AttachedStateWrapper

java.lang.Object
  extended by javax.faces.component._AttachedStateWrapper
All Implemented Interfaces:
java.io.Serializable

 class _AttachedStateWrapper
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 225333 $ $Date: 2005-07-26 11:49:19 -0400 (Tue, 26 Jul 2005) $
Author:
Manfred Geiler (latest modification by $Author: bdudney $)

Constructor Summary
_AttachedStateWrapper(java.lang.Class clazz, java.lang.Object wrappedStateObject)
           
 
Method Summary
 java.lang.Class getClazz()
           
 java.lang.Object getWrappedStateObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_AttachedStateWrapper

public _AttachedStateWrapper(java.lang.Class clazz,
                             java.lang.Object wrappedStateObject)
Parameters:
clazz - null means wrappedStateObject is a List of state objects
wrappedStateObject -
Method Detail

getClazz

public java.lang.Class getClazz()

getWrappedStateObject

public java.lang.Object getWrappedStateObject()


Copyright 2006 Apache Software Foundation. All Rights Reserved.