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
-
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:
getInputStream
in interfaceIResourceStream
-
length
- Specified by:
length
in interfaceIResourceStream
- Overrides:
length
in classAbstractResourceStream
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceIResourceStream
-
locationAsString
- Specified by:
locationAsString
in interfaceIFixedLocationResourceStream
-
getContentType
- Specified by:
getContentType
in interfaceIResourceStream
- Overrides:
getContentType
in classAbstractResourceStream
-
getFilename
-