de.agilecoders.wicket.webjars.util
Interface IResourceStreamProvider

All Known Implementing Classes:
ClassLoaderResourceStreamProvider, UrlResourceStreamProvider

public interface IResourceStreamProvider

Creates a new IResourceStream that points to a given path.

Author:
miha

Method Summary
 org.apache.wicket.util.resource.IResourceStream newResourceStream(String path)
          Creates a new IResourceStream that points to a given path.
 

Method Detail

newResourceStream

org.apache.wicket.util.resource.IResourceStream newResourceStream(String path)
Creates a new IResourceStream that points to a given path.

Parameters:
path - the path to load
Returns:
new IResourceStream instance


Copyright © 2016 agilecoders.de. All Rights Reserved.