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

Packages that use IResourceStream
org.apache.wicket.examples.customresourceloading   
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.util.file File utilities. 
org.apache.wicket.util.resource Base support for resources. 
org.apache.wicket.util.resource.locator Locators for finding/ loading resources. 
org.apache.wicket.util.resource.locator.caching   
org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. 
org.apache.wicket.velocity.markup.html   
 

Uses of IResourceStream in org.apache.wicket.examples.customresourceloading
 

Methods in org.apache.wicket.examples.customresourceloading that return IResourceStream
 IResourceStream PageWithCustomLoading.getMarkupResourceStream(MarkupContainer container, java.lang.Class<?> containerClass)
          This implementation loads from a custom name/ location.
 

Uses of IResourceStream in org.apache.wicket.markup
 

Classes in org.apache.wicket.markup that implement IResourceStream
 class MarkupResourceStream
          An IResourceStream implementation with specific extensions for markup resource streams.
 

Methods in org.apache.wicket.markup that return IResourceStream
 IResourceStream IMarkupResourceStreamProvider.getMarkupResourceStream(MarkupContainer container, java.lang.Class<?> containerClass)
          Create a new markup resource stream for the container.
 IResourceStream DefaultMarkupResourceStreamProvider.getMarkupResourceStream(MarkupContainer container, java.lang.Class<?> containerClass)
          Create a new markup resource stream for the container.
 IResourceStream MarkupStream.getResource()
           
 IResourceStream MarkupResourceStream.getResource()
          Gets the resource that contains this markup
 

Constructors in org.apache.wicket.markup with parameters of type IResourceStream
MarkupException(IResourceStream resource, java.lang.String message)
           
MarkupException(IResourceStream resource, java.lang.String message, java.lang.Throwable cause)
           
MarkupResourceStream(IResourceStream resourceStream)
          Construct.
MarkupResourceStream(IResourceStream resourceStream, ContainerInfo containerInfo, java.lang.Class<?> markupClass)
          Construct.
 

Uses of IResourceStream in org.apache.wicket.request.handler.resource
 

Methods in org.apache.wicket.request.handler.resource that return IResourceStream
 IResourceStream ResourceStreamRequestHandler.getResourceStream()
          Gets the resource stream for the response.
 

Constructors in org.apache.wicket.request.handler.resource with parameters of type IResourceStream
ResourceStreamRequestHandler(IResourceStream resourceStream)
          Construct.
ResourceStreamRequestHandler(IResourceStream resourceStream, java.lang.String fileName)
          Construct.
 

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

Methods in org.apache.wicket.request.resource that return IResourceStream
 IResourceStream PackageResource.getCacheableResourceStream()
           
 IResourceStream ContextRelativeResource.getCacheableResourceStream()
           
protected  IResourceStream PackageResource.getResourceStream()
          locate resource stream for current resource
 

Constructors in org.apache.wicket.request.resource with parameters of type IResourceStream
ResourceStreamResource(IResourceStream stream)
          Construct.
 

Uses of IResourceStream in org.apache.wicket.request.resource.caching
 

Methods in org.apache.wicket.request.resource.caching that return IResourceStream
 IResourceStream IStaticCacheableResource.getCacheableResourceStream()
          get static resource stream which will be unique to the related caching key IStaticCacheableResource.getCacheKey()
 

Uses of IResourceStream in org.apache.wicket.resource
 

Methods in org.apache.wicket.resource with parameters of type IResourceStream
static java.lang.String ResourceUtil.readString(IResourceStream resourceStream)
          read string with platform default encoding from resource stream
static java.lang.String ResourceUtil.readString(IResourceStream resourceStream, java.nio.charset.Charset charset)
          read string with specified encoding from resource stream
 

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

Methods in org.apache.wicket.util.file that return IResourceStream
 IResourceStream WebApplicationPath.find(java.lang.Class<?> clazz, java.lang.String pathname)
           
 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 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) Don't forget to overwrite the length() method if you do know the total length that will be generated.
 class AbstractStringResourceStream
          Base class for string resources.
 class FileResourceStream
          A FileResourceStream is an IResource implementation for files.
 class PackageResourceStream
          An IResourceStream that reads data from a resource in the classpath.
 class StringBufferResourceStream
          A string resource that can be appended to.
 class StringResourceStream
          A StringResourceStream is an IResource implementation for strings.
 class UrlResourceStream
          UrlResourceStream implements IResource for URLs.
 class WebExternalResourceStream
          An IResourceStream that reads data from a file in the web application
 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.
 

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

Methods in org.apache.wicket.util.resource.locator that return IResourceStream
 IResourceStream ResourceStreamLocator.locate(java.lang.Class<?> clazz, java.lang.String path)
           
 IResourceStream OsgiResourceStreamLocator.locate(java.lang.Class<?> clazz, java.lang.String path)
           
 IResourceStream IResourceStreamLocator.locate(java.lang.Class<?> clazz, java.lang.String path)
          Locate a resource, given a path and class.
 IResourceStream ResourceStreamLocator.locate(java.lang.Class<?> clazz, java.lang.String path, java.lang.String style, java.lang.String variation, java.util.Locale locale, java.lang.String extension, boolean strict)
           
 IResourceStream IResourceStreamLocator.locate(java.lang.Class<?> clazz, java.lang.String path, java.lang.String style, java.lang.String variation, java.util.Locale locale, java.lang.String extension, boolean strict)
          Locate a resource by combining the given path, style, variation, locale and extension parameters.
protected  IResourceStream ResourceStreamLocator.locateByClassLoader(java.lang.Class<?> clazz, java.lang.String path)
          Search the the resource my means of the various classloaders available
protected  IResourceStream ResourceStreamLocator.locateByResourceFinder(java.lang.Class<?> clazz, java.lang.String path)
          Search the resource by means of the application registered resource finder
 

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

Methods in org.apache.wicket.util.resource.locator.caching that return IResourceStream
 IResourceStream CachingResourceStreamLocator.locate(java.lang.Class<?> clazz, java.lang.String path)
          Locate a resource, given a path and class.
 IResourceStream CachingResourceStreamLocator.locate(java.lang.Class<?> scope, java.lang.String path, java.lang.String style, java.lang.String variation, java.util.Locale locale, java.lang.String extension, boolean strict)
           
 

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

Classes in org.apache.wicket.util.template that implement IResourceStream
 class CssTemplate
          Decorates a TextTemplate with CSS tags.
 class JavaScriptTemplate
          Decorates a TextTemplate with JavaScript tags.
 class PackageTextTemplate
          A String 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.
 

Uses of IResourceStream in org.apache.wicket.velocity.markup.html
 

Methods in org.apache.wicket.velocity.markup.html that return IResourceStream
 IResourceStream VelocityPanel.getMarkupResourceStream(MarkupContainer container, java.lang.Class<?> containerClass)
          Create a new markup resource stream for the container.
protected abstract  IResourceStream VelocityPanel.getTemplateResource()
          Returns the template resource passed to the constructor.
 

Methods in org.apache.wicket.velocity.markup.html with parameters of type IResourceStream
static VelocityPanel VelocityPanel.forTemplateResource(java.lang.String id, IModel<? extends java.util.Map> model, IResourceStream templateResource)
          Convenience factory method to create a VelocityPanel instance with a given template resource.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.