google-nomulus/java/google/registry/module/frontend
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 Refactor RequestHandler to handle request component construction 2016-11-15 10:49:05 -05:00
FrontendComponent.java Add a custom logic framework to provide pluggable extensibility 2016-11-15 15:19:32 -05:00
FrontendMetricsModule.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
FrontendRequestComponent.java Refactor RequestHandler to handle request component construction 2016-11-15 10:49:05 -05:00
FrontendRequestHandler.java Refactor RequestHandler to handle request component construction 2016-11-15 10:49:05 -05:00
FrontendServlet.java Refactor RequestHandler to handle request component construction 2016-11-15 10:49:05 -05:00
package-info.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00