Uses of Interface
org.apache.tapestry5.ioc.ServiceBinder
-
Packages that use ServiceBinder Package Description org.apache.tapestry5.beanvalidator.modules org.apache.tapestry5.clojure.modules org.apache.tapestry5.hibernate.modules org.apache.tapestry5.http.modules org.apache.tapestry5.internal.test [INTERNAL USE ONLY] testing support implementation classes; API subject to changeorg.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.org.apache.tapestry5.ioc.modules org.apache.tapestry5.jcache.module org.apache.tapestry5.jmx.modules org.apache.tapestry5.jpa.modules org.apache.tapestry5.kaptcha.modules org.apache.tapestry5.modules org.apache.tapestry5.mongodb.modules -
-
Uses of ServiceBinder in org.apache.tapestry5.beanvalidator.modules
Methods in org.apache.tapestry5.beanvalidator.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
BeanValidatorModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.clojure.modules
Methods in org.apache.tapestry5.clojure.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
ClojureModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.hibernate.modules
Methods in org.apache.tapestry5.hibernate.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
HibernateCoreModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.http.modules
Methods in org.apache.tapestry5.http.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
TapestryHttpModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.internal.test
Methods in org.apache.tapestry5.internal.test with parameters of type ServiceBinder Modifier and Type Method Description static void
PageTesterModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ServiceBinder Modifier and Type Class Description class
ServiceBinderImpl
-
Uses of ServiceBinder in org.apache.tapestry5.ioc.modules
Methods in org.apache.tapestry5.ioc.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
TapestryIOCModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.jcache.module
Methods in org.apache.tapestry5.jcache.module with parameters of type ServiceBinder Modifier and Type Method Description static void
JCacheModule. bind(ServiceBinder binder)
Declares some services. -
Uses of ServiceBinder in org.apache.tapestry5.jmx.modules
Methods in org.apache.tapestry5.jmx.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
JmxModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.jpa.modules
Methods in org.apache.tapestry5.jpa.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
JpaModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.kaptcha.modules
Methods in org.apache.tapestry5.kaptcha.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
KaptchaModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
AssetsModule. bind(ServiceBinder binder)
static void
CompatibilityModule. bind(ServiceBinder binder)
static void
DashboardModule. bind(ServiceBinder binder)
static void
InternalModule. bind(ServiceBinder binder)
Bind all the private/internal services of Tapestry.static void
JavaScriptModule. bind(ServiceBinder binder)
static void
PageLoadModule. bind(ServiceBinder binder)
static void
TapestryHttpModule. bind(ServiceBinder binder)
static void
TapestryModule. bind(ServiceBinder binder)
-
Uses of ServiceBinder in org.apache.tapestry5.mongodb.modules
Methods in org.apache.tapestry5.mongodb.modules with parameters of type ServiceBinder Modifier and Type Method Description static void
MongodbModule. bind(ServiceBinder binder)
-