com.atlassian.confluence.labels.actions
Class ViewLabelsForEntityWithoutDeleteLinksBean

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

public class ViewLabelsForEntityWithoutDeleteLinksBean
extends AbstractLabelEntityBean

DWR Bean to return a list of labels (with the delete links disabled) to the browser via AJAX


Constructor Summary
ViewLabelsForEntityWithoutDeleteLinksBean()
           
 
Method Summary
 void setPageManager(PageManager pageManager)
           
 AjaxResponse viewLabels(String entityIdString, String spaceKey)
           
 
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

ViewLabelsForEntityWithoutDeleteLinksBean

public ViewLabelsForEntityWithoutDeleteLinksBean()
Method Detail

setPageManager

public void setPageManager(PageManager pageManager)

viewLabels

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


Confluence is developed by Atlassian.