com.atlassian.confluence.xhtml.api
Class Placeholder

java.lang.Object
  extended by com.atlassian.confluence.xhtml.api.Placeholder

public class Placeholder
extends Object


Constructor Summary
Placeholder(Placeholder toCopy)
           
Placeholder(String type, String displayContent)
           
 
Method Summary
 String getDisplayText()
           
 String getType()
           
 void setDisplayText(String displayText)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Placeholder

public Placeholder(String type,
                   String displayContent)

Placeholder

public Placeholder(Placeholder toCopy)
Method Detail

getType

public String getType()

setType

public void setType(String type)

getDisplayText

public String getDisplayText()

setDisplayText

public void setDisplayText(String displayText)


Copyright © 2003-2013 Atlassian. All Rights Reserved.