| Constructor and Description |
|---|
CssFileImpl()
Constructs a new CssFileImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String selector,
Map<String,String> props)
Add CSS to this CssFile.
|
List<CssRule> |
get(Tag t)
Return CSS declarations for the given tag.
|
boolean |
isPersistent() |
void |
isPersistent(boolean isPeristent)
Indicates that this file should be kept.
|
public boolean add(String selector, Map<String,String> props)
CssFilepublic List<CssRule> get(Tag t)
CssFilepublic boolean isPersistent()
isPersistent in interface CssFilepublic void isPersistent(boolean isPeristent)
isPersistent in interface CssFileisPeristent - set to true if this file should be kept.Copyright © 2020. All rights reserved.