RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.xmlconfig.model
Class AttributeAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Bean,Model>
      extended by org.richfaces.cdk.xmlconfig.model.AdapterBase<AttributeBean,AttributeModel>
          extended by org.richfaces.cdk.xmlconfig.model.AttributeAdapter

public class AttributeAdapter
extends AdapterBase<AttributeBean,AttributeModel>

Author:
asmirnov@exadel.com

Constructor Summary
AttributeAdapter()
           
 
Method Summary
protected  Class<? extends AttributeBean> getBeanClass(AttributeModel prop)
          

Returns concrete bean class.

protected  Class<? extends AttributeModel> getModelClass(AttributeBean bean)
          

Returns concrete model class

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

Constructor Detail

AttributeAdapter

public AttributeAdapter()
Method Detail

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:

RichFaces CDK Generator 4.2.0.CR1

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