org.mmbase.bridge.jsp.taglib.util
Class Referids

java.lang.Object
  extended by org.mmbase.bridge.jsp.taglib.util.Referids

public abstract class Referids
extends Object

A helper class to implement referids attribute.

Since:
MMBase-1.7
Version:
$Id: Referids.java 35335 2009-05-21 08:14:41Z michiel $
Author:
Michiel Meeuwissen

Constructor Summary
Referids()
           
 
Method Summary
protected static Map.Entry<String,Object> get(String key, ContextReferrerTag tag)
           
static List<Map.Entry<String,Object>> getList(Attribute referids, ContextReferrerTag tag)
           
static Map<String,Object> getReferids(Attribute referids, ContextReferrerTag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Referids

public Referids()
Method Detail

get

protected static Map.Entry<String,Object> get(String key,
                                              ContextReferrerTag tag)
                                       throws JspTagException
Throws:
JspTagException

getReferids

public static Map<String,Object> getReferids(Attribute referids,
                                             ContextReferrerTag tag)
                                      throws JspTagException
Throws:
JspTagException

getList

public static List<Map.Entry<String,Object>> getList(Attribute referids,
                                                     ContextReferrerTag tag)
                                              throws JspTagException
Throws:
JspTagException
Since:
MMBase-1.9


MMBase 2.0-SNAPSHOT - null