SimpleHttpScopeHashModel

org.beangle.webmvc.freemarker.SimpleHttpScopeHashModel
class SimpleHttpScopeHashModel(wrapper: ObjectWrapper, val request: HttpServletRequest) extends SimpleHash

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

Attributes

Graph
Supertypes
class SimpleHash
trait Serializable
trait TemplateHashModelEx2
trait TemplateHashModelEx
trait TemplateHashModel
trait TemplateModel
class WrappingTemplateModel
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def get(key: String): TemplateModel

Attributes

Definition Classes
SimpleHash -> TemplateHashModel

Inherited methods

def containsKey(x$0: String): Boolean

Attributes

Inherited from:
SimpleHash
def getObjectWrapper(): ObjectWrapper

Attributes

Inherited from:
WrappingTemplateModel
def isEmpty(): Boolean

Attributes

Inherited from:
SimpleHash
def keyValuePairIterator(): KeyValuePairIterator

Attributes

Inherited from:
SimpleHash
def keys(): TemplateCollectionModel

Attributes

Inherited from:
SimpleHash
def put(x$0: String, x$1: Boolean): Unit

Attributes

Inherited from:
SimpleHash
def put(x$0: String, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
SimpleHash
def putAll(x$0: Map[_, _]): Unit

Attributes

Inherited from:
SimpleHash
def remove(x$0: String): Unit

Attributes

Inherited from:
SimpleHash
def setObjectWrapper(x$0: ObjectWrapper): Unit

Attributes

Inherited from:
WrappingTemplateModel
def size(): Int

Attributes

Inherited from:
SimpleHash
def synchronizedWrapper(): SimpleHash

Attributes

Inherited from:
SimpleHash
def toMap(): Map[_, _]

Attributes

Inherited from:
SimpleHash
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
SimpleHash
def values(): TemplateCollectionModel

Attributes

Inherited from:
SimpleHash

Concrete fields

val request: HttpServletRequest