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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getContent(HTMLContentType htmlContentType)
Gets the content of the typeHTMLContentType
boolean
supportsContent(HTMLContentType htmlContentType)
Indicates whether the passedHTMLContentType
is 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 passedHTMLContentType
is supported or not- Parameters:
htmlContentType
-- Returns:
-
-