Uses of Package
org.apache.wicket.util.resource

Packages that use org.apache.wicket.util.resource
org.apache.wicket.util.file File utilities. 
org.apache.wicket.util.resource Base support for resources. 
 

Classes in org.apache.wicket.util.resource used by org.apache.wicket.util.file
IResourceStream
          Interface to a streamed resource.
 

Classes in org.apache.wicket.util.resource used by org.apache.wicket.util.resource
AbstractResourceStream
           
AbstractStringResourceStream
          Base class for string resources.
IFixedLocationResourceStream
          Non-dynamic resource streams point to fixed locations, like a file or a url.
IResourceStream
          Interface to a streamed resource.
IStringResourceStream
          A resource that can be converted to a String representation, possibly using an explicit Charset.
ResourceStreamNotFoundException
          Thrown if a required resource cannot be found.
ResourceUtils.PathLocale
           
StringBufferResourceStream
          A string resource that can be appended to.
 



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