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(namespaces: Seq[String], resources: String, resource: String, attributePairs: Seq[(String, String)]): String

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

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

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

  5. abstract def showHtmlCode(namespaces: Seq[String], 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 appendToFactoriesConf(resource: String, attributePairs: Seq[(String, String)]): Unit

  7. def appendToScalatraBootstrap(namespaces: Seq[String], resources: String): Unit

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

  12. def customPrimaryKeyName: Option[String]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. def primaryKeyName: String

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

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

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

    Attributes
    protected
    Definition Classes
    CodeGenerator
  40. def skipDBMigration: Boolean

    Attributes
    protected
  41. def snakeCasedPrimaryKeyName: String

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

    Definition Classes
    AnyRef
  43. def tableName: Option[String]

    Attributes
    protected
  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 toDirectoryPath(baseDir: String, namespaces: Seq[String]): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  50. def toFirstCharLower(s: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  51. def toNamespace(basePackage: String, namespaces: Seq[String]): String

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

    Attributes
    protected
    Definition Classes
    CodeGenerator
  53. def toResourcesBasePath(namespaces: Seq[String]): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  54. def toScalaTypeName(paramTypeName: String): String

    Attributes
    protected
    Definition Classes
    CodeGenerator
  55. def toScalaTypeNameWithDefaultValueIfOption(paramTypeName: String): String

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    CodeGenerator

Inherited from CodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped