Class/Object

org.fusesource.scalate.console

ArchetypeResource

Related Docs: object ArchetypeResource | package console

Permalink

class ArchetypeResource extends ConsoleSnippets

Source
ArchetypeResource.scala
Version

$Revision : 1.1 $

Linear Supertypes
ConsoleSnippets, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArchetypeResource
  2. ConsoleSnippets
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ArchetypeResource to any2stringadd[ArchetypeResource] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ArchetypeResource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ArchetypeResource to ArrowAssoc[ArchetypeResource] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. var _form: Form

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

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

    Permalink

    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

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

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

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

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

    Permalink
    Definition Classes
    ConsoleSnippets
  16. def ensuring(cond: (ArchetypeResource) ⇒ Boolean, msg: ⇒ Any): ArchetypeResource

    Permalink
    Implicit information
    This member is added by an implicit conversion from ArchetypeResource to Ensuring[ArchetypeResource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (ArchetypeResource) ⇒ Boolean): ArchetypeResource

    Permalink
    Implicit information
    This member is added by an implicit conversion from ArchetypeResource to Ensuring[ArchetypeResource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): ArchetypeResource

    Permalink
    Implicit information
    This member is added by an implicit conversion from ArchetypeResource to Ensuring[ArchetypeResource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): ArchetypeResource

    Permalink
    Implicit information
    This member is added by an implicit conversion from ArchetypeResource to Ensuring[ArchetypeResource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    ConsoleSnippets
  23. def form: Form

    Permalink
  24. def formParam(name: String): String

    Permalink
  25. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ArchetypeResource to StringFormat[ArchetypeResource] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. def get: View[ArchetypeResource]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def javaSourceFileName(className: String): String

    Permalink

    Returns the java source file name for the given class name

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

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  34. def post(form: Form): View[ArchetypeResource]

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

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

    Permalink
    Attributes
    protected
  37. def renderContext: ServletRenderContext

    Permalink
    Definition Classes
    ArchetypeResource → ConsoleSnippets
  38. def request: HttpServletRequest

    Permalink
  39. def response: HttpServletResponse

    Permalink
  40. def scalaSourceFileName(className: String): String

    Permalink

    Returns the scala source file name for the given class name

  41. def servletContext: ServletContext

    Permalink
    Definition Classes
    ArchetypeResource → ConsoleSnippets
  42. def shorten(file: String): String

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

    Permalink
    Definition Classes
    ConsoleSnippets
  44. var sourcePrefixes: List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ConsoleSnippets
  45. var src: String

    Permalink
  46. var srcMain: String

    Permalink
  47. var srcMainJava: String

    Permalink
  48. var srcMainScala: String

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

    Permalink
    Definition Classes
    AnyRef
  50. var templatePrefix: String

    Permalink
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def [B](y: B): (ArchetypeResource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ArchetypeResource to ArrowAssoc[ArchetypeResource] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ConsoleSnippets

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ArchetypeResource to any2stringadd[ArchetypeResource]

Inherited by implicit conversion StringFormat from ArchetypeResource to StringFormat[ArchetypeResource]

Inherited by implicit conversion Ensuring from ArchetypeResource to Ensuring[ArchetypeResource]

Inherited by implicit conversion ArrowAssoc from ArchetypeResource to ArrowAssoc[ArchetypeResource]

Ungrouped