Interface CssFile
- All Known Implementing Classes:
CssFileImpl, CSSFileWrapper
public interface CssFile
Represents a CSS file.
-
Method Summary
-
Method Details
-
add
-
get
-
isPersistent
boolean isPersistent()- Returns:
- if this CSS file should never be thrown away. Used in CSSFilesImpl#clear
-
isPersistent
void isPersistent(boolean b) Indicates that this file should be kept.- Parameters:
b- true if this file should be kept.
-