|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.templatecompiler.model.ModelFragment
public class ModelFragment
All classes that are used in template bodey should be presented in the XmlSeeAlso annotation
| Constructor Summary | |
|---|---|
ModelFragment()
|
|
| Method Summary | |
|---|---|
void |
afterVisit(TemplateVisitor visitor)
|
void |
beforeVisit(TemplateVisitor visitor)
|
java.util.List<java.lang.Object> |
getChildren()
|
void |
setChildren(java.util.List<java.lang.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 |
|---|
public ModelFragment()
| Method Detail |
|---|
public java.util.List<java.lang.Object> getChildren()
getChildren in interface LeafModelElementpublic void setChildren(java.util.List<java.lang.Object> body)
body - the body to set
public void visit(TemplateVisitor visitor)
throws CdkException
visit in interface ModelElementCdkException
public void afterVisit(TemplateVisitor visitor)
throws CdkException
CdkException
public void beforeVisit(TemplateVisitor visitor)
throws CdkException
CdkException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||