You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Anand V Nath (Created) (JIRA)" <de...@myfaces.apache.org> on 2011/11/10 08:30:51 UTC

[jira] [Created] (TRINIDAD-2163) Ability to create SkinExtension at runtime using public API

Ability to create SkinExtension at runtime using public API
-----------------------------------------------------------

                 Key: TRINIDAD-2163
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2163
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Skinning
            Reporter: Anand V Nath
            Priority: Minor


SkinExtension is part of internal API of trinidad. It would be useful to expose an API which will create a SkinExtension from SkinFactory.

/**
 * This method creates Skin using a baseSkin
 */
public static Skin createSkinExtenstion(Skin baseSkin, String id, String family, String renderKitId, String cssPath, SkinVersion version)
{
    // Create new SkinExtension object and return.
}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira