google-nomulus/java/google/registry/config
mcilwain 4d2e0941f3 Add a custom logic framework to provide pluggable extensibility
To add additional logic for flow code, write custom classes that extend the existing custom logic classes (of which DomainCreateFlowCustomLogic is the first provided example), along with a class that extends CustomLogicFactory to provide instances of the new custom logic classes. Then configure the fully qualified class name of your new custom logic factory in ConfigModule.provideCustomLogicFactoryClass().

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=139221577
2016-11-15 15:19:32 -05:00
..
BUILD Make essential Bazel packages publicly visible 2016-10-24 11:57:00 -04:00
ConfigModule.java Add a custom logic framework to provide pluggable extensibility 2016-11-15 15:19:32 -05:00
ConfigUtils.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
package-info.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ProductionRegistryConfigExample.java Move injectable config values into ConfigModule 2016-11-15 10:58:20 -05:00
RegistryConfig.java Move injectable config values into ConfigModule 2016-11-15 10:58:20 -05:00
RegistryConfigLoader.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
RegistryEnvironment.java Fix a few incorrect mentions of Nomulus 2016-10-14 17:00:32 -04:00
TestRegistryConfig.java Move injectable config values into ConfigModule 2016-11-15 10:58:20 -05:00