Package org.apache.wicket.util.resource
Interface IStringResourceStream
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,IClusterable,IModifiable,IResourceStream,java.io.Serializable
- All Known Implementing Classes:
AbstractStringResourceStream,StringBufferResourceStream,StringResourceStream
public interface IStringResourceStream extends IResourceStream
A resource that can be converted to a String representation, possibly using an explicit Charset.- Author:
- Jonathan Locke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringasString()voidsetCharset(java.nio.charset.Charset charset)Sets the character set used for converting this resource to a String.-
Methods inherited from interface org.apache.wicket.util.watch.IModifiable
lastModifiedTime
-
Methods inherited from interface org.apache.wicket.util.resource.IResourceStream
close, getContentType, getInputStream, getLocale, getStyle, getVariation, length, setLocale, setStyle, setVariation
-
-