Interface HTMLContentProvider
- All Known Implementing Classes:
AbstractTagHandler,CanvasComponentTagHandler,DefaultComponentTagHandler,DefaultTagHandler,HeadTagHandler,IFrameTagHandler,ImageComponentTagHandler,ImgTagHandler,InlineScriptTagHandler,LinkTagHandler,MetaTagHandler,NonScriptTagHandler,ParsysComponentTagHandler,ScriptTagHandler,StyleTagHandler,TextComponentTagHandler,TitleComponentTagHandler,TitleTagHandler
public interface HTMLContentProvider
Interface for classes that provide html compatible content like markup, scritps, links etc.
-
Method Summary
Modifier and TypeMethodDescriptiongetContent(HTMLContentType htmlContentType) Gets the content of the typeHTMLContentTypebooleansupportsContent(HTMLContentType htmlContentType) Indicates whether the passedHTMLContentTypeis supported or not
-
Method Details
-
getContent
Gets the content of the typeHTMLContentType- Parameters:
htmlContentType-- Returns:
-
supportsContent
Indicates whether the passedHTMLContentTypeis supported or not- Parameters:
htmlContentType-- Returns:
-