Class Placeholder
- java.lang.Object
-
- com.atlassian.confluence.xhtml.api.Placeholder
-
public class Placeholder extends Object
-
-
Constructor Summary
Constructors Constructor Description Placeholder(Placeholder toCopy)
Placeholder(String type, String displayContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayText()
String
getType()
void
setDisplayText(String displayText)
void
setType(String type)
-
-
-
Constructor Detail
-
Placeholder
public Placeholder(Placeholder toCopy)
-
-