|
||||||||||
| 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.PackageResourceStream
public class PackageResourceStream
An IResourceStream that reads data from a resource in the classpath. It simply delegates
all operations to the IResourceStream returned by the application's
IResourceStreamLocator.
| Constructor Summary | |
|---|---|
PackageResourceStream(Class<?> scope,
String path)
Obtains an IResourceStream from the application's
IResourceStreamLocator.locate(Class, String) |
|
| Method Summary | |
|---|---|
void |
close()
Closes the resource. |
String |
getContentType()
Gets the mime type of this resource |
InputStream |
getInputStream()
Gets the resource stream. |
Time |
lastModifiedTime()
Gets the last time this modifiable thing changed. |
Bytes |
length()
Gets the size of this resource |
| 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, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackageResourceStream(Class<?> scope,
String path)
IResourceStream from the application's
IResourceStreamLocator.locate(Class, String)
scope - This argument will be used to get the class loader for loading the package
resource, and to determine what package it is in.path - The path to the resource| Method Detail |
|---|
public void close()
throws IOException
IResourceStream
IOExceptionpublic String getContentType()
IResourceStream
getContentType in interface IResourceStreamgetContentType in class AbstractResourceStream
public InputStream getInputStream()
throws ResourceStreamNotFoundException
IResourceStream
ResourceStreamNotFoundExceptionIResourceStream.close()public Bytes length()
IResourceStream
length in interface IResourceStreamlength in class AbstractResourceStreamnull if unknownpublic Time lastModifiedTime()
IModifiable
lastModifiedTime in interface IModifiablelastModifiedTime in class AbstractResourceStreamTime or
null if that information is not available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||