RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.model
Class ModelFragment

java.lang.Object
  extended by 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

Constructor Summary
ModelFragment()
           
 
Method Summary
 void afterVisit(TemplateVisitor visitor)
           
 void beforeVisit(TemplateVisitor visitor)
           
 List<Object> getChildren()
           
 void setChildren(List<Object> body)
          

 void visit(TemplateVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFragment

public ModelFragment()
Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.