|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.bridge.jsp.taglib.NodeProviderHelper
| Constructor Summary | |
NodeProviderHelper(ContextReferrerTag thisTag)
|
|
| Method Summary | |
int |
doAfterBody()
Does everything needed on the afterbody tag of every NodeProvider. |
int |
doEndTag()
|
void |
fillVars()
Fill the jsp and context vars |
java.lang.String |
getId()
|
boolean |
getModified()
|
Node |
getNodeVar()
For use by children, they can find the current 'node' belonging to this tag. |
void |
setJspvar(java.lang.String jv)
|
void |
setModified()
|
void |
setNodeVar(Node node)
Children can also directly access the node member, but the prefered method is to treat this variable as much as possible as private, and use this. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NodeProviderHelper(ContextReferrerTag thisTag)
| Method Detail |
public void setJspvar(java.lang.String jv)
setJspvar in interface NodeProviderpublic Node getNodeVar()
getNodeVar in interface NodeProviderpublic void setNodeVar(Node node)
public java.lang.String getId()
getId in interface TagIdentifier
public void fillVars()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setModified()
setModified in interface NodeProviderpublic boolean getModified()
public int doAfterBody()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException
public int doEndTag()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||