| java.lang.Object org.jboss.portal.theme.ThemeLink
ThemeLink | final public class ThemeLink implements ThemeElement(Code) | | An implementation of a ThemeLink . The theme link is responsible for producing the markup of a link
element in the markup response's head tag.
author: Martin Holzner version: $LastChangedRevision: 8784 $, $LastChangedDate: 2007-10-27 19:01:46 -0400 (Sat, 27 Oct 2007) $ See Also: ThemeElement |
ThemeLink | public ThemeLink(String contextPath, String rel, String type, String href, String id, String title, String media)(Code) | | Create a new ThemeLink
Parameters: contextPath - the URI of the servlet context that hosts the resource that the link is pointing to Parameters: rel - the rel attributes value Parameters: type - the type attributes value Parameters: href - the href attributes value Parameters: title - the title attributes value Parameters: media - the media attributes value |
getAttributeValue | public String getAttributeValue(String attributeName)(Code) | | See Also: org.jboss.portal.theme.ThemeElement@getAttributeValue |
|
|