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

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

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

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

  20. def generateIndexView(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, attributePairs: Seq[(String, String)]): Unit

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

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

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

  26. def generateShowView(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, attributePairs: Seq[(String, String)]): 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 run(args: List[String]): Unit

  37. def showSkinnyGenerator(): Unit

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

    Definition Classes
    AnyRef
  39. def template: String

    Attributes
    protected
  40. def toClassName(name: String): String

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

    Attributes
    protected
    Definition Classes
    CodeGenerator
  42. def toExtractorMethodName(t: String): String

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. def writeAppending(file: File, code: String): Unit

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

    Attributes
    protected
    Definition Classes
    CodeGenerator

Inherited from CodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped