mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 12:37:52 +02:00
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 |
||
---|---|---|
.. | ||
BUILD | ||
FrontendComponent.java | ||
FrontendMetricsModule.java | ||
FrontendRequestComponent.java | ||
FrontendRequestHandler.java | ||
FrontendServlet.java | ||
package-info.java |