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(java.lang.Class<?> clazz, java.lang.String pathname)
           
 IResourceStream IResourceFinder.find(java.lang.Class<?> clazz, java.lang.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 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 AbstractStringResourceStream
          Base class for string resources.
 class FileResourceStream
          A FileResourceStream is an IResource implementation for files.
 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
 

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



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