|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.util.resource.AbstractResourceStream
org.apache.wicket.util.resource.AbstractStringResourceStream
public abstract class AbstractStringResourceStream
Base class for string resources.
Constructor Summary | |
---|---|
AbstractStringResourceStream()
Constructor. |
|
AbstractStringResourceStream(java.lang.String contentType)
Constructor. |
Method Summary | |
---|---|
void |
close()
Closes the resource. |
java.lang.String |
getContentType()
Gets the mime type of this resource |
java.io.InputStream |
getInputStream()
Gets the resource stream. |
protected abstract java.lang.String |
getString()
|
Time |
lastModifiedTime()
Gets the last time this modifiable thing changed. |
void |
setLastModified(Time lastModified)
|
Methods inherited from class org.apache.wicket.util.resource.AbstractResourceStream |
---|
asString, getCharset, getLocale, length, setCharset, setLocale |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractStringResourceStream()
public AbstractStringResourceStream(java.lang.String contentType)
contentType
- The mime type of this resource, such as "image/jpeg" or "text/html"Method Detail |
---|
public void close() throws java.io.IOException
IResourceStream
java.io.IOException
IResourceStream.close()
public java.lang.String getContentType()
IResourceStream
getContentType
in interface IResourceStream
getContentType
in class AbstractResourceStream
ResourceStreamRequestTarget
handle the Content-Type automaticallyIResourceStream.getContentType()
public java.io.InputStream getInputStream() throws ResourceStreamNotFoundException
IResourceStream
ResourceStreamNotFoundException
IResourceStream.getInputStream()
public Time lastModifiedTime()
IModifiable
lastModifiedTime
in interface IModifiable
lastModifiedTime
in class AbstractResourceStream
Time
IModifiable.lastModifiedTime()
public void setLastModified(Time lastModified)
lastModified
- The lastModified to set.protected abstract java.lang.String getString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |