nl.gx.webmanager.cms.presentation
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
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 java.lang.String getUrl()
           
 boolean isWebManagerStyleSheet()
           
 

Method Detail

getUrl

java.lang.String getUrl()
Returns:
url to the stylesheet

getName

java.lang.String getName()
Returns:
name of the stylesheet

getLocation

java.lang.String getLocation()
Returns:
location

isWebManagerStyleSheet

boolean isWebManagerStyleSheet()
Returns:
true if the stylesheet is a webmanager stylesheet


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