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. -
-
Uses of IHtmlProcessor in lumis.portal.presentation
Methods in lumis.portal.presentation that return types with arguments of type IHtmlProcessor Modifier and Type Method Description List<IHtmlProcessor>
IPresentationManagerSPI. getProcessors(PageWebResource webResource)
Returns a list with theHTML processors
for the givenweb resource
.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 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.
-