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

ThemeScript - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.theme
Interface ThemeScript

All Superinterfaces:
ThemeElement
All Known Implementing Classes:
ThemeScriptImpl

public interface ThemeScript
extends ThemeElement

A theme script represents a script element that will be injected into a layout as part of a theme.


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

Method Detail

getScript

public java.lang.StringBuffer getScript()
Get the content, the markup, of the script tag

Returns:
the markup of the script tag