|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.util.resource.AbstractResourceStream
public abstract class AbstractResourceStream
IResourceStream
,
Serialized FormConstructor Summary | |
---|---|
AbstractResourceStream()
|
Method Summary | |
---|---|
java.lang.String |
asString()
|
protected java.nio.charset.Charset |
getCharset()
|
java.lang.String |
getContentType()
Gets the mime type of this resource |
java.util.Locale |
getLocale()
|
java.lang.String |
getStyle()
|
java.lang.String |
getVariation()
|
Time |
lastModifiedTime()
Gets the last time this modifiable thing changed. |
long |
length()
Gets the size of this resource in bytes TODO 1.5: rename to lengthInBytes() or let it return some sort of size object |
void |
setCharset(java.nio.charset.Charset charset)
Sets the character set used for reading this resource. |
void |
setLocale(java.util.Locale locale)
This method shouldn't be used for the outside, It is used by the Loaders to set the resolved locale. |
void |
setStyle(java.lang.String style)
This method shouldn't be used for the outside, It is used by the Loaders to set the resolved Style. |
void |
setVariation(java.lang.String variation)
This method shouldn't be used for the outside, It is used by the Loaders to set the resolved variation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.wicket.util.resource.IResourceStream |
---|
close, getInputStream |
Constructor Detail |
---|
public AbstractResourceStream()
Method Detail |
---|
public void setCharset(java.nio.charset.Charset charset)
setCharset
in interface IStringResourceStream
charset
- Charset for componentpublic java.lang.String asString()
asString
in interface IStringResourceStream
protected java.nio.charset.Charset getCharset()
public java.util.Locale getLocale()
getLocale
in interface IResourceStream
IResourceStream.getLocale()
public void setLocale(java.util.Locale locale)
IResourceStream
setLocale
in interface IResourceStream
locale
- The Locale where this stream did resolve to.IResourceStream.setLocale(java.util.Locale)
public java.lang.String getStyle()
getStyle
in interface IResourceStream
IResourceStream.getStyle()
public java.lang.String getVariation()
getVariation
in interface IResourceStream
IResourceStream.getVariation()
public void setStyle(java.lang.String style)
IResourceStream
setStyle
in interface IResourceStream
style
- The style where this stream did resolve to.IResourceStream.setStyle(java.lang.String)
public void setVariation(java.lang.String variation)
IResourceStream
setVariation
in interface IResourceStream
variation
- The Variation where this stream did resolve to.IResourceStream.setVariation(java.lang.String)
public long length()
IResourceStream
length
in interface IResourceStream
IResourceStream.length()
public java.lang.String getContentType()
IResourceStream
getContentType
in interface IResourceStream
ResourceStreamRequestHandler
handle the Content-Type automaticallyIResourceStream.getContentType()
public Time lastModifiedTime()
IModifiable
lastModifiedTime
in interface IModifiable
Time
IModifiable.lastModifiedTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |