Uses of Package
com.opensymphony.xwork2.inject.util

Packages that use com.opensymphony.xwork2.inject.util
com.opensymphony.xwork2.inject.util Guice util classes. 
 

Classes in com.opensymphony.xwork2.inject.util used by com.opensymphony.xwork2.inject.util
FinalizableReference
          Package-private interface implemented by references that have code to run after garbage collection of their referents.
FinalizableReferenceQueue
          Starts a background thread that cleans up after reclaimed referents.
FinalizableSoftReference
          Soft reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableWeakReference
          Weak reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
Function
          A Function provides a transformation on an object and returns the resulting object.
ReferenceCache
          Extends ReferenceMap to support lazy loading values by overriding ReferenceCache.create(Object).
ReferenceMap
          Concurrent hash map that wraps keys and/or values in soft or weak references.
ReferenceMap.Entry
           
ReferenceMap.InternalReference
          Marker interface to differentiate external and internal references.
ReferenceMap.PutStrategy
           
ReferenceMap.ReferenceAwareWrapper
          Big hack.
ReferenceMap.Strategy
           
ReferenceType
          Reference type.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.