Uses of Interface
org.apache.wicket.util.resource.IResourceStream
Packages that use IResourceStream
Package
Description
File utilities.
Base support for resources.
-
Uses of IResourceStream in org.apache.wicket.util.file
Methods in org.apache.wicket.util.file that return IResourceStreamModifier and TypeMethodDescriptionLooks for a given pathname along this pathLooks forpathnamein the providedfolder. -
Uses of IResourceStream in org.apache.wicket.util.resource
Subinterfaces of IResourceStream in org.apache.wicket.util.resourceModifier and TypeInterfaceDescriptioninterfaceSpecial IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return thegetInputStream().interfaceA resource that can be converted to a String representation, possibly using an explicit Charset.Classes in org.apache.wicket.util.resource that implement IResourceStreamModifier and TypeClassDescriptionclassclassBase implementation of an IResourceStreamWriter so that you only have to override theIResourceStreamWriter.write(java.io.OutputStream).classBase class for string resources.classA FileResourceStream is an IResource implementation for files.classA FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.classA IResourceStream that wraps another resource streamclassA string resource that can be appended to.final classA StringResourceStream is an IResource implementation for strings.classIResourceStreamthat applies XSLT on an inputIResourceStream.classAn IResourceStream that ZIPs a directory's contents on the flyMethods in org.apache.wicket.util.resource that return IResourceStreamModifier and TypeMethodDescriptionResourceStreamWrapper.getDelegate()Returns the wrapped delegate.Constructors in org.apache.wicket.util.resource with parameters of type IResourceStreamModifierConstructorDescriptionResourceStreamWrapper(IResourceStream delegate) Creates the wrapper around thedelegateresource stream.XSLTResourceStream(IResourceStream xsltResource, IResourceStream xmlResource) Construct.XSLTResourceStream(IResourceStream xsltResource, IResourceStream xmlResource, TransformerFactory transformerFactory) Construct.