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
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 $
Author:
The Oracle ADF Faces Team

Constructor Summary
BaseSkin()
           
 
Method Summary
protected  java.lang.String getBundleName()
          Returns the name of the ResourceBundle for the Skin.
 java.lang.String getStyleSheetName()
          Returns the name of the XSS style sheet for this Skin.
 
Methods inherited from class org.apache.myfaces.trinidadinternal.skin.SkinImpl
getFamily, getIcon, getIcon, getId, getProperty, getRenderKitId, getStyleClassMap, getStyleSheetDocument, getTranslatedString, getTranslatedValue, registerIcon, registerStyleSheet, 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 the Skin.

Specified by:
getBundleName in class SkinImpl


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