org.apache.myfaces.component
Class AttachedDeltaWrapper

java.lang.Object
  extended by org.apache.myfaces.component.AttachedDeltaWrapper
All Implemented Interfaces:
Serializable

public class AttachedDeltaWrapper
extends Object
implements Serializable

Version:
$Revision: 788877 $ $Date: 2009-06-26 16:30:38 -0500 (vie, 26 jun 2009) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)
See Also:
Serialized Form

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

Constructor Detail

AttachedDeltaWrapper

public AttachedDeltaWrapper(Class<?> clazz,
                            Object wrappedStateObject)
Parameters:
clazz - null means wrappedStateObject is a List of state objects
wrappedStateObject -
Method Detail

getWrappedStateObject

public Object getWrappedStateObject()


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