com.atlassian.confluence.labels.actions
Class SuggestedLabelsForEntityBean

java.lang.Object
  extended by com.atlassian.confluence.labels.actions.AbstractLabelEntityBean
      extended by com.atlassian.confluence.labels.actions.SuggestedLabelsForEntityBean

public class SuggestedLabelsForEntityBean
extends AbstractLabelEntityBean

DWR Bean to return a list (via AJAX) of suggested labels for the given page


Constructor Summary
SuggestedLabelsForEntityBean()
           
 
Method Summary
 void setLabelManager(LabelManager labelManager)
           
 void setPageManager(PageManager pageManager)
           
 AjaxResponse viewLabels(String entityIdString)
           
 
Methods inherited from class com.atlassian.confluence.labels.actions.AbstractLabelEntityBean
getText, getText, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestedLabelsForEntityBean

public SuggestedLabelsForEntityBean()
Method Detail

viewLabels

public AjaxResponse viewLabels(String entityIdString)
                        throws Exception
Throws:
Exception

setLabelManager

public void setLabelManager(LabelManager labelManager)

setPageManager

public void setPageManager(PageManager pageManager)


Confluence is developed by Atlassian.