Interface StyleSheet
-
- All Known Subinterfaces:
InternalStylesheet
public interface StyleSheet
Setters for StyleSheet. The stylsheet is initialized with the location (relative path), the name which is used in the querystring to identify the css, the url and a boolean if it's a stylesheet generated from WebManager.- See Also:
InternalStylesheet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocation()
String
getName()
String
getUrl()
boolean
isWebManagerStyleSheet()
-