Class HttpResourceStream
java.lang.Object
org.apache.wicket.util.resource.AbstractResourceStream
org.apache.syncope.client.ui.commons.HttpResourceStream
- All Implemented Interfaces:
Closeable,Serializable,AutoCloseable,IClusterable,IFixedLocationResourceStream,IResourceStream,IModifiable
public class HttpResourceStream
extends AbstractResourceStream
implements IFixedLocationResourceStream
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.wicket.util.resource.AbstractResourceStream
getLocale, getStyle, getVariation, lastModifiedTime, setLocale, setStyle, setVariation
-
Constructor Details
-
HttpResourceStream
-
-
Method Details
-
getInputStream
- Specified by:
getInputStreamin interfaceIResourceStream
-
length
- Specified by:
lengthin interfaceIResourceStream- Overrides:
lengthin classAbstractResourceStream
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceIResourceStream
-
locationAsString
- Specified by:
locationAsStringin interfaceIFixedLocationResourceStream
-
getContentType
- Specified by:
getContentTypein interfaceIResourceStream- Overrides:
getContentTypein classAbstractResourceStream
-
getFilename
-