org.richfaces.cdk.xmlconfig.model
Class BehaviorAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Bean,Model>
org.richfaces.cdk.xmlconfig.model.AdapterBase<Bean,Model>
org.richfaces.cdk.xmlconfig.model.ElementAdapterBase<BehaviorBean,BehaviorModel>
org.richfaces.cdk.xmlconfig.model.BehaviorAdapter
public class BehaviorAdapter
- extends ElementAdapterBase<BehaviorBean,BehaviorModel>
- Since:
- Jan 21, 2010
- Author:
- akolonitsky
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BehaviorAdapter
public BehaviorAdapter()
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:
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.