Groovy Documentation

org.codehaus.groovy.grails.web.taglib
[Java] Class GroovyElseIfTag

java.lang.Object
  org.codehaus.groovy.grails.web.taglib.GroovySyntaxTag
      org.codehaus.groovy.grails.web.taglib.GroovyConditionalTag
          org.codehaus.groovy.grails.web.taglib.GroovyElseIfTag

public class GroovyElseIfTag
extends GroovyConditionalTag

Field Summary
static java.lang.String TAG_NAME

 
Fields inherited from class GroovySyntaxTag
ATTRIBUTES_STATUS, ATTRIBUTE_IN, ATTRIBUTE_VAR, attributes, out, parser, tagContext
 
Method Summary
void doEndTag()

java.lang.String getName()

boolean isAllowPrecedingContent()

boolean isKeepPrecedingWhiteSpace()

protected void outputStartTag(java.lang.String env, java.lang.String test)

 
Methods inherited from class GroovyConditionalTag
attributeValueOrNull, doEndTag, doStartTag, isAllowPrecedingContent, isKeepPrecedingWhiteSpace, outputStartTag
 
Methods inherited from class GroovySyntaxTag
calculateExpression, doEachMethod, init, isAllowPrecedingContent, isKeepPrecedingWhiteSpace, setAttribute, setAttributes, setWriter
 

Field Detail

TAG_NAME

public static final java.lang.String TAG_NAME


 
Method Detail

doEndTag

@Override
public void doEndTag()


getName

public java.lang.String getName()


isAllowPrecedingContent

@Override
public boolean isAllowPrecedingContent()


isKeepPrecedingWhiteSpace

@Override
public boolean isKeepPrecedingWhiteSpace()


outputStartTag

@Override
protected void outputStartTag(java.lang.String env, java.lang.String test)


 

Groovy Documentation