org.richfaces.cdk.templatecompiler.model
Class ModelFragment
java.lang.Object
org.richfaces.cdk.templatecompiler.model.ModelFragment
- All Implemented Interfaces:
- LeafModelElement, ModelElement
- Direct Known Subclasses:
- AnyElement, CdkBodyElement, CdkCaseElement, CdkChooseElement, CdkConditionalJstlElementBase, CdkDefaultElement, CdkForEachElement, CdkOtherwiseElement, CdkScriptObjectElement, CdkSwitchElement, CompositeImplementation
public class ModelFragment
- extends Object
- implements LeafModelElement
All classes that are used in template bodey should be presented in the XmlSeeAlso annotation
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelFragment
public ModelFragment()
getChildren
public List<Object> getChildren()
- Specified by:
getChildren in interface LeafModelElement
setChildren
public void setChildren(List<Object> body)
- Parameters:
body - the body to set
visit
public void visit(TemplateVisitor visitor)
throws CdkException
- Specified by:
visit in interface ModelElement
- Throws:
CdkException
afterVisit
public void afterVisit(TemplateVisitor visitor)
throws CdkException
- Throws:
CdkException
beforeVisit
public void beforeVisit(TemplateVisitor visitor)
throws CdkException
- Throws:
CdkException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.