org.mmbase.bridge.jsp.taglib.util
Class BeanPair
java.lang.Object
org.mmbase.bridge.jsp.taglib.util.Pair
org.mmbase.bridge.jsp.taglib.util.BeanPair
class BeanPair
- extends Pair
- Since:
- MMBase-1.8
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanPair
BeanPair(Object c,
String k,
boolean w)
containsKey
final boolean containsKey(String key,
boolean checkParent)
throws JspTagException
- Specified by:
containsKey in class Pair
- Throws:
JspTagException
get
final Object get(String key,
boolean checkParent)
throws JspTagException
- Specified by:
get in class Pair
- Throws:
JspTagException
register
final void register(String newId,
Object n,
boolean check,
boolean checkParent)
throws JspTagException
- Specified by:
register in class Pair
- Throws:
JspTagException
unRegister
final void unRegister(String key,
boolean checkParent)
throws JspTagException
- Specified by:
unRegister in class Pair
- Throws:
JspTagException
canCheckParent
public boolean canCheckParent()
- Overrides:
canCheckParent in class Pair
MMBase 2.0-SNAPSHOT - null