org.mmbase.bridge.jsp.taglib
Class HasRelationManagerTag
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.HasRelationManagerTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag, TryCatchFinally, Condition
public class HasRelationManagerTag
- extends CloudReferrerTag
- implements Condition
Straight-forward wrapper arround Cloud.hasRelationManager(java.lang.String, java.lang.String, java.lang.String).
- Since:
- MMBase-1.8
- Version:
- $Id: HasRelationManagerTag.java 35335 2009-05-21 08:14:41Z michiel $
- Author:
- Michiel Meeuwissen
- See Also:
- 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, setPageContextOnly, setReferid, setVartype, setWrite, setWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inverse
protected Attribute inverse
sourceManager
protected Attribute sourceManager
destinationManager
protected Attribute destinationManager
role
protected Attribute role
HasRelationManagerTag
public HasRelationManagerTag()
setInverse
public void setInverse(String b)
throws JspTagException
- Description copied from interface:
Condition
- This attribute inverses the sense of the condition.
- Specified by:
setInverse in interface Condition
- Throws:
JspTagException
setSourcemanager
public void setSourcemanager(String n)
throws JspTagException
- Throws:
JspTagException
setDestinationmanager
public void setDestinationmanager(String n)
throws JspTagException
- Throws:
JspTagException
setRole
public void setRole(String n)
throws JspTagException
- Throws:
JspTagException
getInverse
protected boolean getInverse()
throws JspTagException
- Throws:
JspTagException
getNodeManager
protected NodeManager getNodeManager(Cloud cloud,
Attribute a)
throws JspTagException
- Throws:
JspTagException
doStartTag
public int doStartTag()
throws JspTagException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class BodyTagSupport
- Throws:
JspTagException
doAfterBody
public int doAfterBody()
throws JspTagException
- Specified by:
doAfterBody in interface IterationTag- Overrides:
doAfterBody in class BodyTagSupport
- Throws:
JspTagException
MMBase 2.0-SNAPSHOT - null