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

ThemeElement - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.theme
Interface ThemeElement

All Known Subinterfaces:
ThemeLink, ThemeScript
All Known Implementing Classes:
ThemeLinkImpl, ThemeScriptImpl

public interface ThemeElement

A generic interface to type all the elements of a theme.

Theme elements are the script and link tags that make up the theme.

See Also:
PortalTheme

Method Summary
 java.lang.StringBuffer getElement()
          Get the markup the theme element.
 

Method Detail

getElement

public java.lang.StringBuffer getElement()
Get the markup the theme element.

Returns:
the markup that this theme element represents