|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.theme.ThemeInfo
Field Summary | |
private RuntimeContext |
ctx
. |
private java.util.List |
elements
. |
private java.util.List |
links
. |
private PortalThemeMetaData |
meta
. |
private ServerRegistrationID |
registrationId
. |
private java.util.List |
scripts
. |
Constructor Summary | |
ThemeInfo(RuntimeContext ctx,
PortalThemeMetaData meta)
|
Method Summary | |
java.lang.String |
getAppId()
Get the application name of the WAR that contains this theme |
java.lang.String |
getContextPath()
Get the context path of the servlet context in which the theme is contained. |
java.util.List |
getElements()
Get all elements of this theme. |
java.util.List |
getLinks()
Get all link elements that are defined as part of this theme |
java.lang.String |
getName()
Get the name of this theme. |
ServerRegistrationID |
getRegistrationId()
|
java.util.List |
getScripts()
Get all script elements that are defined as part of this layout |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private final RuntimeContext ctx
private final PortalThemeMetaData meta
private final ServerRegistrationID registrationId
private final java.util.List scripts
private final java.util.List links
private final java.util.List elements
Constructor Detail |
public ThemeInfo(RuntimeContext ctx, PortalThemeMetaData meta)
Method Detail |
public java.lang.String getContextPath()
public java.lang.String getAppId()
public java.lang.String getName()
public java.util.List getScripts()
java.util.List
of script elements that are defined as part of this themepublic java.util.List getLinks()
java.util.List
of link elements that are defined as part of this themepublic java.util.List getElements()
Elements of a theme are all the child nodes in the HEAD tag that are part of this theme. A theme can currently have script and link tags
java.util.List
of all elements of the themepublic java.lang.String toString()
Object.toString()
public ServerRegistrationID getRegistrationId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |