Web Flavor
|
|
class
Template(val
elems : scala.Seq[TemplateElem])
extends
TemplateElem with
AnyRefMethod Summary | |
def
|
write
(out : java.io.Writer, typ : HTMLType, resources : scala.collection.Map[java.lang.String, scala.Seq[scala.xml.Node]]) : Unit
Write element.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
write(out : java.io.Writer, typ : HTMLType, resources : scala.collection.Map[java.lang.String, scala.Seq[scala.xml.Node]]) : Unit
out -
output writer.typ -
HTML type.resources -
output resource.IOException -
IO error.
Web Flavor
|
|