org.richfaces.cdk.templatecompiler
Class EndElementStatement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.BaseTemplateMethodBodyStatement
      extended by org.richfaces.cdk.templatecompiler.StartElementStatement
          extended by org.richfaces.cdk.templatecompiler.EndElementStatement
All Implemented Interfaces:
MethodBodyStatement

public class EndElementStatement
extends StartElementStatement

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
EndElementStatement(java.lang.String elementName)
           
 
Method Summary
 
Methods inherited from class org.richfaces.cdk.templatecompiler.StartElementStatement
getElementName
 
Methods inherited from class org.richfaces.cdk.templatecompiler.BaseTemplateMethodBodyStatement
getCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndElementStatement

public EndElementStatement(java.lang.String elementName)


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