public interface ThemeURIModifier
Modifier and Type | Method and Description |
---|---|
void |
add(int priority,
java.lang.String uri)
Inserts the specified CSS/WCS file uri at the specified position in the theme uri list according to the priority.
|
void |
add(int priority,
StyleSheet uri)
Inserts the specified CSS/WCS file uri at the specified position in the theme uri list according to the priority.
|
void |
add(java.lang.String uri)
Appends the specified CSS/WCS file uri to the end of the theme uri list.
|
void |
add(StyleSheet uri)
Appends the specified CSS/WCS file uri to the end of the theme uri list.
|
java.util.List<StyleSheet> |
getURIs()
Returns a read-only list of theme uri which present the current status of the CSS/WCS files list.
|
java.util.List<StyleSheet> getURIs()
void add(java.lang.String uri)
uri
- the specified CSS/WCS file urivoid add(int priority, java.lang.String uri)
priority
- the basis used to determine the insertion positionuri
- the specified CSS/WCS file urivoid add(StyleSheet uri)
uri
- the specified CSS/WCS file urivoid add(int priority, StyleSheet uri)
priority
- the basis used to determine the insertion positionuri
- the specified CSS/WCS file uriCopyright © 2005-2023 Potix Corporation. All Rights Reserved.