Uses of Interface
lumis.portal.presentation.IHtmlProcessor
-
Packages that use IHtmlProcessor Package Description lumis.portal.presentation lumis.portal.service lumis.service.htmlinjector HTML injection service.lumis.service.scriptinghtmlprocessor -
-
Uses of IHtmlProcessor in lumis.portal.presentation
Classes in lumis.portal.presentation that implement IHtmlProcessor Modifier and Type Class Description class
AbstractHtmlProcessor
AbstractIHtmlProcessor
.Methods in lumis.portal.presentation that return types with arguments of type IHtmlProcessor Modifier and Type Method Description java.util.List<IHtmlProcessor>
IPresentationManagerSPI. getProcessors(PageWebResource webResource)
Returns a list with theHTML processors
for the givenweb resource
.java.util.List<IHtmlProcessor>
PresentationManager. getProcessors(PageWebResource webResource)
-
Uses of IHtmlProcessor in lumis.portal.service
Methods in lumis.portal.service that return types with arguments of type IHtmlProcessor Modifier and Type Method Description java.util.List<IHtmlProcessor>
ServiceConfig. getProcessors()
Returns theHTML processors
of this service. -
Uses of IHtmlProcessor in lumis.service.htmlinjector
Classes in lumis.service.htmlinjector that implement IHtmlProcessor Modifier and Type Class Description class
HtmlInjector
IHtmlProcessor
that injects managed HTML into pages. -
Uses of IHtmlProcessor in lumis.service.scriptinghtmlprocessor
Classes in lumis.service.scriptinghtmlprocessor that implement IHtmlProcessor Modifier and Type Class Description class
ScriptingHtmlProcessor
AIHtmlProcessor
implementation that uses scripting languages to process the HTML.
-