|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectro.polak.utilities.AttributeList
public class AttributeList
Attribute list
Java Little Web Server Homepage
| Constructor Summary | |
|---|---|
AttributeList()
|
|
| Method Summary | |
|---|---|
java.lang.String |
get(java.lang.String attributeName)
|
java.lang.String |
getNameAt(int i)
Returns name at specified index |
java.lang.String |
getValueAt(int i)
Returns value at specified index |
void |
set(java.lang.String attributeName,
java.lang.String attributeValue)
Sets attribute |
int |
size()
Returns size of the list |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeList()
| Method Detail |
|---|
public void set(java.lang.String attributeName,
java.lang.String attributeValue)
attributeName - attribute nameattributeValue - attribute valuepublic java.lang.String getNameAt(int i)
i - index
public java.lang.String getValueAt(int i)
i - index
public java.lang.String get(java.lang.String attributeName)
attributeName - name of the attribute
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||