com.browseengine.bobo.facets.data
Class PredefinedTermListFactory<T>

java.lang.Object
  extended by com.browseengine.bobo.facets.data.PredefinedTermListFactory<T>
All Implemented Interfaces:
TermListFactory<T>

public class PredefinedTermListFactory<T>
extends Object
implements TermListFactory<T>

Class supported:

Autoboxing: primitive types corresponding classes above are supported.


Field Summary
 
Fields inherited from interface com.browseengine.bobo.facets.data.TermListFactory
StringListFactory
 
Constructor Summary
PredefinedTermListFactory(Class<?> cls)
           
PredefinedTermListFactory(Class<?> cls, String format)
           
 
Method Summary
 TermValueList<T> createTermList()
           
 Class<T> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredefinedTermListFactory

public PredefinedTermListFactory(Class<?> cls,
                                 String format)

PredefinedTermListFactory

public PredefinedTermListFactory(Class<?> cls)
Method Detail

createTermList

public TermValueList<T> createTermList()
Specified by:
createTermList in interface TermListFactory<T>

getType

public Class<T> getType()
Specified by:
getType in interface TermListFactory<T>


Copyright © 2011. All Rights Reserved.