Uses of Interface
org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable

Packages that use MetaDataWritable
org.apache.myfaces.orchestra.dynaForm.metadata This package exposes sufficient information about the properties of persistent entities for the DynaForm to create the correct JSF input components for the entity. 
org.apache.myfaces.orchestra.dynaForm.metadata.impl   
org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb   
org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf   
 

Uses of MetaDataWritable in org.apache.myfaces.orchestra.dynaForm.metadata
 

Methods in org.apache.myfaces.orchestra.dynaForm.metadata with parameters of type MetaDataWritable
 void Extractor.getMetaData(MetaDataWritable metaData, Object entity)
          Get metadata information from the given entity and add it to the provided MetaData object.
 

Uses of MetaDataWritable in org.apache.myfaces.orchestra.dynaForm.metadata.impl
 

Classes in org.apache.myfaces.orchestra.dynaForm.metadata.impl that implement MetaDataWritable
 class MetaDataImpl
          A convenience implementation of the MetaDataWritable interface.
 

Uses of MetaDataWritable in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
 

Methods in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb with parameters of type MetaDataWritable
protected  boolean EjbExtractor.checkEmbeddEntity(EjbExtractor.Context context, MetaDataWritable metaData, String name)
          check if we should embedd this entity
protected  void EjbExtractor.create(EjbExtractor.Context context, MetaDataWritable metaData, Class entityClass)
          create the metadata for the given class
protected  void EjbExtractor.embeddEntity(EjbExtractor.Context context, MetaDataWritable metaData, String name, Class<?> entityType)
          embedd this entity
 void EjbExtractor.getMetaData(MetaDataWritable metaData, Object entity)
          Implement the Extractor interface.
protected  void EjbExtractor.initFromFields(EjbExtractor.Context context, MetaDataWritable metaData, Field[] fields)
          ejb3 access through fields
protected  void EjbExtractor.initFromMethods(EjbExtractor.Context context, MetaDataWritable metaData, Method[] methods)
          ejb3 access through methods (properties)
protected  boolean EjbExtractor.processEmbedded(EjbExtractor.Context context, MetaDataWritable metaData, AccessibleObject accessibleObject, String name, Class<?> type)
           
protected  void EjbExtractor.processField(EjbExtractor.Context context, MetaDataWritable metaData, AccessibleObject accessibleObject, String name, Class<?> type, Boolean canRead, Boolean canWrite)
          process the given field - or ist superclass if it is embedded
 

Uses of MetaDataWritable in org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf
 

Methods in org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf with parameters of type MetaDataWritable
protected  void JsfRequestFieldExtractor.create(MetaDataWritable metaData, DynaForm dynaForm)
          create the metadata out of the dynaConfigs for the given component
protected  void AbstractJsfExtractor.create(MetaDataWritable metaData, DynaForm dynaForm)
          create the metadata out of the dynaConfigs for the given component
 void JsfRequestFieldExtractor.getMetaData(MetaDataWritable metaData, Object entity)
           
 void AbstractJsfExtractor.getMetaData(MetaDataWritable metaData, Object entity)
          Copy metadata overrides attached to a DynaForm UIComponent into an existing MetaData instance.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.