{
// SimpleDesktopSkin is the BASE skin for org.apache.myfaces.trinidad.desktop renderKit
// SimplePdaSkin is the BASE skin for org.apache.myfaces.trinidad.pda renderKit. By
// BASE skin, I mean, this is the skin that all SkinExtensions extend
// from.
SimpleDesktopSkin simpleDesktopSkin = new SimpleDesktopSkin();
skinFactory.addSkin(simpleDesktopSkin.getId(), simpleDesktopSkin);
SimplePdaSkin simplePdaSkin = new SimplePdaSkin();
skinFactory.addSkin(simplePdaSkin.getId(), simplePdaSkin);
//portlet skin maps most of our style classes to portlet style classes,
// so we output portlet style classes.