This class caches the generated resource in memory, and is thus very useful for things you generate dynamically, but reuse for a while after that. If you need resources that stream directly and are not cached, extend {@link WebResource} directly and implement{@link WebResource#getResourceStream()} yourself.
@author Jonathan Locke @author Johan Compagner @author Gili Tzabari
|
|