com.atlassian.confluence.labels.actions
Class SuggestedLabelsForEntityBean

java.lang.Object
  extended bycom.atlassian.confluence.labels.actions.AbstractLabelEntityBean
      extended bycom.atlassian.confluence.labels.actions.SuggestedLabelsForEntityBean

public class SuggestedLabelsForEntityBean
extends AbstractLabelEntityBean

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


Constructor Summary
SuggestedLabelsForEntityBean()
           
 
Method Summary
 void setLabelManager(LabelManager labelManager)
           
 void setPageManager(PageManager pageManager)
           
 AjaxResponse viewLabels(String entityIdString, String templateName)
           
 
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

setLabelManager

public void setLabelManager(LabelManager labelManager)

setPageManager

public void setPageManager(PageManager pageManager)

viewLabels

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


Confluence is developed by Atlassian.