Uses of Interface
org.apache.wicket.util.resource.IResourceStream

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

Uses of IResourceStream in org.apache.wicket.util.file
 

Methods in org.apache.wicket.util.file that return IResourceStream
 IResourceStream Path.find(Class<?> clazz, String pathname)
          Looks for pathname in the provided folder.
 IResourceStream IResourceFinder.find(Class<?> clazz, String pathname)
          Looks for a given pathname along this path
 

Uses of IResourceStream in org.apache.wicket.util.resource
 

Subinterfaces of IResourceStream in org.apache.wicket.util.resource
 interface IResourceStreamWriter
          Special IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return the getInputStream().
 interface IStringResourceStream
          A resource that can be converted to a String representation, possibly using an explicit Charset.
 

Classes in org.apache.wicket.util.resource that implement IResourceStream
 class AbstractResourceStream
           
 class AbstractResourceStreamWriter
          Base implementation of an IResourceStreamWriter so that you only have to override the IResourceStreamWriter.write(java.io.OutputStream).
 class AbstractStringResourceStream
          Base class for string resources.
 class FileResourceStream
          A FileResourceStream is an IResource implementation for files.
 class ResourceStreamWrapper
          A IResourceStream that wraps another resource stream
 class StringBufferResourceStream
          A string resource that can be appended to.
 class StringResourceStream
          A StringResourceStream is an IResource implementation for strings.
 class XSLTResourceStream
          IResourceStream that applies XSLT on an input IResourceStream.
 class ZipResourceStream
          An IResourceStream that ZIPs a directory's contents on the fly
 

Methods in org.apache.wicket.util.resource that return IResourceStream
 IResourceStream ResourceStreamWrapper.getDelegate()
           
 

Constructors in org.apache.wicket.util.resource with parameters of type IResourceStream
ResourceStreamWrapper(IResourceStream delegate)
           
XSLTResourceStream(IResourceStream xsltResource, IResourceStream xmlResource)
          Construct.
 



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.