Interface LocalResource
-
- All Known Implementing Classes:
CssResourceImpl,DataResourceImpl,ImageResourceImpl
public interface LocalResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLastModifiedTime()URLgetLocalUrl()
-
-
-
Method Detail
-
getLocalUrl
URL getLocalUrl()
-
getLastModifiedTime
long getLastModifiedTime()
-
-