|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Skin | |
---|---|
org.apache.myfaces.trinidad.context | |
org.apache.myfaces.trinidad.skin |
Uses of Skin in org.apache.myfaces.trinidad.context |
---|
Methods in org.apache.myfaces.trinidad.context that return Skin | |
---|---|
abstract Skin |
RenderingContext.getSkin()
Get the Skin that is attached to this RenderingContext. |
Uses of Skin in org.apache.myfaces.trinidad.skin |
---|
Methods in org.apache.myfaces.trinidad.skin that return Skin | |
---|---|
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. |
abstract Skin |
SkinFactory.getSkin(javax.faces.context.FacesContext context,
String family,
String renderKitId,
String version)
Return a Skin instance for the specified skinFamily and
renderKitId, and skin version. |
Methods in org.apache.myfaces.trinidad.skin with parameters of type Skin | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |