Package org.jboss.forge.addon.ui.result.navigation

Examples of org.jboss.forge.addon.ui.result.navigation.NavigationResultBuilder.build()


   public NavigationResult getGenerationFlow(ScaffoldGenerationContext generationContext)
   {
      NavigationResultBuilder builder = NavigationResultBuilder.create();
      builder.add(ScaffoldableEntitySelectionWizard.class);
      builder.add(JSONRestResourceFromEntityCommand.class);
      return builder.build();
   }

   @Override
   public AccessStrategy getAccessStrategy()
   {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.