Package | Description |
---|---|
org.apache.myfaces.trinidad.skin |
Modifier and Type | Method and Description |
---|---|
static SkinMetadata.RenderKitId |
SkinMetadata.RenderKitId.fromId(String id)
Returns the RenderKit instance or
null if no id matches or id is passed as
null. |
static SkinMetadata.RenderKitId |
SkinMetadata.RenderKitId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkinMetadata.RenderKitId[] |
SkinMetadata.RenderKitId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SkinMetadata.Builder |
SkinMetadata.Builder.renderKitId(SkinMetadata.RenderKitId renderKitId)
Recommended to be set while creating a Skin using SkinFactory#createSkin can be used while
querying Skin using SkinProvider#getSkin
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.