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

Packages that use IResourceStream
org.apache.wicket The core Wicket package. 
org.apache.wicket.examples.customresourceloading   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.request.target.resource   
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.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
 

Methods in org.apache.wicket that return IResourceStream
abstract  IResourceStream Resource.getResourceStream()
          Returns a new IResourceStream that provides all data for the request.
<C extends Component>
IResourceStream
MarkupContainer.newMarkupResourceStream(Class<C> containerClass)
          NOT USED ANYMORE; it's here for helping people migrate from Wicket 1.2 to Wicket 1.3
 

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

Methods in org.apache.wicket.examples.customresourceloading that return IResourceStream
 IResourceStream PageWithCustomLoading.getMarkupResourceStream(MarkupContainer container, 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, Class<?> containerClass)
          Create a new markup resource stream for the container.
 IResourceStream DefaultMarkupResourceStreamProvider.getMarkupResourceStream(MarkupContainer container, Class<?> containerClass)
          Create a new markup resource stream for the container.
 IResourceStream MarkupStream.getResource()
           
 

Constructors in org.apache.wicket.markup with parameters of type IResourceStream
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.markup.html
 

Classes in org.apache.wicket.markup.html that implement IResourceStream
protected  class CompressedPackageResource.CompressingResourceStream
          IResourceStream implementation which compresses the data with gzip if the requests header Accept-Encoding contains string gzip
protected  class JavascriptPackageResource.FilteringResourceStream
          Resource Stream that caches the stripped content.
 

Methods in org.apache.wicket.markup.html that return IResourceStream
protected abstract  IResourceStream JavascriptPackageResource.FilteringResourceStream.getOriginalResourceStream()
           
protected abstract  IResourceStream CompressedPackageResource.CompressingResourceStream.getOriginalResourceStream()
           
protected  IResourceStream CompressedPackageResource.getPackageResourceStream()
          Returns the resource stream of package resource
 IResourceStream PackageResource.getResourceStream()
           
 IResourceStream DynamicWebResource.getResourceStream()
           
 IResourceStream CompressedPackageResource.getResourceStream()
          IResourceStream implementation which compresses the data with gzip if the requests header Accept-Encoding contains string gzip
 IResourceStream PackageResource.getResourceStream(boolean failOnError)
           
protected  IResourceStream JavascriptPackageResource.newResourceStream()
           
protected  IResourceStream CompressedPackageResource.newResourceStream()
          Factory method for creating resource stream instance
 

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

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

Methods in org.apache.wicket.request.target.resource with parameters of type IResourceStream
protected  void ResourceStreamRequestTarget.configure(RequestCycle requestCycle, Response response, IResourceStream resourceStream)
          Configures the response, default by setting the content type and length and content disposition (in case the fileName property was set).
 

Constructors in org.apache.wicket.request.target.resource with parameters of type IResourceStream
ResourceStreamRequestTarget(IResourceStream resourceStream)
          Construct.
ResourceStreamRequestTarget(IResourceStream resourceStream, String fileName)
          Construct.
 

Uses of IResourceStream in org.apache.wicket.resource
 

Methods in org.apache.wicket.resource that return IResourceStream
 IResourceStream DynamicByteArrayResource.getResourceStream()
          Deprecated.  
 IResourceStream ContextRelativeResource.getResourceStream()
           
 IResourceStream ByteArrayResource.getResourceStream()
           
 

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

Methods in org.apache.wicket.util.file that return IResourceStream
 IResourceStream WebApplicationPath.find(Class<?> clazz, String pathname)
           
 IResourceStream Path.find(Class<?> clazz, String pathname)
           
 IResourceStream IResourceFinder.find(Class<?> clazz, 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(Class<?> clazz, String path)
           
 IResourceStream OsgiResourceStreamLocator.locate(Class<?> clazz, String path)
           
 IResourceStream IResourceStreamLocator.locate(Class<?> clazz, String path)
          Loads a resource, given a path and class.
 IResourceStream ResourceStreamLocator.locate(Class<?> clazz, String path, String style, Locale locale, String extension)
           
 IResourceStream IResourceStreamLocator.locate(Class<?> clazz, String path, String style, Locale locale, String extension)
          Loads a resource, given a path, style, locale and extension.
protected  IResourceStream ResourceStreamLocator.locateByClassLoader(Class<?> clazz, String path)
          Search the the resource my means of the various classloaders available
protected  IResourceStream ResourceStreamLocator.locateByResourceFinder(Class<?> clazz, String path)
          Search the resource by means of the application registered resource finder
 

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 PackagedTextTemplate
          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, Class<?> containerClass)
           
 



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