jp.ne.cappuccino.keisuken.servlet.flavor.POHPParser

class TemplateDocument

[source: jp/ne/cappuccino/keisuken/servlet/flavor/POHPParser.scala]

class TemplateDocument(val template : Template, val typ : HTMLType, val resources : scala.collection.Map[java.lang.String, scala.Seq[scala.xml.Node]])
extends AnyRef
Template document package.
Method Summary
def write (out : java.io.Writer) : Unit
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
@scala.throws(classOf[java.io.IOException])

def write(out : java.io.Writer) : Unit