Class

org.fusesource.scalate.camel

ScalateComponent

Related Doc: package camel

Permalink

class ScalateComponent extends DefaultComponent

Annotations
@deprecated
Deprecated

(Since version 1.9.4) because Apache Camel-Scala has become deprecated

Source
ScalateComponent.scala
Version

$Revision : 1.1 $

Linear Supertypes
DefaultComponent, Component, CamelContextAware, ServiceSupport, StatefulService, ShutdownableService, SuspendableService, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalateComponent
  2. DefaultComponent
  3. Component
  4. CamelContextAware
  5. ServiceSupport
  6. StatefulService
  7. ShutdownableService
  8. SuspendableService
  9. Service
  10. AnyRef
  11. 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 ScalateComponent()

    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 ScalateComponent to any2stringadd[ScalateComponent] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalateComponent, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def afterConfiguration(arg0: String, arg1: String, arg2: Endpoint, arg3: Map[String, AnyRef]): Unit

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

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createComponentConfiguration(): ComponentConfiguration

    Permalink
    Definition Classes
    DefaultComponent → Component
  10. def createConfiguration(arg0: String): EndpointConfiguration

    Permalink
    Definition Classes
    DefaultComponent → Component
    Annotations
    @throws( classOf[java.lang.Exception] )
  11. def createEndpoint(uri: String, remaining: String, parameters: Map[String, AnyRef]): Endpoint

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

    Permalink
    Definition Classes
    DefaultComponent → Component
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. var defaultTemplateExtension: String

    Permalink
  14. def doResume(): Unit

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

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

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

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

    Permalink
    Attributes
    protected[org.apache.camel.support]
    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. def ensuring(cond: (ScalateComponent) ⇒ Boolean, msg: ⇒ Any): ScalateComponent

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalateComponent to StringFormat[ScalateComponent] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def getAndRemoveOrResolveReferenceParameter[T](arg0: Map[String, AnyRef], arg1: String, arg2: Class[T], arg3: T): T

    Permalink
    Definition Classes
    DefaultComponent
  28. def getAndRemoveOrResolveReferenceParameter[T](arg0: Map[String, AnyRef], arg1: String, arg2: Class[T]): T

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

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

    Permalink
    Definition Classes
    DefaultComponent
  31. def getCamelContext(): CamelContext

    Permalink
    Definition Classes
    DefaultComponent → CamelContextAware
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def getExtension[T <: ComponentExtension](arg0: Class[T]): Optional[T]

    Permalink
    Definition Classes
    DefaultComponent → Component
  34. def getStatus(): ServiceStatus

    Permalink
    Definition Classes
    ServiceSupport → StatefulService
  35. def getSupportedExtensions(): Collection[Class[_ <: ComponentExtension]]

    Permalink
    Definition Classes
    DefaultComponent → Component
  36. def getVersion(): String

    Permalink
    Definition Classes
    ServiceSupport → StatefulService
  37. def hashCode(): Int

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

    Permalink
    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def isResolvePropertyPlaceholders(): Boolean

    Permalink
    Definition Classes
    DefaultComponent
  41. def isRunAllowed(): Boolean

    Permalink
    Definition Classes
    ServiceSupport → StatefulService
  42. def isStarted(): Boolean

    Permalink
    Definition Classes
    ServiceSupport → StatefulService
  43. def isStarting(): Boolean

    Permalink
    Definition Classes
    ServiceSupport → StatefulService
  44. def isStopped(): Boolean

    Permalink
    Definition Classes
    ServiceSupport → StatefulService
  45. def isStopping(): Boolean

    Permalink
    Definition Classes
    ServiceSupport → StatefulService
  46. def isStoppingOrStopped(): Boolean

    Permalink
    Definition Classes
    ServiceSupport
  47. def isSuspended(): Boolean

    Permalink
    Definition Classes
    ServiceSupport → SuspendableService
  48. def isSuspending(): Boolean

    Permalink
    Definition Classes
    ServiceSupport → StatefulService
  49. def isSuspendingOrSuspended(): Boolean

    Permalink
    Definition Classes
    ServiceSupport
  50. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  53. def registerExtension(arg0: Supplier[ComponentExtension]): Unit

    Permalink
    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
  54. def registerExtension(arg0: ComponentExtension): Unit

    Permalink
    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
  55. def resolveAndRemoveReferenceListParameter[T](arg0: Map[String, AnyRef], arg1: String, arg2: Class[T], arg3: List[T]): List[T]

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

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

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

    Permalink
    Definition Classes
    DefaultComponent
  59. var resourceLoader: DefaultResourceLoader

    Permalink
  60. def resume(): Unit

    Permalink
    Definition Classes
    ServiceSupport → SuspendableService
    Annotations
    @throws( classOf[java.lang.Exception] )
  61. def setCamelContext(arg0: CamelContext): Unit

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

    Permalink
    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
    Annotations
    @throws( classOf[java.lang.Exception] )
  63. def setProperties(arg0: Any, arg1: Map[String, AnyRef]): Unit

    Permalink
    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
    Annotations
    @throws( classOf[java.lang.Exception] )
  64. def setResolvePropertyPlaceholders(arg0: Boolean): Unit

    Permalink
    Definition Classes
    DefaultComponent
  65. def shutdown(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  70. var templateEngine: TemplateEngine

    Permalink
  71. def toString(): String

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

    Permalink
    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
  73. def useRawUri(): Boolean

    Permalink
    Definition Classes
    DefaultComponent → Component
  74. def validateParameters(arg0: String, arg1: Map[String, AnyRef], arg2: String): Unit

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

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

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

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

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

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

Deprecated Value Members

  1. def preProcessUri(arg0: String): String

    Permalink
    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DefaultComponent

Inherited from Component

Inherited from CamelContextAware

Inherited from ServiceSupport

Inherited from StatefulService

Inherited from ShutdownableService

Inherited from SuspendableService

Inherited from Service

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped