class SimpleHttpScopesHashModel extends SimpleHash
Just extract value from default scope and request(omit session/context)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleHttpScopesHashModel
- SimpleHash
- Serializable
- TemplateHashModelEx2
- TemplateHashModelEx
- TemplateHashModel
- TemplateModel
- WrappingTemplateModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleHttpScopesHashModel(wrapper: ObjectWrapper, request: HttpServletRequest)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
containsKey(arg0: String): Boolean
- Definition Classes
- SimpleHash
-
def
copyMap(arg0: Map): Map
- Attributes
- protected[freemarker.template]
- Definition Classes
- SimpleHash
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(key: String): TemplateModel
- Definition Classes
- SimpleHttpScopesHashModel → SimpleHash → TemplateHashModel
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getObjectWrapper(): ObjectWrapper
- Definition Classes
- WrappingTemplateModel
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isEmpty(): Boolean
- Definition Classes
- SimpleHash → TemplateHashModel
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keyValuePairIterator(): KeyValuePairIterator
- Definition Classes
- SimpleHash → TemplateHashModelEx2
-
def
keys(): TemplateCollectionModel
- Definition Classes
- SimpleHash → TemplateHashModelEx
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
put(arg0: String, arg1: Boolean): Unit
- Definition Classes
- SimpleHash
-
def
put(arg0: String, arg1: Any): Unit
- Definition Classes
- SimpleHash
-
def
putAll(arg0: Map): Unit
- Definition Classes
- SimpleHash
-
def
remove(arg0: String): Unit
- Definition Classes
- SimpleHash
- val request: HttpServletRequest
-
def
setObjectWrapper(arg0: ObjectWrapper): Unit
- Definition Classes
- WrappingTemplateModel
-
def
size(): Int
- Definition Classes
- SimpleHash → TemplateHashModelEx
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
synchronizedWrapper(): SimpleHash
- Definition Classes
- SimpleHash
-
def
toMap(): Map
- Definition Classes
- SimpleHash
- Annotations
- @throws( ... )
-
def
toString(): String
- Definition Classes
- SimpleHash → AnyRef → Any
-
def
values(): TemplateCollectionModel
- Definition Classes
- SimpleHash → TemplateHashModelEx
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wrap(arg0: Any): TemplateModel
- Attributes
- protected[freemarker.template]
- Definition Classes
- WrappingTemplateModel
- Annotations
- @throws( ... )