c

org.beangle.webmvc.view.freemarker

SimpleHttpScopesHashModel

class SimpleHttpScopesHashModel extends SimpleHash

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

Linear Supertypes
SimpleHash, Serializable, TemplateHashModelEx2, TemplateHashModelEx, TemplateHashModel, TemplateModel, WrappingTemplateModel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleHttpScopesHashModel
  2. SimpleHash
  3. Serializable
  4. TemplateHashModelEx2
  5. TemplateHashModelEx
  6. TemplateHashModel
  7. TemplateModel
  8. WrappingTemplateModel
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def containsKey(arg0: String): Boolean
    Definition Classes
    SimpleHash
  7. def copyMap(arg0: Map[_ <: AnyRef, _ <: AnyRef]): Map[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[freemarker.template]
    Definition Classes
    SimpleHash
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def get(key: String): TemplateModel
    Definition Classes
    SimpleHttpScopesHashModel → SimpleHash → TemplateHashModel
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getObjectWrapper(): ObjectWrapper
    Definition Classes
    WrappingTemplateModel
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def isEmpty(): Boolean
    Definition Classes
    SimpleHash → TemplateHashModel
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def keyValuePairIterator(): KeyValuePairIterator
    Definition Classes
    SimpleHash → TemplateHashModelEx2
  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
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def put(arg0: String, arg1: Boolean): Unit
    Definition Classes
    SimpleHash
  22. def put(arg0: String, arg1: AnyRef): Unit
    Definition Classes
    SimpleHash
  23. def putAll(arg0: Map[_ <: AnyRef, _ <: AnyRef]): 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[_ <: AnyRef, _ <: AnyRef]
    Definition Classes
    SimpleHash
    Annotations
    @throws(classOf[freemarker.template.TemplateModelException])
  31. def toString(): String
    Definition Classes
    SimpleHash → AnyRef → Any
  32. def values(): TemplateCollectionModel
    Definition Classes
    SimpleHash → TemplateHashModelEx
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wrap(arg0: AnyRef): TemplateModel
    Attributes
    protected[freemarker.template]
    Definition Classes
    WrappingTemplateModel
    Annotations
    @throws(classOf[freemarker.template.TemplateModelException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SimpleHash

Inherited from Serializable

Inherited from TemplateHashModelEx2

Inherited from TemplateHashModelEx

Inherited from TemplateHashModel

Inherited from TemplateModel

Inherited from WrappingTemplateModel

Inherited from AnyRef

Inherited from Any

Ungrouped