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 HTMLContentProviderInterface for classes that provide html compatible content like markup, scritps, links etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetContent(HTMLContentType htmlContentType)Gets the content of the typeHTMLContentTypebooleansupportsContent(HTMLContentType htmlContentType)Indicates whether the passedHTMLContentTypeis supported or not
-
-
-
Method Detail
-
getContent
java.lang.Object getContent(HTMLContentType htmlContentType)
Gets the content of the typeHTMLContentType- Parameters:
htmlContentType-- Returns:
-
supportsContent
boolean supportsContent(HTMLContentType htmlContentType)
Indicates whether the passedHTMLContentTypeis supported or not- Parameters:
htmlContentType-- Returns:
-
-