org.apache.myfaces.trinidadinternal.renderkit.core.skin
Class BaseSkin

java.lang.Object
  extended by org.apache.myfaces.trinidad.skin.Skin
      extended by org.apache.myfaces.trinidadinternal.skin.SkinImpl
          extended by org.apache.myfaces.trinidadinternal.renderkit.core.skin.BaseSkin
All Implemented Interfaces:
DocumentProviderSkin
Direct Known Subclasses:
XhtmlSkin

public class BaseSkin
extends SkinImpl

Base Skin implementation

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/renderkit/core/skin/BaseSkin.java#0 $) $Date: 10-nov-2005.19:02:50 $

Constructor Summary
BaseSkin()
           
 
Method Summary
protected  java.lang.String getBundleName()
          Returns the name of the ResourceBundle for this Skin instance.
 java.lang.String getStyleSheetName()
          Returns the name of the XSS style sheet for this Skin.
protected  javax.el.ValueExpression getTranslationSourceValueExpression()
          Returns the ValueExpression of the translation source for this Skin instance.
 
Methods inherited from class org.apache.myfaces.trinidadinternal.skin.SkinImpl
addSkinAddition, getCachedTranslatedValue, getFamily, getIcon, getIcon, getId, getProperty, getRenderKitId, getSkinAdditions, getStyleClassMap, getStyleSheetDocument, getStyleSheetDocumentId, getTranslatedString, getTranslatedValue, getVersion, isDirty, putTranslatedValueInLocaleCache, registerIcon, registerStyleSheet, setDirty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSkin

public BaseSkin()
Method Detail

getStyleSheetName

public java.lang.String getStyleSheetName()
Returns the name of the XSS style sheet for this Skin.

Specified by:
getStyleSheetName in class SkinImpl

getBundleName

protected java.lang.String getBundleName()
Description copied from class: SkinImpl
Returns the name of the ResourceBundle for this Skin instance. This does not include the SkinAddition resource bundles. We differentiate between the two types of resource bundles so that the Skin's own resource bundle can take precedence. Note: A skin cannot have both a bundleName and a translation source value expression. If they do, then the bundlename takes precedence.

Specified by:
getBundleName in class SkinImpl

getTranslationSourceValueExpression

protected javax.el.ValueExpression getTranslationSourceValueExpression()
Description copied from class: SkinImpl
Returns the ValueExpression of the translation source for this Skin instance. This does not include the SkinAddition translation source. The Skin's own resource bundle or translation source can take precedence over the SkinAdditions resource bundle or translation source. Note: A skin cannot have both a bundleName and a translation source value expression. If they do, then the bundleName takes precedence.

Specified by:
getTranslationSourceValueExpression in class SkinImpl


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.