org.apache.wicket.util.resource
Interface IStringResourceStream
- All Superinterfaces:
- Closeable, IClusterable, IModifiable, IResourceStream, 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
setCharset
void setCharset(Charset charset)
- Sets the character set used for converting this resource to a String.
- Parameters:
charset - Charset for component
asString
String asString()
- Returns:
- This resource as a String.
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.