org.apache.myfaces.trinidadinternal.style
Interface StyleConstants

All Known Implementing Classes:
ColorNodeParser, ColorSchemeNodeParser, CompoundPropertyNodeParser, IncludePropertyNodeParser, PropertyNodeParser, StyleNodeParser, StyleSheetDocumentParser, StyleSheetNodeParser, ValueNodeParser

public interface StyleConstants

Constants for org.apache.myfaces.trinidadinternal.style.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/StyleConstants.java#0 $) $Date: 10-nov-2005.18:57:57 $
Author:
The Oracle ADF Faces Team

Field Summary
static java.lang.String CSS_MIME_TYPE
          Mime type for CSS
static java.lang.String OCELOT_NAMESPACE
          Namespace used by UIX Styles.
static java.lang.Object USER_STYLE_SHEET_PROPERTY
          Property key for specifying the UserStyleSheet to use when accessing Styles from a StyleProvider.
 

Field Detail

OCELOT_NAMESPACE

static final java.lang.String OCELOT_NAMESPACE
Namespace used by UIX Styles. This namespace is used for storing style-related properties on the RenderingContext.

See Also:
Constant Field Values

CSS_MIME_TYPE

static final java.lang.String CSS_MIME_TYPE
Mime type for CSS

See Also:
Constant Field Values

USER_STYLE_SHEET_PROPERTY

static final java.lang.Object USER_STYLE_SHEET_PROPERTY
Property key for specifying the UserStyleSheet to use when accessing Styles from a StyleProvider.



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.