Uses of Interface
org.analogweb.InvocationFactory
-
Packages that use InvocationFactory Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of InvocationFactory in org.analogweb
Methods in org.analogweb that return InvocationFactory Modifier and Type Method Description InvocationFactory
Modules. getInvocationFactory()
Methods in org.analogweb with parameters of type InvocationFactory Modifier and Type Method Description ModulesBuilder
ModulesBuilder. setInvocationFactory(InvocationFactory invocationFactory)
Method parameters in org.analogweb with type arguments of type InvocationFactory Modifier and Type Method Description ModulesBuilder
ModulesBuilder. setInvocationFactoryClass(Class<? extends InvocationFactory> invocationFactoryClass)
-
Uses of InvocationFactory in org.analogweb.core
Classes in org.analogweb.core that implement InvocationFactory Modifier and Type Class Description class
DefaultInvocationFactory
Methods in org.analogweb.core that return types with arguments of type InvocationFactory Modifier and Type Method Description protected Class<? extends InvocationFactory>
DefaultModulesBuilder. getInvocationFactoryClass()
Methods in org.analogweb.core with parameters of type InvocationFactory Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. setInvocationFactory(InvocationFactory invocationFactory)
Method parameters in org.analogweb.core with type arguments of type InvocationFactory Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. setInvocationFactoryClass(Class<? extends InvocationFactory> actionInvocationFactoryClass)
-