org.jboss.portal.server.theme
Interface ThemeScript

All Known Implementing Classes:
ThemeScriptImpl

public interface ThemeScript

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
 

Method Detail

getScript

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

Returns:
the markup of the script tag