|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.skin.SkinUtils
public class SkinUtils
Utility functions for creating Skins from the trinidad-skins.xml file
Method Summary | |
---|---|
static ParserManager |
createDefaultManager()
Creates a ParserManager pre-registered witih all the default ParserFactories needed to create SkinExtensions. |
static void |
registerBaseSkins()
Register the base skins with the SkinFactory. |
static void |
registerSkinExtensions(javax.faces.context.ExternalContext context)
Register any custom skin extensions found in the trinidad-skins.xml file with the SkinFactory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void registerBaseSkins()
public static void registerSkinExtensions(javax.faces.context.ExternalContext context)
context
- ServletContext, used to get the trinidad-skins.xml file.public static ParserManager createDefaultManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |