skinny.task.generator

ScaffoldJadeGenerator

trait ScaffoldJadeGenerator extends ScaffoldGenerator

Scaffold generator with jade template.

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

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

    Definition Classes
    ScaffoldGenerator
  8. def appendToScalatraBootstrap(resources: String): Unit

    Definition Classes
    ScaffoldGenerator
  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

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

    Definition Classes
    ScaffoldGenerator
  13. def customPrimaryKeyName: Option[String]

    Attributes
    protected
    Definition Classes
    ScaffoldGenerator
  14. def editHtmlCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

  20. def generateApplicationControllerIfAbsent(): Unit

    Definition Classes
    ScaffoldGenerator
  21. def generateEditView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

    Definition Classes
    ScaffoldGenerator
  22. def generateFormView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

    Definition Classes
    ScaffoldGenerator
  23. def generateIndexView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

    Definition Classes
    ScaffoldGenerator
  24. def generateMessages(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

    Definition Classes
    ScaffoldGenerator
  25. def generateMigrationSQL(resources: String, resource: String, generatorArgs: Seq[ScaffoldGeneratorArg], skip: Boolean): Unit

    Definition Classes
    ScaffoldGenerator
  26. def generateNewView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

    Definition Classes
    ScaffoldGenerator
  27. def generateResourceController(resources: String, resource: String, template: String, args: Seq[ScaffoldGeneratorArg]): Unit

    Definition Classes
    ScaffoldGenerator
  28. def generateResourceControllerSpec(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

    Definition Classes
    ScaffoldGenerator
  29. def generateShowView(resources: String, resource: String, attributePairs: Seq[(String, String)]): Unit

    Definition Classes
    ScaffoldGenerator
  30. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  32. def indexHtmlCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

  33. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    ScaffoldGenerator
  36. def migrationSQL(resources: String, resource: String, generatorArgs: Seq[ScaffoldGeneratorArg]): String

    Definition Classes
    ScaffoldGenerator
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def newHtmlCode(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. def primaryKeyName: String

    Attributes
    protected
    Definition Classes
    ScaffoldGenerator
  42. def run(args: Seq[String]): Unit

    Definition Classes
    ScaffoldGenerator
  43. def showErrors(messages: Seq[String]): Unit

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

  45. def showSkinnyGenerator(): Unit

    Attributes
    protected
    Definition Classes
    CodeGenerator
  46. def skipDBMigration: Boolean

    Attributes
    protected
    Definition Classes
    ScaffoldGenerator
  47. def snakeCasedPrimaryKeyName: String

    Attributes
    protected
    Definition Classes
    ScaffoldGenerator
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def template: String

    Attributes
    protected
    Definition Classes
    ScaffoldJadeGeneratorScaffoldGenerator
  50. def toCamelCase(v: String): String

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    ScaffoldGenerator
  63. def writeAppending(file: File, code: String): Unit

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

    Attributes
    protected
    Definition Classes
    CodeGenerator

Inherited from ScaffoldGenerator

Inherited from CodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped