Uses of Interface
org.apache.wicket.util.resource.IResourceStream
-
Packages that use IResourceStream Package Description 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 Modifier and Type Method Description IResourceStreamIResourceFinder. find(Class<?> clazz, String pathname)Looks for a given pathname along this pathIResourceStreamPath. find(Class<?> clazz, String pathname)Looks forpathnamein the providedfolder. -
Uses of IResourceStream in org.apache.wicket.util.resource
Subinterfaces of IResourceStream in org.apache.wicket.util.resource Modifier and Type Interface Description interfaceIResourceStreamWriterSpecial IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return thegetInputStream().interfaceIStringResourceStreamA resource that can be converted to a String representation, possibly using an explicit Charset.Classes in org.apache.wicket.util.resource that implement IResourceStream Modifier and Type Class Description classAbstractResourceStreamclassAbstractResourceStreamWriterBase implementation of an IResourceStreamWriter so that you only have to override theIResourceStreamWriter.write(java.io.OutputStream).classAbstractStringResourceStreamBase class for string resources.classFileResourceStreamA FileResourceStream is an IResource implementation for files.classFileSystemResourceStreamA FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.classResourceStreamWrapperA IResourceStream that wraps another resource streamclassStringBufferResourceStreamA string resource that can be appended to.classStringResourceStreamA StringResourceStream is an IResource implementation for strings.classXSLTResourceStreamIResourceStreamthat applies XSLT on an inputIResourceStream.classZipResourceStreamAn IResourceStream that ZIPs a directory's contents on the flyMethods in org.apache.wicket.util.resource that return IResourceStream Modifier and Type Method Description IResourceStreamResourceStreamWrapper. getDelegate()Returns the wrapped delegate.Constructors in org.apache.wicket.util.resource with parameters of type IResourceStream Constructor Description ResourceStreamWrapper(IResourceStream delegate)Creates the wrapper around thedelegateresource stream.XSLTResourceStream(IResourceStream xsltResource, IResourceStream xmlResource)Construct.
-