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

Packages that use org.apache.wicket.util.resource
org.apache.wicket.examples.customresourceloading   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.loader   
org.apache.wicket.markup.parser The default parsing engine of Wicket. 
org.apache.wicket.request.handler.resource   
org.apache.wicket.request.resource   
org.apache.wicket.request.resource.caching   
org.apache.wicket.resource Locale aware resouce loaders. 
org.apache.wicket.util.file File utilities. 
org.apache.wicket.util.resource Base support for resources. 
org.apache.wicket.util.resource.locator Locators for finding/ loading resources. 
org.apache.wicket.util.resource.locator.caching   
org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. 
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
org.apache.wicket.velocity.markup.html   
 

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

Classes in org.apache.wicket.util.resource used by org.apache.wicket.markup
IFixedLocationResourceStream
          Non-dynamic resource streams point to fixed locations, like a file or a url.
IResourceStream
          Interface to a streamed resource.
ResourceStreamNotFoundException
          Thrown if a required resource cannot be found.
 

Classes in org.apache.wicket.util.resource used by org.apache.wicket.markup.loader
ResourceStreamNotFoundException
          Thrown if a required resource cannot be found.
 

Classes in org.apache.wicket.util.resource used by org.apache.wicket.markup.parser
ResourceStreamNotFoundException
          Thrown if a required resource cannot be found.
 

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

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

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

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

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.
 

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

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

Classes in org.apache.wicket.util.resource used by org.apache.wicket.util.template
AbstractResourceStream
           
AbstractStringResourceStream
          Base class for string resources.
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.
 

Classes in org.apache.wicket.util.resource used by org.apache.wicket.util.tester
ResourceStreamNotFoundException
          Thrown if a required resource cannot be found.
 

Classes in org.apache.wicket.util.resource used by org.apache.wicket.velocity.markup.html
IResourceStream
          Interface to a streamed resource.
 



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