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, String activationContent)
           
 
Method Summary
 String getActivationContent()
           
 String getDisplayContent()
           
 String getType()
           
 void setActivationContent(String activationContent)
           
 void setDisplayContent(String displayContent)
           
 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,
                   String activationContent)

Placeholder

public Placeholder(Placeholder toCopy)
Method Detail

getType

public String getType()

setType

public void setType(String type)

getActivationContent

public String getActivationContent()

setActivationContent

public void setActivationContent(String activationContent)

getDisplayContent

public String getDisplayContent()

setDisplayContent

public void setDisplayContent(String displayContent)


Copyright © 2003-2013 Atlassian. All Rights Reserved.