| Constructor and Description |
|---|
SwitchingEncoder(FeatureManager featureManager) |
| Modifier and Type | Method and Description |
|---|---|
protected Encoder |
createEncoder() |
String |
encodeForHtml(Object input)
Renders
input as HTML. |
public SwitchingEncoder(FeatureManager featureManager)
@Nonnull public String encodeForHtml(@Nullable Object input)
Encoderinput as HTML. This method calls toString() on input in order to get its
String representation. If input is null, this method returns "".encodeForHtml in interface Encoderinput - a StringCopyright © 2002-2016 Atlassian. All Rights Reserved.