Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.kelp.common.wizard.codegen
Class WebAppUtil  view WebAppUtil download WebAppUtil.java

java.lang.Object
  extended byorg.enhydra.kelp.common.wizard.codegen.AppGenUtil
      extended byorg.enhydra.kelp.common.wizard.codegen.WebAppUtil

public class WebAppUtil
extends AppGenUtil

Class declaration


Field Summary
private static java.lang.String DEFAULT_COMMAND_NAME
           
 
Fields inherited from class org.enhydra.kelp.common.wizard.codegen.AppGenUtil
CHOICE_CANCEL, CHOICE_FINISH, res
 
Constructor Summary
WebAppUtil()
           
WebAppUtil(org.enhydra.kelp.common.node.OtterProject project)
           
 
Method Summary
static org.enhydra.tool.codegen.AppGenerator createGenerator()
           
static java.lang.String getCommandName()
           
static java.lang.String getDisplayName()
          Method declaration
 
Methods inherited from class org.enhydra.kelp.common.wizard.codegen.AppGenUtil
generate, getChoice, getGenerator, getProject, getWizardPanels, init, invokeWizard
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COMMAND_NAME

private static final java.lang.String DEFAULT_COMMAND_NAME
See Also:
Constant Field Values
Constructor Detail

WebAppUtil

public WebAppUtil()
           throws CodeGenException

WebAppUtil

public WebAppUtil(org.enhydra.kelp.common.node.OtterProject project)
           throws CodeGenException
Method Detail

createGenerator

public static org.enhydra.tool.codegen.AppGenerator createGenerator()

getCommandName

public static java.lang.String getCommandName()

getDisplayName

public static java.lang.String getDisplayName()
Method declaration