org.apache.myfaces.trinidadinternal.skin
Interface DocumentProviderSkin
- All Known Implementing Classes:
- BaseDesktopSkin, BaseSkin, CasablancaDesktopSkin, CasablancaPdaSkin, CasablancaPortletSkin, MinimalDesktopSkinExtension, MinimalPdaSkinExtension, MinimalPortletSkinExtension, PdaHtmlSkin, RequestSkinWrapper, SimpleDesktopSkin, SimplePdaSkin, SimplePortletSkin, SkinExtension, SkinImpl, SkinNotAvailable, XhtmlSkin
public interface DocumentProviderSkin
Some Skin consumers need access to the StyleSheetDocument. However,
the public Skin API cannot provide access to the StyleSheetDocument,
since this is not part of the public API. This little interface is
provided so that internal Skin consumers (such as SkinStyleProvider)
can get access to the StyleSheetDocument without casting to a particular
Skin implementation.
getStyleSheetDocument
StyleSheetDocument getStyleSheetDocument(StyleContext styleContext)
- Returns the StyleSheetDocument for the specified context.
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.