Uses of Interface
to.etc.domui.state.IPageInjector

Packages that use IPageInjector
to.etc.domui.injector   
to.etc.domui.server   
 

Uses of IPageInjector in to.etc.domui.injector
 

Classes in to.etc.domui.injector that implement IPageInjector
 class DefaultPageInjector
          This is the default DomUI page injector.
 

Uses of IPageInjector in to.etc.domui.server
 

Methods in to.etc.domui.server that return IPageInjector
 IPageInjector DomApplication.getInjector()
          Get the page injector.
 

Methods in to.etc.domui.server with parameters of type IPageInjector
 void DomApplication.setInjector(IPageInjector injector)