org.apache.wicket.util.resource
Class StringResourceStream

java.lang.Object
  extended by org.apache.wicket.util.resource.AbstractResourceStream
      extended by org.apache.wicket.util.resource.AbstractStringResourceStream
          extended by org.apache.wicket.util.resource.StringResourceStream
All Implemented Interfaces:
java.io.Closeable, java.io.Serializable, IClusterable, IResourceStream, IStringResourceStream, IModifiable

public final class StringResourceStream
extends AbstractStringResourceStream

A StringResourceStream is an IResource implementation for strings.

Author:
Jonathan Locke
See Also:
IResourceStream, IModifiable, Serialized Form

Field Summary
 
Fields inherited from class org.apache.wicket.util.resource.AbstractStringResourceStream
DEFAULT_CONTENT_TYPE
 
Constructor Summary
StringResourceStream(java.lang.CharSequence string)
          Construct.
StringResourceStream(java.lang.CharSequence string, java.lang.String contentType)
          Construct.
 
Method Summary
 java.lang.String asString()
           
protected  java.lang.String getString()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.wicket.util.resource.AbstractStringResourceStream
close, getCharset, getContentType, getInputStream, lastModifiedTime, length, setCharset, setLastModified
 
Methods inherited from class org.apache.wicket.util.resource.AbstractResourceStream
getLocale, getStyle, getVariation, setLocale, setStyle, setVariation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.wicket.util.resource.IResourceStream
getLocale, getStyle, getVariation, setLocale, setStyle, setVariation
 

Constructor Detail

StringResourceStream

public StringResourceStream(java.lang.CharSequence string)
Construct.

Parameters:
string - The resource string

StringResourceStream

public StringResourceStream(java.lang.CharSequence string,
                            java.lang.String contentType)
Construct.

Parameters:
string - The resource string
contentType - The mime type of this resource, such as "image/jpeg" or "text/html"
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

getString

protected java.lang.String getString()
Specified by:
getString in class AbstractStringResourceStream
Returns:
The string resource
See Also:
AbstractStringResourceStream.getString()

asString

public java.lang.String asString()
Specified by:
asString in interface IStringResourceStream
Overrides:
asString in class AbstractStringResourceStream
Returns:
This resource as a String.
See Also:
org.apache.wicket.util.resource.AbstractResourceStream#asString()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.