cn.bran.japid.template

JapidTemplateBaseWithoutPlay

abstract class JapidTemplateBaseWithoutPlay extends Serializable

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

Instance Constructors

  1. new JapidTemplateBaseWithoutPlay(out2: StringBuilder)

Abstract Value Members

  1. abstract def doLayout(): Unit

    Attributes
    protected[cn.bran.japid.template]

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]
  7. final def asInstanceOf[T0]: T0

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

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

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

  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]
  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( classOf[java.lang.Throwable] )
  16. def get(methodName: String): String

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

    Attributes
    protected[cn.bran.japid.template]
  18. final def getClass(): Class[_]

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

  20. def getHeaders(): Map[String, String]

    Attributes
    protected[cn.bran.japid.template]
  21. def getOut(): StringBuilder

    Attributes
    protected[cn.bran.japid.template]
  22. def getTraceFile(): Boolean

  23. def handleException(e: RuntimeException): Unit

    Attributes
    protected[cn.bran.japid.template]
  24. def hashCode(): Int

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

    Definition Classes
    Any
  26. def layout(): Unit

    Attributes
    protected[cn.bran.japid.template]
  27. def makeBeginBorder(viewSource: String): String

    Attributes
    protected[cn.bran.japid.template]
  28. def makeEndBorder(viewSource: String): String

    Attributes
    protected[cn.bran.japid.template]
  29. final def ne(arg0: AnyRef): Boolean

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

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

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

    Attributes
    protected[cn.bran.japid.template]
  33. final def p(s: String): Unit

    Attributes
    protected[cn.bran.japid.template]
  34. final def pln(): Unit

    Attributes
    protected[cn.bran.japid.template]
  35. final def pln(s: Any): Unit

    Attributes
    protected[cn.bran.japid.template]
  36. final def pln(s: String): Unit

    Attributes
    protected[cn.bran.japid.template]
  37. def putHeader(k: String, v: String): Unit

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

  39. def runRenderer(args: Array[AnyRef]): RenderResult

    Attributes
    protected[cn.bran.japid.template]
  40. def setArgDefaults(argDefaults: Array[AnyRef]): Unit

    Attributes
    protected[cn.bran.japid.template]
  41. def setArgNames(argNames: Array[String]): Unit

    Attributes
    protected[cn.bran.japid.template]
  42. def setArgTypes(argTypes: Array[String]): Unit

    Attributes
    protected[cn.bran.japid.template]
  43. def setContentType(contentType: String): Unit

  44. def setHasDoBody(): Unit

    Attributes
    protected[cn.bran.japid.template]
  45. def setOut(out: StringBuilder): Unit

  46. def setRenderMethod(renderMethod: Method): Unit

    Attributes
    protected[cn.bran.japid.template]
  47. def setSourceTemplate(st: String): Unit

    Attributes
    protected[cn.bran.japid.template]
  48. def setTraceFile(traceFile: Boolean): Unit

  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped