org.mmbase.bridge.jsp.taglib.containers
Class QueryAgeConstraintTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.mmbase.bridge.jsp.taglib.ContextReferrerTag
org.mmbase.bridge.jsp.taglib.CloudReferrerTag
org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag, TryCatchFinally, ContainerReferrer, QueryContainerReferrer
public class QueryAgeConstraintTag
- extends CloudReferrerTag
- implements QueryContainerReferrer
Cognate of daymarkers.
- Since:
- MMBase-1.7
- Version:
- $Id: QueryAgeConstraintTag.java 35335 2009-05-21 08:14:41Z michiel $
- Author:
- Michiel Meeuwissen
- See Also:
DayMarkers,
Serialized Form
| Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag |
appendMoreParameters, doCatch, doEndTag, doFinally, findLoopOrQuery, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getCurrentBlock, getDefaultLocale, getEscapedValue, getFormTag, getId, getLocaleFromContext, getObject, getObjectConditional, getPageContext, getPageContextTag, getQuery, getReferid, getString, getTaglibVersion, getThreadPageContext, getTimeZone, getWriterValue, haveBody, release, setContext, setEscape, setId, setJspvar, setListdelimiter, setPageContext, setReferid, setVartype, setWrite, setWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected Attribute container
field
protected Attribute field
element
protected Attribute element
minAge
protected Attribute minAge
maxAge
protected Attribute maxAge
inverse
protected Attribute inverse
QueryAgeConstraintTag
public QueryAgeConstraintTag()
setContainer
public void setContainer(String c)
throws JspTagException
- Description copied from interface:
ContainerReferrer
- If it should not use parent container
- Specified by:
setContainer in interface ContainerReferrer
- Throws:
JspTagException
setField
public void setField(String f)
throws JspTagException
- Deprecated. Use
setElement(java.lang.String)
- Throws:
JspTagException
setElement
public void setElement(String e)
throws JspTagException
- Throws:
JspTagException
setMinage
public void setMinage(String a)
throws JspTagException
- Throws:
JspTagException
setMaxage
public void setMaxage(String a)
throws JspTagException
- Throws:
JspTagException
setInverse
public void setInverse(String i)
throws JspTagException
- Throws:
JspTagException
doStartTag
public int doStartTag()
throws JspTagException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class BodyTagSupport
- Throws:
JspTagException
MMBase 2.0-SNAPSHOT - null