nl.gx.webmanager.cms.presentation
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
 void setLocation(java.lang.String location)
           
 void setName(java.lang.String name)
           
 void setUrl(java.lang.String url)
           
 void setWebManagerStyleSheet(java.lang.Boolean webManagerStyleSheet)
           
 
Methods inherited from interface nl.gx.webmanager.cms.presentation.StyleSheet
getLocation, getName, getUrl, isWebManagerStyleSheet
 

Method Detail

setLocation

void setLocation(java.lang.String location)
Parameters:
location -

setName

void setName(java.lang.String name)
Parameters:
name -

setUrl

void setUrl(java.lang.String url)
Parameters:
url -

setWebManagerStyleSheet

void setWebManagerStyleSheet(java.lang.Boolean webManagerStyleSheet)
Parameters:
webManagerStyleSheet -


Copyright © 2007-2011 GX Software BV. All Rights Reserved.