Package | Description |
---|---|
org.apache.myfaces.trinidad.context | |
org.apache.myfaces.trinidad.skin |
Modifier and Type | Method and Description |
---|---|
abstract Skin |
RenderingContext.getSkin()
Get the Skin that is attached to this RenderingContext.
|
Modifier and Type | Method and Description |
---|---|
abstract Skin |
SkinFactory.getSkin(javax.faces.context.FacesContext context,
String skinId)
Return a
Skin instance for the specified skinId. |
abstract Skin |
SkinFactory.getSkin(javax.faces.context.FacesContext context,
String family,
String renderKitId)
Return a
Skin instance for the specified skinFamily and
renderKitId. |
Modifier and Type | Method and Description |
---|---|
abstract void |
SkinFactory.addSkin(String skinId,
Skin skin)
Register the specified
Skin instance, associated with
the specified skinId , to be supported by this
SkinFactory , replacing any previously registered
Skin for this identifier. |
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.