Package org.opennms.web.api
Interface HtmlInjector
-
- All Known Implementing Classes:
ModalInjector
public interface HtmlInjector
Allows services to inject HTML content at arbitrary URLs.- Author:
- jwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
inject(javax.servlet.http.HttpServletRequest request)
Inject content into the current page.
-