org.ajax4jsf.templatecompiler.elements
Class RootElement
java.lang.Object
org.ajax4jsf.templatecompiler.elements.TemplateElementBase
org.ajax4jsf.templatecompiler.elements.RootElement
- All Implemented Interfaces:
- TemplateElement
public class RootElement
- extends TemplateElementBase
- Author:
- shura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootElement
public RootElement(org.w3c.dom.Node element,
CompilationContext componentBean)
- Parameters:
element
- componentBean
-
getBeginElement
public java.lang.String getBeginElement()
throws CompilationException
- Throws:
CompilationException
toCode
public java.lang.String toCode()
throws CompilationException
- Specified by:
toCode
in interface TemplateElement
- Overrides:
toCode
in class TemplateElementBase
- Throws:
CompilationException
getEncodeBeginTemplateName
protected java.lang.String getEncodeBeginTemplateName()
- Returns:
getEncodeEndTemplateName
protected java.lang.String getEncodeEndTemplateName()
- Returns:
getEncodeChildrenTemplateName
protected java.lang.String getEncodeChildrenTemplateName()
- Returns:
getTemplateName
protected java.lang.String getTemplateName()
- Returns:
getEndElement
public java.lang.String getEndElement()
throws CompilationException
- Throws:
CompilationException
Copyright © 2009. All Rights Reserved.