// 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.
// It also clears out the portlet style class definitions.
SimplePortletSkin simplePortletSkin = new SimplePortletSkin();
skinFactory.addSkin(simplePortletSkin.getId(), simplePortletSkin);