java.lang.Object
org.apache.wicket.util.resource.AbstractResourceStream
- All Implemented Interfaces:
Closeable,Serializable,AutoCloseable,IClusterable,IResourceStream,IModifiable
- Direct Known Subclasses:
AbstractStringResourceStream,FileResourceStream,FileSystemResourceStream,XSLTResourceStream,ZipResourceStream
- Author:
- Jonathan Locke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the mime type of this resourcegetStyle()Gets the last time this modifiable thing changed.length()Gets the size of this resourcevoidThis method shouldn't be used from the outside.voidThis method shouldn't be used from the outside.voidsetVariation(String variation) This method shouldn't be used from the outside.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.util.resource.IResourceStream
close, getInputStream
-
Constructor Details
-
AbstractResourceStream
public AbstractResourceStream()
-
-
Method Details
-
getLocale
- Specified by:
getLocalein interfaceIResourceStream- Returns:
- The Locale where this stream did resolve to
-
setLocale
Description copied from interface:IResourceStreamThis method shouldn't be used from the outside. It is used by the Loaders to set the resolved locale.- Specified by:
setLocalein interfaceIResourceStream- Parameters:
locale- The Locale where this stream did resolve to.
-
getStyle
- Specified by:
getStylein interfaceIResourceStream- Returns:
- The Style where this stream did resolve to
-
getVariation
- Specified by:
getVariationin interfaceIResourceStream- Returns:
- The Variation where this stream did resolve to
-
setStyle
Description copied from interface:IResourceStreamThis method shouldn't be used from the outside. It is used by the Loaders to set the resolved Style.- Specified by:
setStylein interfaceIResourceStream- Parameters:
style- The style where this stream did resolve to.
-
setVariation
Description copied from interface:IResourceStreamThis method shouldn't be used from the outside. It is used by the Loaders to set the resolved variation.- Specified by:
setVariationin interfaceIResourceStream- Parameters:
variation- The Variation where this stream did resolve to.
-
length
Description copied from interface:IResourceStreamGets the size of this resource- Specified by:
lengthin interfaceIResourceStream- Returns:
- The size of this resource in the number of bytes, or
nullif unknown
-
getContentType
Description copied from interface:IResourceStreamGets the mime type of this resource- Specified by:
getContentTypein interfaceIResourceStream- Returns:
- The mime type of this resource, such as "image/jpeg" or "text/html". Return null to let ResourceStreamRequestHandler handle the Content-Type automatically
-
lastModifiedTime
Description copied from interface:IModifiableGets the last time this modifiable thing changed.- Specified by:
lastModifiedTimein interfaceIModifiable- Returns:
- the last modification
Timeornullif that information is not available
-