com.day.cq.theme
Interface Theme

All Known Implementing Classes:
PlainTheme

public interface Theme

The Theme interface defines the API to define themes (or skins) to configure the look and feel of the web site.

This interface is not finalized yet and needs much enhancement !


Field Summary
static String REQUEST_ATTR
          The request attribute used to store the theme.
 
Method Summary
 String getCss()
          Returns the URL to the CSS to use on the result or null if no CSS should be loaded.
 String getPath()
           
 

Field Detail

REQUEST_ATTR

static final String REQUEST_ATTR
The request attribute used to store the theme.

Method Detail

getCss

String getCss()
Returns the URL to the CSS to use on the result or null if no CSS should be loaded.


getPath

String getPath()


Copyright © 2008 Day Management AG. All Rights Reserved.