wicket.util.resource
Interface IStringResourceStream
- All Superinterfaces:
- IModifiable, IResourceStream, java.io.Serializable
- All Known Implementing Classes:
- AbstractResourceStream, AbstractStringResourceStream, FileResourceStream, StringBufferResourceStream, StringResourceStream, UrlResourceStream
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 |
java.lang.String |
asString()
|
void |
setCharset(java.nio.charset.Charset charset)
Sets the character set used for converting this resource to a String. |
setCharset
void setCharset(java.nio.charset.Charset charset)
- Sets the character set used for converting this resource to a String.
- Parameters:
charset - Charset for component
asString
java.lang.String asString()
- Returns:
- This resource as a String.
Copyright © 2004-2007 Wicket developers. All Rights Reserved.