| Package | Description |
|---|---|
| org.rendersnake | |
| org.rendersnake.ext.servlet | |
| org.rendersnake.internal | |
| org.rendersnake.tools |
| Modifier and Type | Class and Description |
|---|---|
class |
PageContext
PageContext provides the interface to page-render scoped variables.
|
| Modifier and Type | Method and Description |
|---|---|
ContextMap |
PageContext.getContextMap(String key)
Answer a ContextAttributesAccess by a key
|
static ContextMap |
RequestUtils.getCookies(HtmlCanvas html) |
static ContextMap |
RequestUtils.getParameters(HtmlCanvas html) |
ContextMap |
HtmlCanvas.getPathParameters()
Deprecated.
|
ContextMap |
HtmlCanvas.getRequestParameters()
Deprecated.
|
ContextMap |
HtmlCanvas.getSession()
Deprecated.
|
static ContextMap |
RequestUtils.getSession(HtmlCanvas html) |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestHeadersMap |
class |
RequestParametersMap |
class |
SessionAttributesMap |
| Modifier and Type | Method and Description |
|---|---|
ContextMap |
RequestParametersMap.withBoolean(String key,
Boolean trueOrFalse) |
ContextMap |
RequestHeadersMap.withBoolean(String key,
Boolean trueOrFalse) |
ContextMap |
RequestParametersMap.withFloat(String key,
Float aFloat) |
ContextMap |
RequestHeadersMap.withFloat(String key,
Float aFloat) |
ContextMap |
RequestParametersMap.withInteger(String key,
Integer anInteger) |
ContextMap |
RequestHeadersMap.withInteger(String key,
Integer anInteger) |
ContextMap |
RequestParametersMap.withLong(String key,
Long aLong) |
ContextMap |
RequestHeadersMap.withLong(String key,
Long aLong) |
ContextMap |
RequestParametersMap.withObject(String key,
Object value) |
ContextMap |
RequestHeadersMap.withObject(String key,
Object value) |
ContextMap |
RequestParametersMap.withString(String key,
String value) |
ContextMap |
RequestHeadersMap.withString(String key,
String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleContextMap |
| Modifier and Type | Method and Description |
|---|---|
ContextMap |
ContextMap.withBoolean(String key,
Boolean trueOrFalse)
Add (or overwrite) a key,Boolean pair to the Map.
|
ContextMap |
ContextMap.withFloat(String key,
Float aFloat)
Add (or overwrite) a key,Float pair to the Map.
|
ContextMap |
ContextMap.withInteger(String key,
Integer anInteger)
Add (or overwrite) a key,Integer pair to the Map.
|
ContextMap |
ContextMap.withLong(String key,
Long aLong)
Add (or overwrite) a key,Long pair to the Map.
|
ContextMap |
ContextMap.withObject(String key,
Object value)
Add (or overwrite) a key,Object pair to the Map.
|
ContextMap |
ContextMap.withString(String key,
String value)
Add (or overwrite) a key,String pair to the Map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingPageContext |
Copyright © 2010–2018. All rights reserved.