org.jboss.portal.core.metadata.portlet
Class MarkupAttribute
java.lang.Object
org.jboss.portal.core.metadata.portlet.MarkupAttribute
public class MarkupAttribute
- extends java.lang.Object
A markup attribute.
- Version:
- $Revision: 7228 $
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MarkupAttribute
public MarkupAttribute(java.lang.String name,
java.lang.String value,
MarkupAttribute.Type type)
- Parameters:
name - the attribute namevalue - the attribute valuetype - the attribute type
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getName
public java.lang.String getName()
getValue
public java.lang.String getValue()
getEncodedValue
public java.lang.String getEncodedValue()
getEncodedValue
public java.lang.String getEncodedValue(java.lang.String contextPath)
getType
public MarkupAttribute.Type getType()
write
public void write(java.lang.String urlPrefix,
java.io.Writer writer)
throws org.jboss.portal.common.io.UndeclaredIOException
- Throws:
org.jboss.portal.common.io.UndeclaredIOException
toString
public java.lang.String toString(java.lang.String contextPath)