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. 
 

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.
 



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