Uses of Interface
com.helger.photon.api.IAPIRegistry
-
Packages that use IAPIRegistry Package Description com.helger.photon.api com.helger.photon.api.servlet -
-
Uses of IAPIRegistry in com.helger.photon.api
Classes in com.helger.photon.api that implement IAPIRegistry Modifier and Type Class Description classAPIRegistryDefault implementation ifIAPIRegistry.Methods in com.helger.photon.api that return IAPIRegistry Modifier and Type Method Description IAPIRegistryGlobalAPIInvoker. getRegistry()Methods in com.helger.photon.api with parameters of type IAPIRegistry Modifier and Type Method Description voidGlobalAPIInvoker. setRegistry(IAPIRegistry aRegistry)Set the global registry to be used. -
Uses of IAPIRegistry in com.helger.photon.api.servlet
Constructor parameters in com.helger.photon.api.servlet with type arguments of type IAPIRegistry Constructor Description APIXServletHandler(Supplier<? extends IAPIRegistry> aRegistryFactory, Supplier<? extends IAPIInvoker> aInvokerFactory)
-