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

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
              extended by org.apache.myfaces.trinidadinternal.renderkit.core.skin.XhtmlSkin
All Implemented Interfaces:
DocumentProviderSkin
Direct Known Subclasses:
BaseDesktopSkin, PdaHtmlSkin

public class XhtmlSkin
extends BaseSkin

Skin implementation for XHTML

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/renderkit/core/skin/XhtmlSkin.java#0 $) $Date: 22-nov-2005.14:42:24 $

Constructor Summary
XhtmlSkin()
           
 
Method Summary
protected  java.lang.String getBundleName()
          Returns the name of the ResourceBundle for this Skin instance.
 
Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.skin.BaseSkin
getStyleSheetName, getTranslationSourceValueExpression
 
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

XhtmlSkin

public XhtmlSkin()
Method Detail

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.

Overrides:
getBundleName in class BaseSkin


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