org.richfaces.cdk.templatecompiler.model
Class CdkBodyElement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ModelFragment
      extended by org.richfaces.cdk.templatecompiler.model.CdkBodyElement
All Implemented Interfaces:
LeafModelElement, ModelElement

public class CdkBodyElement
extends ModelFragment

Author:
asmirnov@exadel.com

Constructor Summary
CdkBodyElement()
           
 
Method Summary
 void afterVisit(TemplateVisitor visitor)
           
 void beforeVisit(TemplateVisitor visitor)
           
 boolean isEnforce()
          

 void setEnforce(boolean enforce)
          

 
Methods inherited from class org.richfaces.cdk.templatecompiler.model.ModelFragment
getChildren, setChildren, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdkBodyElement

public CdkBodyElement()
Method Detail

isEnforce

public boolean isEnforce()

Returns:
the enforce

setEnforce

public void setEnforce(boolean enforce)

Parameters:
enforce - the enforce to set

beforeVisit

public void beforeVisit(TemplateVisitor visitor)
                 throws CdkException
Overrides:
beforeVisit in class ModelFragment
Throws:
CdkException

afterVisit

public void afterVisit(TemplateVisitor visitor)
                throws CdkException
Overrides:
afterVisit in class ModelFragment
Throws:
CdkException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.