org.jboss.portal.server.theme
Class ThemeConstants

java.lang.Object
  extended by org.jboss.portal.server.theme.ThemeConstants

public final class ThemeConstants
extends java.lang.Object

Constant definitions for themes.


Field Summary
static java.lang.String ATTR_THEME
           
static java.lang.String ATTR_THEMESERVER
           
static java.lang.String PARAM_THEME
           
static java.lang.String THEMEURI
          This must match the URL mapping of the theme Servlet in web.xml
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THEMEURI

public static final java.lang.String THEMEURI
This must match the URL mapping of the theme Servlet in web.xml

See Also:
Constant Field Values

ATTR_THEME

public static final java.lang.String ATTR_THEME
See Also:
Constant Field Values

ATTR_THEMESERVER

public static final java.lang.String ATTR_THEMESERVER
See Also:
Constant Field Values

PARAM_THEME

public static final java.lang.String PARAM_THEME
See Also:
Constant Field Values