org.apache.maven.continuum.web.view.jsp.ui
Class IfBuildTypeEnabledTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.jstl.core.ConditionalTagSupport
          extended by org.apache.maven.continuum.web.view.jsp.ui.IfBuildTypeEnabledTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class IfBuildTypeEnabledTag
extends javax.servlet.jsp.jstl.core.ConditionalTagSupport

ifBuildTypeEnabledTag:

Version:
$Id: IfBuildTypeEnabledTag.java
Author:
Jan Ancajas
See Also:
Serialized Form

Field Summary
static String DISTRIBUTED
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
IfBuildTypeEnabledTag()
           
 
Method Summary
protected  boolean condition()
           
 String getBuildType()
           
 Continuum getContinuum()
           
 void setBuildType(String buildType)
           
 void setContinuum(Continuum continuum)
           
 
Methods inherited from class javax.servlet.jsp.jstl.core.ConditionalTagSupport
doStartTag, release, setScope, setVar
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISTRIBUTED

public static final String DISTRIBUTED
See Also:
Constant Field Values
Constructor Detail

IfBuildTypeEnabledTag

public IfBuildTypeEnabledTag()
Method Detail

condition

protected boolean condition()
                     throws javax.servlet.jsp.JspTagException
Specified by:
condition in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Throws:
javax.servlet.jsp.JspTagException

getBuildType

public String getBuildType()

setBuildType

public void setBuildType(String buildType)

getContinuum

public Continuum getContinuum()

setContinuum

public void setContinuum(Continuum continuum)


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.