org.jboss.seam.persistence
Class ManagedEntityWrapper

java.lang.Object
  extended by org.jboss.seam.persistence.ManagedEntityWrapper

public class ManagedEntityWrapper
extends Object

Author:
Gavin King, Pete Muir, Norman Richards, Dan Allen

Constructor Summary
ManagedEntityWrapper()
           
 
Method Summary
 void deserialize(Object controllerBean, Component component)
           
 void wrap(Object target, Component component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedEntityWrapper

public ManagedEntityWrapper()
Method Detail

wrap

public void wrap(Object target,
                 Component component)
          throws Exception
Throws:
Exception

deserialize

public void deserialize(Object controllerBean,
                        Component component)
                 throws Exception
Throws:
Exception