DisplayOutput¶
-
public class
DisplayOutput
¶ Display Output Interface
Methods¶
create¶
-
public static DisplayOutput
create
(String content, ContentType contentType)¶ Creates an instance of DisplayOutput
- Parameters:
content – The actual content to be presented.
contentType – The type of content to be presented,
ContentType.HTML
,ContentType.TEXT
orContentType.PREDEFINED
.