|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rwt.branding.Header
This data structure represents an HTML tag that goes into the <head> section of the startup page and is used by the branding facility.
AbstractBranding
Constructor Summary | |
Header(String tagName,
Map attributes)
Constructs a new instance of this class with the given tagName . |
|
Header(String tagName,
String[] attributeNames,
String[] attributeValues)
Constructs a new instance of this class with the given tagName . |
Method Summary | |
String[] |
getNames()
Returns the array of attribute names. |
String |
getTagName()
Returns the name of the header tag. |
String[] |
getValues()
Returns the array of attribute values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Header(String tagName, Map attributes)
tagName
.
tagName
- the name of the tag, must either be meta
or
link
attributes
- the attributes for this tag or null
if
there are no attributes.
IllegalArgumentException
- if tagName
isn't either
meta
or link
.public Header(String tagName, String[] attributeNames, String[] attributeValues)
tagName
.
tagName
- the name of the tag, must either be meta
or
link
attributeNames
- the attribute names for this tag. Must not be
null
.attributeValues
- the attribute values for this tag. Must match the
attribute names given in argument attributeNames
IllegalArgumentException
- if tagName
isn't either
meta
or link
.Method Detail |
public String getTagName()
public String[] getNames()
Note: This is not the actual structure used by the receiver to maintain its list of names, so modifying the array will not affect the receiver.
public String[] getValues()
Note: This is not the actual structure used by the receiver to maintain its list of values, so modifying the array will not affect the receiver.
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.