Uses of Interface
org.apache.wicket.util.resource.IResourceStream
-
Packages that use IResourceStream Package Description org.apache.wicket.core.request.handler.logger org.apache.wicket.core.util.file org.apache.wicket.core.util.resource org.apache.wicket.core.util.resource.locator Locators for finding/ loading resources.org.apache.wicket.core.util.resource.locator.caching org.apache.wicket.extensions.markup.html.repeater.data.table.export Package for exporting data tables.org.apache.wicket.markup Base package for markup.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.resource.bundles org.apache.wicket.util.file File utilities.org.apache.wicket.util.resource Base support for resources.org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. -
-
Uses of IResourceStream in org.apache.wicket.core.request.handler.logger
Methods in org.apache.wicket.core.request.handler.logger that return types with arguments of type IResourceStream Modifier and Type Method Description Class<? extends IResourceStream>
ResourceStreamLogData. getResourceStreamClass()
Returns the class of the resource stream.Constructors in org.apache.wicket.core.request.handler.logger with parameters of type IResourceStream Constructor Description ResourceStreamLogData(ResourceStreamRequestHandler streamHandler, IResourceStream stream)
Construct. -
Uses of IResourceStream in org.apache.wicket.core.util.file
Methods in org.apache.wicket.core.util.file that return IResourceStream Modifier and Type Method Description IResourceStream
WebApplicationPath. find(Class<?> clazz, String pathname)
-
Uses of IResourceStream in org.apache.wicket.core.util.resource
Classes in org.apache.wicket.core.util.resource that implement IResourceStream Modifier and Type Class Description class
PackageResourceStream
AnIResourceStream
that reads data from a resource in the classpath.class
UrlResourceStream
UrlResourceStream implements IResource for URLs.class
WebExternalResourceStream
AnIResourceStream
that reads data from a file in the web applicationMethods in org.apache.wicket.core.util.resource that return IResourceStream Modifier and Type Method Description IResourceStream
ClassPathResourceFinder. find(Class<?> clazz, String path)
-
Uses of IResourceStream in org.apache.wicket.core.util.resource.locator
Methods in org.apache.wicket.core.util.resource.locator that return IResourceStream Modifier and Type Method Description IResourceStream
IResourceStreamLocator. locate(Class<?> clazz, String path)
Locate a resource, given a path and class.IResourceStream
IResourceStreamLocator. locate(Class<?> clazz, String path, String style, String variation, Locale locale, String extension, boolean strict)
Locate a resource by combining the given path, style, variation, locale and extension parameters.IResourceStream
OsgiResourceStreamLocator. locate(Class<?> clazz, String path)
IResourceStream
ResourceStreamLocator. locate(Class<?> clazz, String path)
IResourceStream
ResourceStreamLocator. locate(Class<?> clazz, String path, String style, String variation, Locale locale, String extension, boolean strict)
-
Uses of IResourceStream in org.apache.wicket.core.util.resource.locator.caching
Methods in org.apache.wicket.core.util.resource.locator.caching that return IResourceStream Modifier and Type Method Description IResourceStream
CachingResourceStreamLocator. locate(Class<?> clazz, String path)
Locate a resource, given a path and class.IResourceStream
CachingResourceStreamLocator. locate(Class<?> scope, String path, String style, String variation, Locale locale, String extension, boolean strict)
-
Uses of IResourceStream in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.export that implement IResourceStream Modifier and Type Class Description static class
ExportToolbar.DataExportResourceStreamWriter
AnIResourceStreamWriter
which writes the exportable data from a table to an output stream. -
Uses of IResourceStream in org.apache.wicket.markup
Classes in org.apache.wicket.markup that implement IResourceStream Modifier and Type Class Description class
MarkupResourceStream
An IResourceStream implementation with specific extensions for markup resource streams.Methods in org.apache.wicket.markup that return IResourceStream Modifier and Type Method Description IResourceStream
DefaultMarkupResourceStreamProvider. getMarkupResourceStream(MarkupContainer container, Class<?> containerClass)
Create a new markup resource stream for the container.IResourceStream
IMarkupResourceStreamProvider. getMarkupResourceStream(MarkupContainer container, Class<?> containerClass)
Create a new markup resource stream for the container.IResourceStream
MarkupResourceStream. getResource()
Gets the resource that contains this markupIResourceStream
MarkupStream. getResource()
Constructors in org.apache.wicket.markup with parameters of type IResourceStream Constructor Description MarkupException(IResourceStream resource, String message)
MarkupException(IResourceStream resource, String message, Throwable cause)
MarkupResourceStream(IResourceStream resourceStream)
Construct.MarkupResourceStream(IResourceStream resourceStream, ContainerInfo containerInfo, Class<?> markupClass)
Construct. -
Uses of IResourceStream in org.apache.wicket.request.handler.resource
Methods in org.apache.wicket.request.handler.resource that return IResourceStream Modifier and Type Method Description IResourceStream
ResourceStreamRequestHandler. getResourceStream()
Gets the resource stream for the response.Constructors in org.apache.wicket.request.handler.resource with parameters of type IResourceStream Constructor Description ResourceStreamRequestHandler(IResourceStream resourceStream)
Construct.ResourceStreamRequestHandler(IResourceStream resourceStream, String fileName)
Construct. -
Uses of IResourceStream in org.apache.wicket.request.resource
Methods in org.apache.wicket.request.resource that return IResourceStream Modifier and Type Method Description IResourceStream
ContextRelativeResource. getResourceStream()
IResourceStream
PackageResource. getResourceStream()
locate resource stream for current resourceprotected IResourceStream
ResourceStreamResource. getResourceStream(IResource.Attributes attributes)
Lazy or dynamic initialization of the wrapped IResourceStream(Writer)Constructors in org.apache.wicket.request.resource with parameters of type IResourceStream Constructor Description ResourceStreamResource(IResourceStream stream)
Constructor. -
Uses of IResourceStream in org.apache.wicket.request.resource.caching
Methods in org.apache.wicket.request.resource.caching that return IResourceStream Modifier and Type Method Description IResourceStream
IStaticCacheableResource. getResourceStream()
get static resource stream which will be unique to the related caching keyIStaticCacheableResource.getCacheKey()
-
Uses of IResourceStream in org.apache.wicket.resource
Methods in org.apache.wicket.resource with parameters of type IResourceStream Modifier and Type Method Description protected void
PropertiesFactory. addToWatcher(String path, IResourceStream resourceStream, IModificationWatcher watcher)
Add the resource stream to the file being watchedprotected ValueMap
PropertiesFactory. loadFromLoader(IPropertiesLoader loader, IResourceStream resourceStream)
static String
ResourceUtil. readString(IResourceStream resourceStream)
read string with platform default encoding from resource streamstatic String
ResourceUtil. readString(IResourceStream resourceStream, Charset charset)
read string with specified encoding from resource stream -
Uses of IResourceStream in org.apache.wicket.resource.bundles
Methods in org.apache.wicket.resource.bundles that return IResourceStream Modifier and Type Method Description IResourceStream
ConcatBundleResource. getResourceStream()
Method parameters in org.apache.wicket.resource.bundles with type arguments of type IResourceStream Modifier and Type Method Description protected String
ConcatBundleResource. findContentType(List<IResourceStream> resources)
protected Instant
ConcatBundleResource. findLastModified(List<IResourceStream> resources)
protected byte[]
ConcatBundleResource. readAllResources(List<IResourceStream> 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 IResourceStream
IResourceFinder. find(Class<?> clazz, String pathname)
Looks for a given pathname along this pathIResourceStream
Path. find(Class<?> clazz, String pathname)
Looks forpathname
in 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 interface
IResourceStreamWriter
Special IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return thegetInputStream()
.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 Modifier and Type Class Description class
AbstractResourceStream
class
AbstractResourceStreamWriter
Base implementation of an IResourceStreamWriter so that you only have to override theIResourceStreamWriter.write(java.io.OutputStream)
.class
AbstractStringResourceStream
Base class for string resources.class
FileResourceStream
A FileResourceStream is an IResource implementation for files.class
FileSystemResourceStream
A FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.class
ResourceStreamWrapper
A IResourceStream that wraps another resource streamclass
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 inputIResourceStream
.class
ZipResourceStream
An IResourceStream that ZIPs a directory's contents on the flyMethods in org.apache.wicket.util.resource that return IResourceStream Modifier and Type Method Description IResourceStream
ResourceStreamWrapper. 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 thedelegate
resource stream.XSLTResourceStream(IResourceStream xsltResource, IResourceStream xmlResource)
Construct.XSLTResourceStream(IResourceStream xsltResource, IResourceStream xmlResource, TransformerFactory transformerFactory)
Construct. -
Uses of IResourceStream in org.apache.wicket.util.template
Classes in org.apache.wicket.util.template that implement IResourceStream Modifier and Type Class Description class
CssTemplate
Decorates aTextTemplate
with CSS tags.class
JavaScriptTemplate
Decorates aTextTemplate
with JavaScript tags.class
PackageTextTemplate
AString
resource that can be appended to.class
TextTemplate
Represents a text template that can do variable interpolation.class
TextTemplateDecorator
Provides the ability to 'decorate' the actual template contents before it is contributed to the header.
-