Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.skin.SkinFactory

Packages that use SkinFactory
org.apache.myfaces.trinidad.config   
org.apache.myfaces.trinidad.skin   

 

Uses of SkinFactory in org.apache.myfaces.trinidad.config

 

Methods in org.apache.myfaces.trinidad.config with parameters of type SkinFactory
 void Configurator.reloadSkins(javax.faces.context.ExternalContext externalContext, SkinFactory factory)
          The skinning framework calls this method to notify Configurators that the specified SkinFactory has been reloaded.

 

Uses of SkinFactory in org.apache.myfaces.trinidad.skin

 

Methods in org.apache.myfaces.trinidad.skin that return SkinFactory
static SkinFactory SkinFactory.getFactory()
          Retrieve the current SkinFactory.

 

Methods in org.apache.myfaces.trinidad.skin with parameters of type SkinFactory
static void SkinFactory.setFactory(SkinFactory factory)
          Store the current SkinFactory.

 


Skip navigation links


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.