protected abstract class StyleSheetPackageResource.FilteringResourceStream extends Object implements org.apache.wicket.util.resource.IResourceStream
| Modifier | Constructor and Description |
|---|---|
protected |
StyleSheetPackageResource.FilteringResourceStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract byte[] |
filterContent(byte[] input) |
String |
getContentType() |
InputStream |
getInputStream() |
Locale |
getLocale() |
protected abstract org.apache.wicket.util.resource.IResourceStream |
getOriginalResourceStream() |
org.apache.wicket.util.time.Time |
lastModifiedTime() |
long |
length() |
void |
setLocale(Locale locale) |
String |
toString() |
protected StyleSheetPackageResource.FilteringResourceStream()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface org.apache.wicket.util.resource.IResourceStreamIOExceptionIResourceStream.close()public String getContentType()
getContentType in interface org.apache.wicket.util.resource.IResourceStreamIResourceStream.getContentType()public InputStream getInputStream() throws org.apache.wicket.util.resource.ResourceStreamNotFoundException
getInputStream in interface org.apache.wicket.util.resource.IResourceStreamorg.apache.wicket.util.resource.ResourceStreamNotFoundExceptionIResourceStream.getInputStream()public Locale getLocale()
getLocale in interface org.apache.wicket.util.resource.IResourceStreamIResourceStream.getLocale()public org.apache.wicket.util.time.Time lastModifiedTime()
lastModifiedTime in interface org.apache.wicket.util.watch.IModifiableIModifiable.lastModifiedTime()public long length()
length in interface org.apache.wicket.util.resource.IResourceStreamIResourceStream.length()public void setLocale(Locale locale)
setLocale in interface org.apache.wicket.util.resource.IResourceStreamIResourceStream.setLocale(java.util.Locale)protected abstract byte[] filterContent(byte[] input)
protected abstract org.apache.wicket.util.resource.IResourceStream getOriginalResourceStream()
Copyright © 2009-2012. All Rights Reserved.