|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.theme.impl.ThemeScriptImpl
An implementation of a ThemeScript
.
ThemeScript
Constructor Summary | |
ThemeScriptImpl(PortalTheme theme,
java.lang.String src,
java.lang.String id,
java.lang.String type,
java.lang.String bodyContent)
Create a theme script. |
Method Summary | |
java.lang.StringBuffer |
getElement()
Get the markup the theme element. |
java.lang.StringBuffer |
getScript()
Get the content, the markup, of the script tag |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ThemeScriptImpl(PortalTheme theme, java.lang.String src, java.lang.String id, java.lang.String type, java.lang.String bodyContent)
theme
- the theme to which this script belongs tosrc
- the value of the src attributetype
- the value of the type attributeMethod Detail |
public java.lang.StringBuffer getScript()
ThemeScript
getScript
in interface ThemeScript
ThemeScript.getScript()
public java.lang.String toString()
Object.toString()
public java.lang.StringBuffer getElement()
ThemeElement
getElement
in interface ThemeElement
ThemeElement.getElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |