Package lumis.service.htmlinjector
Class HtmlInjector
- java.lang.Object
-
- lumis.portal.presentation.AbstractHtmlProcessor
-
- lumis.service.htmlinjector.HtmlInjector
-
- All Implemented Interfaces:
IHtmlProcessor
public class HtmlInjector extends AbstractHtmlProcessor
IHtmlProcessor
that injects managed HTML into pages.- Since:
- 8.2.0
- Version:
- $Revision: 25418 $ $Date: 2023-01-16 15:26:55 -0300 (Mon, 16 Jan 2023) $
-
-
Constructor Summary
Constructors Constructor Description HtmlInjector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
process(java.lang.String originalHtml, IPageWebResourceRenderRequest pageWebResourceRenderRequest)
Returns the processed HMTL for user.-
Methods inherited from class lumis.portal.presentation.AbstractHtmlProcessor
getPropertyValue, getPropertyValues, getServiceInstanceId, getServiceInstancePropertyValue, getServiceInstancePropertyValues, init
-
-
-
-
Method Detail
-
process
public java.lang.String process(java.lang.String originalHtml, IPageWebResourceRenderRequest pageWebResourceRenderRequest) throws PortalException
Description copied from interface:IHtmlProcessor
Returns the processed HMTL for user. This method must not returnnull
.- Parameters:
originalHtml
- the original HMTL.pageWebResourceRenderRequest
- the page webresource render request.- Returns:
- the processed HMTL for user.
- Throws:
PortalException
-
-