|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.skin.Skin
org.apache.myfaces.trinidadinternal.skin.SkinImpl
org.apache.myfaces.trinidadinternal.skin.SkinNotAvailable
public class SkinNotAvailable
A Skin class used when no skin is available, to avoid null pointer exceptions, etc. (make this a singleton)
Method Summary | |
---|---|
protected java.lang.String |
getBundleName()
Returns the name of the ResourceBundle for the Skin. |
static SkinNotAvailable |
getSkinNotAvailable()
returns the singleton instance of this class. |
java.lang.String |
getStyleSheetName()
Returns the name of the XSS style sheet for this Skin. |
java.lang.Object |
getTranslatedValue(org.apache.myfaces.trinidad.context.LocaleContext lContext,
java.lang.String namespace,
java.lang.String key)
|
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 |
Method Detail |
---|
public static SkinNotAvailable getSkinNotAvailable()
public java.lang.String getStyleSheetName()
SkinImpl
getStyleSheetName
in class SkinImpl
public java.lang.Object getTranslatedValue(org.apache.myfaces.trinidad.context.LocaleContext lContext, java.lang.String namespace, java.lang.String key)
protected java.lang.String getBundleName()
SkinImpl
getBundleName
in class SkinImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |