RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.xmlconfig.model
Class BehaviorAdapter

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<BehaviorBean,BehaviorModel>
              extended by org.richfaces.cdk.xmlconfig.model.BehaviorAdapter

public class BehaviorAdapter
extends ElementAdapterBase<BehaviorBean,BehaviorModel>

Since:
Jan 21, 2010
Author:
akolonitsky

Constructor Summary
BehaviorAdapter()
           
 
Method Summary
protected  Class<? extends BehaviorBean> getBeanClass(BehaviorModel model)
          

Returns concrete bean class.

protected  Class<? extends BehaviorModel> getModelClass(BehaviorBean bean)
          

Returns concrete model class

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

Constructor Detail

BehaviorAdapter

public BehaviorAdapter()
Method Detail

getBeanClass

protected Class<? extends BehaviorBean> getBeanClass(BehaviorModel model)
Description copied from class: AdapterBase

Returns concrete bean class.

Specified by:
getBeanClass in class AdapterBase<BehaviorBean,BehaviorModel>
Returns:

getModelClass

protected Class<? extends BehaviorModel> getModelClass(BehaviorBean bean)
Description copied from class: AdapterBase

Returns concrete model class

Specified by:
getModelClass in class AdapterBase<BehaviorBean,BehaviorModel>
Returns:

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.