Uses of Interface
com.avoka.fc.core.service.IGroovyService
-
Packages that use IGroovyService Package Description com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.fc.core.service.impl Provides the SmartForm Manager service class implementation. -
-
Uses of IGroovyService in com.avoka.fc.core.service.fluent
Classes in com.avoka.fc.core.service.fluent that implement IGroovyService Modifier and Type Class Description class
FluentGroovyService
Provides a Fluent API Groovy Service.class
FluentSubmissionPreprocessor
Provides a Fluent API Groovy script Submission Preprocessor. -
Uses of IGroovyService in com.avoka.fc.core.service.impl
Classes in com.avoka.fc.core.service.impl that implement IGroovyService Modifier and Type Class Description class
GroovyServiceImpl
Provide an interface to invoke arbitrary Groovy services.
-