Package org.xwiki.filter.input
Interface URLInputSource
-
- All Superinterfaces:
AutoCloseable
,Closeable
,InputSource
- All Known Implementing Classes:
DefaultURLInputSource
public interface URLInputSource extends InputSource
- Since:
- 6.2M1
- Version:
- $Id: 6c559b9bbebe225768be70f372aa2d711bd5fa4f $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URL
getURL()
-
Methods inherited from interface org.xwiki.filter.input.InputSource
restartSupported
-
-
-
-
Method Detail
-
getURL
URL getURL()
-
-