|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.content.ui.SimpleUiSupport<T>
public class SimpleUiSupport<T extends ContentEntityObject>
Constructor Summary | |
---|---|
SimpleUiSupport(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider,
java.lang.String iconPath,
java.lang.String iconCssClass,
java.lang.String contentCssClass,
java.lang.String i18NKey)
|
Method Summary | |
---|---|
java.lang.String |
getContentCssClass(java.lang.String contentType,
java.lang.String contentPluginKey)
Get the CSS class that can be applied to add an icon to some inline element describing the given content. |
java.lang.String |
getContentCssClass(T content)
Get the CSS class that can be applied to some inline element describing the given content |
java.lang.String |
getContentTypeI18NKey(SearchResult result)
Get the I18N key for the content that is being referred to by this search result |
java.lang.String |
getContentTypeI18NKey(T content)
Get the I18N key for the name of the given content. |
java.lang.String |
getIconCssClass(SearchResult result)
Get the CSS class that can be applied to add an icon to some inline element describing the given result. |
java.lang.String |
getIconCssClass(T content)
Get the CSS class that can be applied to add an icon to some inline element describing the given content. |
java.lang.String |
getIconFilePath(T content,
int size)
Get the URL path to the icon for the gtiven piece of content, without prepending context or web static hashes. |
java.lang.String |
getIconPath(T content,
int size)
Get the URL path to the icon for the given piece of content. |
java.lang.String |
getLegacyIconPath(java.lang.String contentType,
int size)
Get the URL path to the icon for the given type of content. |
static ContentUiSupport |
getUnknown(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleUiSupport(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, java.lang.String iconPath, java.lang.String iconCssClass, java.lang.String contentCssClass, java.lang.String i18NKey)
Method Detail |
---|
public java.lang.String getIconFilePath(T content, int size)
ContentUiSupport
DataSourceFactory
, which
does not handle context and web static hashes in the url.
getIconFilePath
in interface ContentUiSupport<T extends ContentEntityObject>
content
- the content to find an icon forsize
- the size. Currently, only 16 is supported, and thus this parameter is ignored.
public java.lang.String getIconPath(T content, int size)
ContentUiSupport
All icons are square. If no icon is available at the requested size, the implementation should use the following priority to determine what to return:
In general you can only assume a 16x16 icon will be available, but this may change in the future.
getIconPath
in interface ContentUiSupport<T extends ContentEntityObject>
content
- the content to find an icon forsize
- the intended width/height at which the icon will be displayed in pixels
public java.lang.String getLegacyIconPath(java.lang.String contentType, int size)
ContentUiSupport
ContentUiSupport.getIconPath(com.atlassian.confluence.core.ConfluenceEntityObject, int)
Icon size selection follows the same rule as its sister method.
getLegacyIconPath
in interface ContentUiSupport<T extends ContentEntityObject>
contentType
- the type of content to find an icon for as would be returned from
ContentEntityObject.getType()
size
- the intended width/height at which the icon will be displayed in pixels
public java.lang.String getIconCssClass(SearchResult result)
ContentUiSupport
getIconCssClass
in interface ContentUiSupport<T extends ContentEntityObject>
result
- the search result to find an icon for
public java.lang.String getContentTypeI18NKey(SearchResult result)
ContentUiSupport
getContentTypeI18NKey
in interface ContentUiSupport<T extends ContentEntityObject>
result
- the search result being displayed
public java.lang.String getIconCssClass(T content)
ContentUiSupport
getIconCssClass
in interface ContentUiSupport<T extends ContentEntityObject>
content
- the content to find an icon for
public java.lang.String getContentCssClass(java.lang.String contentType, java.lang.String contentPluginKey)
ContentUiSupport
getContentCssClass
in interface ContentUiSupport<T extends ContentEntityObject>
contentType
- the content to find an icon forcontentPluginKey
- the plugin key for the content it it is a ContentType plugin
public java.lang.String getContentCssClass(T content)
ContentUiSupport
getContentCssClass
in interface ContentUiSupport<T extends ContentEntityObject>
content
- the content to find the css for
public java.lang.String getContentTypeI18NKey(T content)
ContentUiSupport
getContentTypeI18NKey
in interface ContentUiSupport<T extends ContentEntityObject>
content
- the content to get the name of
public static ContentUiSupport getUnknown(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |