cn.bran.play

JapidTemplateBase

abstract class JapidTemplateBase extends JapidTemplateBaseWithoutPlay

Linear Supertypes
JapidTemplateBaseWithoutPlay, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JapidTemplateBase
  2. JapidTemplateBaseWithoutPlay
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JapidTemplateBase(out: StringBuilder)

Abstract Value Members

  1. abstract def doLayout(): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def asBoolean(o: Any): Boolean

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def beginDoLayout(viewSource: String): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  9. def buildArgs(named: Array[NamedArgRuntime], body: Any): Array[AnyRef]

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  10. def buildArgs(namedArgs: Array[NamedArgRuntime]): Array[AnyRef]

    Definition Classes
    JapidTemplateBaseWithoutPlay
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def endDoLayout(viewSource: String): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def get(methodName: String): String

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  17. def get(methodName: String, defaultVal: String): String

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  18. def getActionRunners(): TreeMap[Integer, ActionRunner]

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getContentType(): String

    Definition Classes
    JapidTemplateBaseWithoutPlay
  21. def getHeaders(): Map[String, String]

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  22. def getOut(): StringBuilder

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  23. def getTraceFile(): Boolean

    Definition Classes
    JapidTemplateBaseWithoutPlay
  24. def handleException(e: RuntimeException): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def layout(): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  28. def makeBeginBorder(viewSource: String): String

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  29. def makeEndBorder(viewSource: String): String

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. final def p(s: Any): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  34. final def p(s: String): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  35. final def pln(): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  36. final def pln(s: Any): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  37. final def pln(s: String): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  38. def putHeader(k: String, v: String): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  39. def render(named: <repeated...>[NamedArgRuntime]): RenderResult

    Definition Classes
    JapidTemplateBaseWithoutPlay
  40. def runRenderer(args: Array[AnyRef]): RenderResult

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  41. def setActionRunners(actionRunners: TreeMap[Integer, ActionRunner]): JapidTemplateBaseWithoutPlay

  42. def setArgDefaults(argDefaults: Array[AnyRef]): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  43. def setArgNames(argNames: Array[String]): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  44. def setArgTypes(argTypes: Array[String]): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  45. def setContentType(contentType: String): Unit

    Definition Classes
    JapidTemplateBaseWithoutPlay
  46. def setHasDoBody(): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  47. def setOut(out: StringBuilder): Unit

    Definition Classes
    JapidTemplateBaseWithoutPlay
  48. def setRenderMethod(renderMethod: Method): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  49. def setSourceTemplate(st: String): Unit

    Attributes
    protected[cn.bran.japid.template]
    Definition Classes
    JapidTemplateBaseWithoutPlay
  50. def setTraceFile(traceFile: Boolean): Unit

    Definition Classes
    JapidTemplateBaseWithoutPlay
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    JapidTemplateBaseWithoutPlay → AnyRef → Any
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped