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