org.ajax4jsf.templatecompiler.elements.html.attribute
Class HtmlAttribute
java.lang.Object
org.ajax4jsf.templatecompiler.elements.html.attribute.HtmlAttribute
- All Implemented Interfaces:
- Attribute
public class HtmlAttribute
- extends java.lang.Object
- implements Attribute
Processing template simple HTLM-attributes.
- Version:
- $Revision: 1.1.2.1 $ $Date: 2007/02/26 20:48:55 $
- Author:
- ayukhovich@exadel.com (latest modification by $Author: alexsmirnov $)
Constructor Summary |
HtmlAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlAttribute
public HtmlAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
- Parameters:
attributeName
- attributeValue
-
getName
public java.lang.String getName()
- Specified by:
getName
in interface Attribute
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface Attribute
isNoRewrite
public boolean isNoRewrite()
- Returns:
copyValues
public void copyValues(Attribute src)
- copy values from
- Specified by:
copyValues
in interface Attribute
- Parameters:
src
-
getCode
public java.lang.String getCode()
- Specified by:
getCode
in interface Attribute
Copyright © 2009. All Rights Reserved.