skinny.task.generator

ScaffoldGenerator

trait ScaffoldGenerator extends CodeGenerator

Skinny Generator Task.

Linear Supertypes
CodeGenerator, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScaffoldGenerator
  2. CodeGenerator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def editHtmlCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

  2. abstract def formHtmlCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

  3. abstract def indexHtmlCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

  4. abstract def newHtmlCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

  5. abstract def showHtmlCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addDefaultValueIfOption(t: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  7. def appendToFactoriesConf(resource: String, attributePairs: Seq[(String, String)]): Unit

  8. def appendToScalatraBootstrap(resources: String): Unit

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def controllerCode(resources: String, resource: String, template: String, args: Seq[ScaffoldGeneratorArg]): String

  12. def controllerSpecCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

  13. def customPrimaryKeyName: Option[String]

    Attributes
    protected
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def forceWrite(file: File, code: String): Unit

    Attributes
    protected
    Definition Classes
    CodeGenerator
  18. def generateApplicationControllerIfAbsent(): Unit

  19. def generateEditView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

  20. def generateFormView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

  21. def generateIndexView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

  22. def generateMessages(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

  23. def generateMigrationSQL(resources: String, resource: String, generatorArgs: Seq[ScaffoldGeneratorArg], skip: Boolean): Unit

  24. def generateNewView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

  25. def generateResourceController(resources: String, resource: String, template: String, args: Seq[ScaffoldGeneratorArg]): Unit

  26. def generateResourceControllerSpec(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

  27. def generateShowView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isOptionClassName(t: String): Boolean

    Attributes
    protected
    Definition Classes
    CodeGenerator
  32. def messagesConfCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

  33. def migrationSQL(resources: String, resource: String, generatorArgs: Seq[ScaffoldGeneratorArg]): String

  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def primaryKeyName: String

    Attributes
    protected
  38. def run(args: Seq[String]): Unit

  39. def showErrors(messages: Seq[String]): Unit

    Attributes
    protected
    Definition Classes
    CodeGenerator
  40. def showSkinnyGenerator(): Unit

    Attributes
    protected
    Definition Classes
    CodeGenerator
  41. def skipDBMigration: Boolean

    Attributes
    protected
  42. def snakeCasedPrimaryKeyName: String

    Attributes
    protected
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def template: String

    Attributes
    protected
  45. def toCamelCase(v: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  46. def toCapitalizedSplitName(v: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  47. def toClassName(name: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  48. def toControllerClassName(name: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  49. def toParamType(t: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  50. def toSnakeCase(v: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  51. def toSplitName(v: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def toVariable(name: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  54. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  55. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  56. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  57. def withTimestamps: Boolean

    Attributes
    protected
  58. def writeAppending(file: File, code: String): Unit

    Attributes
    protected
    Definition Classes
    CodeGenerator
  59. def writeIfAbsent(file: File, code: String): Unit

    Attributes
    protected
    Definition Classes
    CodeGenerator

Inherited from CodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped