|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Template.ExecutableTemplate.RawData | |
|---|---|
| play.templates | |
| Uses of Template.ExecutableTemplate.RawData in play.templates |
|---|
| Methods in play.templates that return Template.ExecutableTemplate.RawData | |
|---|---|
static Template.ExecutableTemplate.RawData |
JavaExtensions.asAttr(Map attributes)
Formats the map’s keys and values as HTML attributes. |
static Template.ExecutableTemplate.RawData |
JavaExtensions.asAttr(Map attributes,
Object condition)
Formats the map’s keys and values as HTML attributes, if the condition is true. |
static Template.ExecutableTemplate.RawData |
JavaExtensions.nl2br(Object data)
Replaces new-line characters with HTML br tags. |
static Template.ExecutableTemplate.RawData |
JavaExtensions.raw(Object val)
Returns the object without template escaping. |
static Template.ExecutableTemplate.RawData |
JavaExtensions.raw(Object val,
Object condition)
Returns the object without template escaping, if the condition is true. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||