|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.common.markup.MarkupAttribute
public class MarkupAttribute
A markup attribute.
| Nested Class Summary | |
|---|---|
static class |
MarkupAttribute.Type
The type of the attribute value. |
| Constructor Summary | |
|---|---|
MarkupAttribute(java.lang.String name,
java.lang.String value,
MarkupAttribute.Type type)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEncodedValue()
|
java.lang.String |
getName()
|
MarkupAttribute.Type |
getType()
|
java.lang.String |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarkupAttribute(java.lang.String name,
java.lang.String value,
MarkupAttribute.Type type)
name - the attribute namevalue - the attribute valuetype - the attribute type| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getEncodedValue()
public MarkupAttribute.Type getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||