Interface WebFile
public interface WebFile
-
Method Details
-
getPath
String getPath() -
getName
String getName()- Returns:
- the name of this
WebFile
, i.e. the last element of the path.
-
getEncoding
String getEncoding()- Returns:
- the encoding of this content.
-
getLastModified
Calendar getLastModified()- Returns:
- the last time this content has changed.
-
getMimeType
String getMimeType()- Returns:
- the MIME type of this content.
-
getBinary
Binary getBinary()- Returns:
- the binary data of this content.
-