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. ScalateComponent
  2. DefaultComponent
  3. Component
  4. CamelContextAware
  5. ServiceSupport
  6. ShutdownableService
  7. Service
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalateComponent()

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 addChildService(arg0: Any): Unit

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

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
    Annotations
    @throws( classOf[java.lang.Exception] )
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.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( classOf[java.lang.Exception] )
  12. var defaultTemplateExtension: String

  13. def doResume(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def doShutdown(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  15. def doStart(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent → ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  16. def doStop(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent → ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  17. def doSuspend(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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. final def getClass(): Class[_]

    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[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
  29. final def isInstanceOf[T0]: Boolean

    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. final def ne(arg0: AnyRef): Boolean

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

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

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

    Attributes
    protected[org.apache.camel.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( classOf[java.lang.Exception] )
  47. def setCamelContext(arg0: CamelContext): Unit

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

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
    Annotations
    @throws( classOf[java.lang.Exception] )
  49. def shutdown(): Unit

    Definition Classes
    ServiceSupport → ShutdownableService
    Annotations
    @throws( classOf[java.lang.Exception] )
  50. def start(arg0: Boolean): Unit

    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  51. def start(): Unit

    Definition Classes
    ServiceSupport → Service
    Annotations
    @throws( classOf[java.lang.Exception] )
  52. def stop(): Unit

    Definition Classes
    ServiceSupport → Service
    Annotations
    @throws( classOf[java.lang.Exception] )
  53. def suspend(): Unit

    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. var templateEngine: TemplateEngine

  56. def toString(): String

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

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

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

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

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

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

    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

Ungrouped