info.magnolia.content2bean.impl
Class DescriptorFileBasedTypeMapping

java.lang.Object
  extended by info.magnolia.content2bean.impl.TypeMappingImpl
      extended by info.magnolia.content2bean.impl.DescriptorFileBasedTypeMapping
All Implemented Interfaces:
TypeMapping

Deprecated. since 4.5, unused. Custom Transformer should be enough.

public class DescriptorFileBasedTypeMapping
extends TypeMappingImpl

Type Mapper implementation resolving the mapping from file based descriptors. Descriptors are the properties files with extension .content2bean.

Version:
$Id$
Author:
philipp

Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.content2bean.TypeMapping
TypeMapping.Factory
 
Field Summary
 
Fields inherited from interface info.magnolia.content2bean.TypeMapping
MAP_TYPE
 
Constructor Summary
DescriptorFileBasedTypeMapping()
          Deprecated.  
 
Method Summary
protected  void processFile(String fileName)
          Deprecated.  
protected  TypeDescriptor processProperties(Class<?> className, Properties props)
          Deprecated.  
 
Methods inherited from class info.magnolia.content2bean.impl.TypeMappingImpl
addPropertyTypeDescriptor, addTypeDescriptor, findTransformerByNamingConvention, findTransformerViaProperty, getAddMethod, getExactMethod, getPropertyTypeDescriptor, getTypeDescriptor, instantiateTransformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptorFileBasedTypeMapping

public DescriptorFileBasedTypeMapping()
Deprecated. 
Method Detail

processFile

protected void processFile(String fileName)
Deprecated. 

processProperties

protected TypeDescriptor processProperties(Class<?> className,
                                           Properties props)
                                    throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.