object TemplateRoot extends TemplateSpanContainerCompanion with Serializable
Companion with a fallback instance for setups without a default template
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TemplateRoot
- Serializable
- Serializable
- TemplateSpanContainerCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
ContainerType = TemplateRoot
- Definition Classes
- TemplateRoot → TemplateSpanContainerCompanion
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(span: TemplateSpan, spans: TemplateSpan*): ContainerType
Create an instance containing a one or more spans
Create an instance containing a one or more spans
- Definition Classes
- TemplateSpanContainerCompanion
-
def
apply(text: String, texts: String*): ContainerType
Create an instance only containing a single TemplateString span
Create an instance only containing a single TemplateString span
- Definition Classes
- TemplateSpanContainerCompanion
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createSpanContainer(spans: Seq[TemplateSpan]): ContainerType
- Attributes
- protected
- Definition Classes
- TemplateRoot → TemplateSpanContainerCompanion
-
def
empty: ContainerType
Creates an empty instance
Creates an empty instance
- Definition Classes
- TemplateSpanContainerCompanion
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
fallback: TemplateRoot
A fallback instance that can be used when no user-specified template is available.
A fallback instance that can be used when no user-specified template is available. It simply inserts the content of the parsed markup document without any surrounding decoration.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated