org.ajax4jsf.templatecompiler.elements.html
Class HTMLElement
java.lang.Object
org.ajax4jsf.templatecompiler.elements.TemplateElementBase
org.ajax4jsf.templatecompiler.elements.html.HTMLElement
- All Implemented Interfaces:
- TemplateElement
public class HTMLElement
- extends TemplateElementBase
Processing template HTLM-attributes.
- Version:
- $Revision: 1.1.2.3 $ $Date: 2007/02/26 20:48:42 $
- Author:
- ayukhovich@exadel.com (latest modification by $Author: alexsmirnov $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLElement
public HTMLElement(org.w3c.dom.Node element,
CompilationContext componentBean)
- Parameters:
element
- variables
-
getBeginElement
public java.lang.String getBeginElement()
throws CompilationException
- Returns:
- string contain
- Throws:
CompilationException
getTemplateName
protected java.lang.String getTemplateName()
- Returns:
getEndElement
public java.lang.String getEndElement()
- Returns:
processingAttributes
public void processingAttributes(org.w3c.dom.NamedNodeMap attributes)
- Parameters:
attributes
-
setText
public void setText(java.lang.String nodeText)
- Set a body text for HTML-tag
- Parameters:
nodeText
-
Copyright © 2009. All Rights Reserved.