org.apache.beehive.controls.runtime.bean
Class AnnotatedElementMapPersistenceDelegate

Object
  extended by PersistenceDelegate
      extended by AnnotatedElementMapPersistenceDelegate

public class AnnotatedElementMapPersistenceDelegate
extends PersistenceDelegate

The AnnotatedElementMapPersistenceDelegate is an XMLEncoder PersistenceDelegate for the org.apache.beehive.controls.api.properties.AnnotatedElementMap class.


Constructor Summary
AnnotatedElementMapPersistenceDelegate()
           
 
Method Summary
protected  Expression instantiate(Object oldInstance, Encoder out)
           
 
Methods inherited from class PersistenceDelegate
initialize, mutatesTo, writeObject
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedElementMapPersistenceDelegate

public AnnotatedElementMapPersistenceDelegate()
Method Detail

instantiate

protected Expression instantiate(Object oldInstance,
                                 Encoder out)
Specified by:
instantiate in class PersistenceDelegate