org.beangle.webmvc.view.freemarker

SimpleHttpScopesHashModel

Related Doc: package freemarker

class SimpleHttpScopesHashModel extends SimpleHash

Just extract value from default scope and request(omit session/context)

Linear Supertypes
SimpleHash, Serializable, TemplateHashModelEx, TemplateHashModel, TemplateModel, WrappingTemplateModel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleHttpScopesHashModel
  2. SimpleHash
  3. Serializable
  4. TemplateHashModelEx
  5. TemplateHashModel
  6. TemplateModel
  7. WrappingTemplateModel
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleHttpScopesHashModel(wrapper: ObjectWrapper, request: HttpServletRequest)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def containsKey(arg0: String): Boolean

    Definition Classes
    SimpleHash
  7. def copyMap(arg0: Map): Map

    Attributes
    protected[freemarker.template]
    Definition Classes
    SimpleHash
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get(key: String): TemplateModel

    Definition Classes
    SimpleHttpScopesHashModel → SimpleHash → TemplateHashModel
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getObjectWrapper(): ObjectWrapper

    Definition Classes
    WrappingTemplateModel
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def isEmpty(): Boolean

    Definition Classes
    SimpleHash → TemplateHashModel
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def keys(): TemplateCollectionModel

    Definition Classes
    SimpleHash → TemplateHashModelEx
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. def put(arg0: String, arg1: Boolean): Unit

    Definition Classes
    SimpleHash
  22. def put(arg0: String, arg1: Any): Unit

    Definition Classes
    SimpleHash
  23. def putAll(arg0: Map): Unit

    Definition Classes
    SimpleHash
  24. def remove(arg0: String): Unit

    Definition Classes
    SimpleHash
  25. val request: HttpServletRequest

  26. def setObjectWrapper(arg0: ObjectWrapper): Unit

    Definition Classes
    WrappingTemplateModel
  27. def size(): Int

    Definition Classes
    SimpleHash → TemplateHashModelEx
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def synchronizedWrapper(): SimpleHash

    Definition Classes
    SimpleHash
  30. def toMap(): Map

    Definition Classes
    SimpleHash
    Annotations
    @throws( ... )
  31. def toString(): String

    Definition Classes
    SimpleHash → AnyRef → Any
  32. def values(): TemplateCollectionModel

    Definition Classes
    SimpleHash → TemplateHashModelEx
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wrap(arg0: Any): TemplateModel

    Attributes
    protected[freemarker.template]
    Definition Classes
    WrappingTemplateModel
    Annotations
    @throws( ... )

Inherited from SimpleHash

Inherited from Serializable

Inherited from TemplateHashModelEx

Inherited from TemplateHashModel

Inherited from TemplateModel

Inherited from WrappingTemplateModel

Inherited from AnyRef

Inherited from Any

Ungrouped