public interface

WebFragmentHelper

com.atlassian.applinks.core.webfragment.WebFragmentHelper
Known Indirect Subclasses

Class Overview

Provides rendered web-items and web-panels for display by the applinks plugin

Summary

Constants
String APPLICATION_LINK_LIST_OPERATION This web-item location adds operations to each Application Link in the Application Link list admin screen
String ENTITY_LINK_LIST_OPERATION This web-item location adds operations to each Entity Link in the Entity Link list admin screen
Public Methods
abstract WebItemEntityList getWebItemsForLocation(String location, WebFragmentContext context)
abstract WebPanelEntityList getWebPanelsForLocation(String location, WebFragmentContext context)

Constants

public static final String APPLICATION_LINK_LIST_OPERATION

This web-item location adds operations to each Application Link in the Application Link list admin screen

Constant Value: "applinks.application.link.list.operation"

public static final String ENTITY_LINK_LIST_OPERATION

This web-item location adds operations to each Entity Link in the Entity Link list admin screen

Constant Value: "applinks.entity.link.list.operation"

Public Methods

public abstract WebItemEntityList getWebItemsForLocation (String location, WebFragmentContext context)

Parameters
location the web-item location to retrieve web-items for
context the WebFragmentContext to supply to the web-item for rendering
Returns

public abstract WebPanelEntityList getWebPanelsForLocation (String location, WebFragmentContext context)

Parameters
location the web-panel location to retrieve web-panels for
context the WebFragmentContext to supply to the web-panel for rendering
Returns