org.richfaces.cdk.templatecompiler
Class StartElementStatement

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

public class StartElementStatement
extends BaseTemplateMethodBodyStatement

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
  StartElementStatement(java.lang.String elementName)
           
protected StartElementStatement(java.lang.String templateName, java.lang.String elementName)
           
 
Method Summary
 java.lang.String 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

StartElementStatement

public StartElementStatement(java.lang.String elementName)

StartElementStatement

protected StartElementStatement(java.lang.String templateName,
                                java.lang.String elementName)
Method Detail

getElementName

public java.lang.String getElementName()
Returns:
the elementName


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