Uses of Interface
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet

Packages that use PropertyResolver.IGetAndSet
org.apache.wicket.util.lang Java utilities. 
 

Uses of PropertyResolver.IGetAndSet in org.apache.wicket.util.lang
 

Methods in org.apache.wicket.util.lang that return types with arguments of type PropertyResolver.IGetAndSet
 Map<String,PropertyResolver.IGetAndSet> PropertyResolver.IClassCache.get(Class<?> clz)
          Returns the class map from the cache.
 

Method parameters in org.apache.wicket.util.lang with type arguments of type PropertyResolver.IGetAndSet
 void PropertyResolver.IClassCache.put(Class<?> clz, Map<String,PropertyResolver.IGetAndSet> values)
          Put the class into the cache, or if that class shouldn't be cached do nothing.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.