| java.lang.Object org.jboss.portal.theme.ThemeScript
ThemeScript | final public class ThemeScript implements ThemeElement(Code) | | An implementation of a ThemeScript . The script element is responsible for creating the markup that
represents a single script tag in the response markup.
author: Martin Holzner author: Roy Russo version: $LastChangedRevision: 8784 $, $LastChangedDate: 2007-10-27 19:01:46 -0400 (Sat, 27 Oct 2007) $ See Also: org.jboss.portal.theme.ThemeElement |
ThemeScript | public ThemeScript(String contextPath, String src, String id, String type, String bodyContent, String charset)(Code) | | Create a theme script.
Parameters: contextPath - the URI of the servlet context that hosts the resource that the script tag is pointing to Parameters: src - the value of the src attribute Parameters: type - the value of the type attribute |
getAttributeValue | public String getAttributeValue(String attributeName)(Code) | | See Also: org.jboss.portal.theme.ThemeElement@getAttributeValue |
|
|