Uses of Interface
com.helger.photon.ajax.IAjaxRegistry
-
Packages that use IAjaxRegistry Package Description com.helger.photon.ajax com.helger.photon.ajax.servlet -
-
Uses of IAjaxRegistry in com.helger.photon.ajax
Classes in com.helger.photon.ajax that implement IAjaxRegistry Modifier and Type Class Description classAjaxRegistryThe default implementation ofIAjaxRegistry.Methods in com.helger.photon.ajax that return IAjaxRegistry Modifier and Type Method Description IAjaxRegistryGlobalAjaxInvoker. getRegistry()Methods in com.helger.photon.ajax with parameters of type IAjaxRegistry Modifier and Type Method Description voidGlobalAjaxInvoker. setRegistry(IAjaxRegistry aRegistry)Set the global registry to be used. -
Uses of IAjaxRegistry in com.helger.photon.ajax.servlet
Constructor parameters in com.helger.photon.ajax.servlet with type arguments of type IAjaxRegistry Constructor Description AjaxXServletHandler(Supplier<? extends IAjaxRegistry> aRegistryFactory, Supplier<? extends IAjaxInvoker> aInvokerFactory)
-