skinny.task.generator

ScaffoldGenerator

trait ScaffoldGenerator extends CodeGenerator

Scaffold generator.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  31. def migrationSQL(resources: String, resource: String, attributePairs: Seq[(String, String)]): String

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

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

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

    Definition Classes
    AnyRef
  35. def run(args: List[String]): Unit

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def template: String

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    CodeGenerator

Inherited from CodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped