org.codehaus.groovy.grails.web.taglib
Class GroovyElseIfTag
java.lang.Object
org.codehaus.groovy.grails.web.taglib.GroovySyntaxTag
org.codehaus.groovy.grails.web.taglib.GroovyElseIfTag
- All Implemented Interfaces:
- GrailsTag
public class GroovyElseIfTag
- extends GroovySyntaxTag
- Since:
- 18-Jan-2006
- Author:
- Graeme Rocher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
GroovyElseIfTag
public GroovyElseIfTag()
doStartTag
public void doStartTag()
- Description copied from interface:
GrailsTag
- Process the start tag
doEndTag
public void doEndTag()
- Description copied from interface:
GrailsTag
- process the end tag
getName
public String getName()
- Returns:
- The name of the tag
isBufferWhiteSpace
public boolean isBufferWhiteSpace()
- Specified by:
isBufferWhiteSpace
in class GroovySyntaxTag
hasPrecedingContent
public boolean hasPrecedingContent()
- Specified by:
hasPrecedingContent
in class GroovySyntaxTag
Copyright (c) 2005-2006 The Grails project