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.
IResourceStreamWriter
          Special IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return the IResourceStream.getInputStream().
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 © 2006–2013 Apache Software Foundation. All rights reserved.