org
.
fusesource
.
scalate
.
ssp
SspCodeGenerator
class
SspCodeGenerator
extends
AbstractCodeGenerator
[
PageFragment
]
Linear Supertypes
AbstractCodeGenerator
[
PageFragment
],
CodeGenerator
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
SspCodeGenerator
AbstractCodeGenerator
CodeGenerator
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
SspCodeGenerator
()
Type Members
class
AbstractSourceBuilder
[
T
]
extends AnyRef
Attributes
abstract
Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
checkSyntax
(
fragments: List[
PageFragment
]
)
:
Unit
lets check that the syntax is correct
lets check that the syntax is correct
Attributes
protected
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
generate
(
engine:
TemplateEngine
,
source:
TemplateSource
,
bindings: Traversable[
Binding
]
)
:
Code
Definition Classes
SspCodeGenerator
→
CodeGenerator
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
val
stratumName
:
String
Definition Classes
SspCodeGenerator
→
CodeGenerator
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
implicit def
textOptionToString
(
text:
Option
[
Text
]
)
:
Option
[String]
Attributes
implicit
implicit def
textToString
(
text:
Text
)
: String
Attributes
implicit
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
transformSyntax
(
fragments: List[
PageFragment
]
)
: List[
PageFragment
]
Attributes
protected
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
AbstractCodeGenerator
[
PageFragment
]
Inherited from
CodeGenerator
Inherited from AnyRef
Inherited from
Any