org.loom.addons.autocompleter
Class AutocompletedConverterFactory

java.lang.Object
  extended by org.loom.addons.autocompleter.AutocompletedConverterFactory
All Implemented Interfaces:
ConverterFactory, org.springframework.context.ApplicationContextAware

@Component
public class AutocompletedConverterFactory
extends java.lang.Object
implements ConverterFactory, org.springframework.context.ApplicationContextAware


Constructor Summary
AutocompletedConverterFactory()
           
 
Method Summary
 Converter getConverter(PropertyWrapper propertyWrapper)
           
protected  MultipleAutocompletedConverter getMultipleValueConverter()
           
protected  AutocompletedConverter getSingleValueConverter()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutocompletedConverterFactory

public AutocompletedConverterFactory()
Method Detail

getConverter

public Converter getConverter(PropertyWrapper propertyWrapper)
Specified by:
getConverter in interface ConverterFactory
Returns:
The converter for this property

getMultipleValueConverter

protected MultipleAutocompletedConverter getMultipleValueConverter()

getSingleValueConverter

protected AutocompletedConverter getSingleValueConverter()

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware


The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.