org.fusesource.scalate.camel

ScalateComponent

class ScalateComponent extends DefaultComponent

Version

$Revision : 1.1 $

Linear Supertypes
DefaultComponent, Component, CamelContextAware, ServiceSupport, ShutdownableService, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalateComponent
  2. DefaultComponent
  3. Component
  4. CamelContextAware
  5. ServiceSupport
  6. ShutdownableService
  7. Service
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalateComponent ()

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def addChildService (arg0: Any): Unit

    Attributes
    protected[impl]
    Definition Classes
    ServiceSupport
  7. def afterConfiguration (arg0: String, arg1: String, arg2: Endpoint, arg3: Map[String, AnyRef]): Unit

    Attributes
    protected[impl]
    Definition Classes
    DefaultComponent
    Annotations
    @throws()
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def createEndpoint (uri: String, remaining: String, parameters: Map[String, AnyRef]): Endpoint

    Definition Classes
    ScalateComponent → DefaultComponent
  11. def createEndpoint (arg0: String): Endpoint

    Definition Classes
    DefaultComponent → Component
    Annotations
    @throws()
  12. var defaultTemplateExtension : String

  13. def doResume (): Unit

    Attributes
    protected[impl]
    Definition Classes
    ServiceSupport
    Annotations
    @throws()
  14. def doShutdown (): Unit

    Attributes
    protected[impl]
    Definition Classes
    ServiceSupport
    Annotations
    @throws()
  15. def doStart (): Unit

    Attributes
    protected[impl]
    Definition Classes
    DefaultComponent → ServiceSupport
    Annotations
    @throws()
  16. def doStop (): Unit

    Attributes
    protected[impl]
    Definition Classes
    DefaultComponent → ServiceSupport
    Annotations
    @throws()
  17. def doSuspend (): Unit

    Attributes
    protected[impl]
    Definition Classes
    ServiceSupport
    Annotations
    @throws()
  18. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def getAndRemoveParameter [T] (arg0: Map[String, AnyRef], arg1: String, arg2: Class[T], arg3: T): T

    Definition Classes
    DefaultComponent
  22. def getAndRemoveParameter [T] (arg0: Map[String, AnyRef], arg1: String, arg2: Class[T]): T

    Definition Classes
    DefaultComponent
  23. def getCamelContext (): CamelContext

    Definition Classes
    DefaultComponent → CamelContextAware
  24. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  25. def getStatus (): ServiceStatus

    Definition Classes
    ServiceSupport
  26. def getVersion (): String

    Definition Classes
    ServiceSupport
  27. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  28. def ifStartsWithReturnRemainder (arg0: String, arg1: String): String

    Attributes
    protected[impl]
    Definition Classes
    DefaultComponent
  29. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  30. def isRunAllowed (): Boolean

    Definition Classes
    ServiceSupport
  31. def isStarted (): Boolean

    Definition Classes
    ServiceSupport
  32. def isStarting (): Boolean

    Definition Classes
    ServiceSupport
  33. def isStopped (): Boolean

    Definition Classes
    ServiceSupport
  34. def isStopping (): Boolean

    Definition Classes
    ServiceSupport
  35. def isSuspended (): Boolean

    Definition Classes
    ServiceSupport
  36. def isSuspending (): Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  38. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  39. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  40. def removeChildService (arg0: Any): Boolean

    Attributes
    protected[impl]
    Definition Classes
    ServiceSupport
  41. def resolveAndRemoveReferenceListParameter [T] (arg0: Map[String, AnyRef], arg1: String, arg2: Class[T], arg3: List[T]): List[T]

    Definition Classes
    DefaultComponent
  42. def resolveAndRemoveReferenceListParameter [T] (arg0: Map[String, AnyRef], arg1: String, arg2: Class[T]): List[T]

    Definition Classes
    DefaultComponent
  43. def resolveAndRemoveReferenceParameter [T] (arg0: Map[String, AnyRef], arg1: String, arg2: Class[T], arg3: T): T

    Definition Classes
    DefaultComponent
  44. def resolveAndRemoveReferenceParameter [T] (arg0: Map[String, AnyRef], arg1: String, arg2: Class[T]): T

    Definition Classes
    DefaultComponent
  45. var resourceLoader : DefaultResourceLoader

  46. def resume (): Unit

    Definition Classes
    ServiceSupport
    Annotations
    @throws()
  47. def setCamelContext (arg0: CamelContext): Unit

    Definition Classes
    DefaultComponent → CamelContextAware
  48. def setProperties (arg0: Any, arg1: Map[String, AnyRef]): Unit

    Attributes
    protected[impl]
    Definition Classes
    DefaultComponent
    Annotations
    @throws()
  49. def shutdown (): Unit

    Definition Classes
    ServiceSupport → ShutdownableService
    Annotations
    @throws()
  50. def start (arg0: Boolean): Unit

    Definition Classes
    ServiceSupport
    Annotations
    @throws()
  51. def start (): Unit

    Definition Classes
    ServiceSupport → Service
    Annotations
    @throws()
  52. def stop (): Unit

    Definition Classes
    ServiceSupport → Service
    Annotations
    @throws()
  53. def suspend (): Unit

    Definition Classes
    ServiceSupport
    Annotations
    @throws()
  54. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  55. var templateEngine : TemplateEngine

  56. def toString (): String

    Definition Classes
    AnyRef → Any
  57. def useIntrospectionOnEndpoint (): Boolean

    Attributes
    protected[impl]
    Definition Classes
    DefaultComponent
  58. def validateParameters (arg0: String, arg1: Map[String, AnyRef], arg2: String): Unit

    Attributes
    protected[impl]
    Definition Classes
    DefaultComponent
  59. def validateURI (arg0: String, arg1: String, arg2: Map[String, AnyRef]): Unit

    Attributes
    protected[impl]
    Definition Classes
    DefaultComponent
  60. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DefaultComponent

Inherited from Component

Inherited from CamelContextAware

Inherited from ServiceSupport

Inherited from ShutdownableService

Inherited from Service

Inherited from AnyRef

Inherited from Any