站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

ThemeLink - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.theme
Interface ThemeLink

All Superinterfaces:
ThemeElement
All Known Implementing Classes:
ThemeLinkImpl

public interface ThemeLink
extends ThemeElement

A theme link represents a link tag that will be injected into the layout as part of a theme.


Method Summary
 java.lang.StringBuffer getLink()
          Get the content , the markup, of the link
 
Methods inherited from interface org.jboss.portal.theme.ThemeElement
getElement
 

Method Detail

getLink

public java.lang.StringBuffer getLink()
Get the content , the markup, of the link

Returns:
the markup of the link