org.apache.myfaces.commons.util
Class AttachedDeltaWrapper

java.lang.Object
  extended by org.apache.myfaces.commons.util.AttachedDeltaWrapper
All Implemented Interfaces:
java.io.Serializable

public class AttachedDeltaWrapper
extends java.lang.Object
implements java.io.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(java.lang.Class<?> clazz, java.lang.Object wrappedStateObject)
           
 
Method Summary
 java.lang.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(java.lang.Class<?> clazz,
                            java.lang.Object wrappedStateObject)
Parameters:
clazz - null means wrappedStateObject is a List of state objects
wrappedStateObject -
Method Detail

getWrappedStateObject

public java.lang.Object getWrappedStateObject()


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.