org.apache.commons.ognl.internal.entry
Class FieldCacheEntryFactory

java.lang.Object
  extended by org.apache.commons.ognl.internal.entry.FieldCacheEntryFactory
All Implemented Interfaces:
CacheEntryFactory<Class<?>,Map<String,Field>>, ClassCacheEntryFactory<Map<String,Field>>

public class FieldCacheEntryFactory
extends Object
implements ClassCacheEntryFactory<Map<String,Field>>


Constructor Summary
FieldCacheEntryFactory()
           
 
Method Summary
 Map<String,Field> create(Class<?> key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldCacheEntryFactory

public FieldCacheEntryFactory()
Method Detail

create

public Map<String,Field> create(Class<?> key)
                         throws CacheException
Specified by:
create in interface CacheEntryFactory<Class<?>,Map<String,Field>>
Throws:
CacheException


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.