Uses of Class
org.apache.wicket.util.resource.AbstractResourceStream

Packages that use AbstractResourceStream
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 AbstractResourceStream in org.apache.wicket.util.resource
 

Subclasses of AbstractResourceStream in org.apache.wicket.util.resource
 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 AbstractResourceStream in org.apache.wicket.util.template
 

Subclasses of AbstractResourceStream in org.apache.wicket.util.template
 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-2011 Apache Software Foundation. All Rights Reserved.