org.jboss.portal.common.markup
Class MarkupAttribute

java.lang.Object
  extended by org.jboss.portal.common.markup.MarkupAttribute

public class MarkupAttribute
extends java.lang.Object

A markup attribute.

Version:
$Revision: 7228 $
Author:
Julien Viet

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

MarkupAttribute

public MarkupAttribute(java.lang.String name,
                       java.lang.String value,
                       MarkupAttribute.Type type)
Parameters:
name - the attribute name
value - the attribute value
type - the attribute type
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

getEncodedValue

public java.lang.String getEncodedValue()

getType

public MarkupAttribute.Type getType()