Gridarta Editor
|
Static Public Member Functions | |
static String | encode (@NotNull final String str) |
static String | encodeOptional (@Nullable final String str) |
Private Member Functions | |
HtmlUtils () | |
Utility class for HTML related functions.
Definition at line 28 of file HtmlUtils.java.
|
private |
Private constructor to prevent instantiation.
Definition at line 33 of file HtmlUtils.java.
|
static |
Encodes a string so that the result can be embedded into HTML.
str | the string to encode |
Definition at line 53 of file HtmlUtils.java.
Referenced by net.sf.gridarta.gui.map.renderer.ToolTipAppender< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.appendGameObject(), net.sf.gridarta.utils.HtmlUtils.encodeOptional(), and net.sf.gridarta.model.validation.errors.ValidationError< G, A, R >.getMessage().
|
static |
Encodes an optional string so that the result can be embedded into HTML.
str | the optional string to encode |
Definition at line 43 of file HtmlUtils.java.
References net.sf.gridarta.utils.HtmlUtils.encode().
Referenced by net.sf.gridarta.model.validation.errors.ValidationError< G, A, R >.getMessage().