Milyn-Tinak Version 0.6.1

org.milyn.tinak
Class SelectTag

java.lang.Object
  extended byorg.milyn.tinak.ContainerTag
      extended byorg.milyn.tinak.SelectTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class SelectTag
extends ContainerTag

Select Tag implementation.

The select tag selects the first enclosed/nested ua tag which matches successfully. It causes a sequence of ua tags to behave in the same way as an if-elseif-elseif sequence.

Author:
Tom Fennelly

Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SelectTag()
           
 
Methods inherited from class org.milyn.tinak.ContainerTag
appendContent, doAfterBody, doEndTag, doInitBody, doStartTag, getContent, getPageContext, getParent, hasContent, release, setBodyContent, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectTag

public SelectTag()

Milyn-Tinak Version 0.6.1