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

Packages that use IStringResourceStream
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. 
org.apache.wicket.velocity.markup.html   
 

Uses of IStringResourceStream in org.apache.wicket.util.resource
 

Classes in org.apache.wicket.util.resource that implement IStringResourceStream
 class AbstractResourceStream
           
 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
 

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

Classes in org.apache.wicket.util.template that implement IStringResourceStream
 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 IStringResourceStream in org.apache.wicket.velocity.markup.html
 

Methods in org.apache.wicket.velocity.markup.html that return IStringResourceStream
protected abstract  IStringResourceStream VelocityPanel.getTemplateResource()
          Returns the template resource passed to the constructor.
 

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



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