当前页面:
在线文档首页 >
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 |
getScript
public java.lang.StringBuffer getScript()
- Get the content, the markup, of the script tag
- Returns:
- the markup of the script tag