org.richfaces.cdk.xmlconfig.model
Class AttributeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Bean,Model>
org.richfaces.cdk.xmlconfig.model.AdapterBase<AttributeBean,AttributeModel>
org.richfaces.cdk.xmlconfig.model.AttributeAdapter
public class AttributeAdapter
- extends AdapterBase<AttributeBean,AttributeModel>
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeAdapter
public AttributeAdapter()
getBeanClass
protected Class<? extends AttributeBean> getBeanClass(AttributeModel prop)
- Description copied from class:
AdapterBase
Returns concrete bean class.
- Specified by:
getBeanClass in class AdapterBase<AttributeBean,AttributeModel>
- Returns:
getModelClass
protected Class<? extends AttributeModel> getModelClass(AttributeBean bean)
- Description copied from class:
AdapterBase
Returns concrete model class
- Specified by:
getModelClass in class AdapterBase<AttributeBean,AttributeModel>
- Returns:
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.