Interface InternalStylesheet
-
- All Superinterfaces:
StyleSheet
public interface InternalStylesheet extends 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:
StyleSheet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLocation(String location)
void
setName(String name)
void
setUrl(String url)
void
setWebManagerStyleSheet(Boolean webManagerStyleSheet)
-
Methods inherited from interface nl.gx.webmanager.cms.presentation.StyleSheet
getLocation, getName, getUrl, isWebManagerStyleSheet
-
-
-
-
Method Detail
-
setLocation
void setLocation(String location)
- Parameters:
location
-
-
setName
void setName(String name)
- Parameters:
name
-
-
setUrl
void setUrl(String url)
- Parameters:
url
-
-
setWebManagerStyleSheet
void setWebManagerStyleSheet(Boolean webManagerStyleSheet)
- Parameters:
webManagerStyleSheet
-
-
-