Uses of Interface
io.revealbi.core.IRevealServer
Packages that use IRevealServer
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of IRevealServer in io.revealbi.core
Methods in io.revealbi.core that return IRevealServer -
Uses of IRevealServer in io.revealbi.core.impl
Classes in io.revealbi.core.impl that implement IRevealServer -
Uses of IRevealServer in io.revealbi.core.impl.exporter
Constructors in io.revealbi.core.impl.exporter with parameters of type IRevealServer -
Uses of IRevealServer in io.revealbi.servlet
Methods in io.revealbi.servlet that return IRevealServerConstructors in io.revealbi.servlet with parameters of type IRevealServerModifierConstructorDescriptionRevealEngineServlet(IRevealServer revealServer) RevealEngineServlet(IRevealServer revealServer, IRVServletUserContextProvider userContextProvider) Constructor parameters in io.revealbi.servlet with type arguments of type IRevealServerModifierConstructorDescriptionRevealEngineServlet(Supplier<IRevealServer> revealServerSupplier) RevealEngineServlet(Supplier<IRevealServer> revealServerSupplier, IRVServletUserContextProvider userContextProvider)