org.fusesource.scalate.console

ArchetypeResource

class ArchetypeResource extends ConsoleSnippets

Version

$Revision : 1.1 $

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

Instance Constructors

  1. new ArchetypeResource(console: Console, name: String)

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. var _form: Form

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def child(childName: String): ArchetypeResource

    Annotations
    @Path()
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def createFile(fileName: String)(body: ⇒ Unit): Unit

    Creates a file of the given name using the body as the content

  11. def editFileLink(file: String, line: Option[Int], col: Option[Int])(body: ⇒ Unit): NodeSeq

    returns an edit link for the given file, discovering the right URL based on your OS and whether you have TextMate installed and whether you have defined the scalate.editor system property

    returns an edit link for the given file, discovering the right URL based on your OS and whether you have TextMate installed and whether you have defined the scalate.editor system property

    Definition Classes
    ConsoleSnippets
  12. def editFileLink(template: String)(body: ⇒ Unit): NodeSeq

    returns an edit link for the given file, discovering the right URL based on your OS and whether you have TextMate installed and whether you have defined the scalate.editor system property

    returns an edit link for the given file, discovering the right URL based on your OS and whether you have TextMate installed and whether you have defined the scalate.editor system property

    Definition Classes
    ConsoleSnippets
  13. def editLink(filePath: String, line: Option[Int], col: Option[Int])(body: ⇒ Unit): NodeSeq

    returns an edit link for the given URI, discovering the right URL based on your OS and whether you have TextMate installed and whether you have defined the scalate.editor system property

    returns an edit link for the given URI, discovering the right URL based on your OS and whether you have TextMate installed and whether you have defined the scalate.editor system property

    Definition Classes
    ConsoleSnippets
  14. def editLink(template: String, line: Int, col: Int)(body: ⇒ Unit): NodeSeq

    Definition Classes
    ConsoleSnippets
  15. def editLink(template: String)(body: ⇒ Unit): NodeSeq

    returns an edit link for the given URI, discovering the right URL based on your OS and whether you have TextMate installed and whether you have defined the scalate.editor system property

    returns an edit link for the given URI, discovering the right URL based on your OS and whether you have TextMate installed and whether you have defined the scalate.editor system property

    Definition Classes
    ConsoleSnippets
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def exists(fileName: String): Boolean

    Definition Classes
    ConsoleSnippets
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def form: Form

  21. def formParam(name: String): String

  22. def get: View[ArchetypeResource]

    Annotations
    @GET() @Produces()
  23. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  26. def javaSourceFileName(className: String): String

    Returns the java source file name for the given class name

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

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

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

    Definition Classes
    AnyRef
  30. def post(form: Form): View[ArchetypeResource]

    Annotations
    @POST() @Consumes()
  31. def realPath(uri: String): String

    Definition Classes
    ConsoleSnippets
  32. def render(view: String): View[ArchetypeResource]

    Attributes
    protected
  33. def renderContext: ServletRenderContext

    Definition Classes
    ArchetypeResourceConsoleSnippets
  34. def request: HttpServletRequest

  35. def response: HttpServletResponse

  36. def scalaSourceFileName(className: String): String

    Returns the scala source file name for the given class name

  37. def servletContext: ServletContext

    Definition Classes
    ArchetypeResourceConsoleSnippets
  38. def shorten(file: String): String

    Definition Classes
    ConsoleSnippets
  39. def shorten(file: File): String

    Definition Classes
    ConsoleSnippets
  40. var sourcePrefixes: List[String]

    Attributes
    protected
    Definition Classes
    ConsoleSnippets
  41. var src: String

  42. var srcMain: String

  43. var srcMainJava: String

  44. var srcMainScala: String

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

    Definition Classes
    AnyRef
  46. var templatePrefix: String

  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ConsoleSnippets

Inherited from AnyRef

Inherited from Any

Ungrouped