org.richfaces.cdk.xmlconfig.model
Class ElementAdapterBase<Bean extends ElementBeanBase,Model extends BeanModelBase>

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Bean,Model>
      extended by org.richfaces.cdk.xmlconfig.model.AdapterBase<Bean,Model>
          extended by org.richfaces.cdk.xmlconfig.model.ElementAdapterBase<Bean,Model>
Direct Known Subclasses:
BehaviorAdapter, ComponentAdapter, ConverterAdapter, ValidatorAdapter

public abstract class ElementAdapterBase<Bean extends ElementBeanBase,Model extends BeanModelBase>
extends AdapterBase<Bean,Model>

Since:
Mar 19, 2010
Author:
akolonitsky

Constructor Summary
ElementAdapterBase()
           
 
Method Summary
 
Methods inherited from class org.richfaces.cdk.xmlconfig.model.AdapterBase
createBean, createExtension, createModelElement, getBeanClass, getModelClass, marshal, postMarshal, postUnmarshal, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementAdapterBase

public ElementAdapterBase()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.