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