public class GiftRegistryMethodTagHandler extends java.lang.Object implements NodeHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GiftRegistryMethodTagHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
handle(java.lang.Object parent,
java.lang.Object currentNode,
java.lang.Object[] params)
Returns of the value that is corresponding to the given current node.
|
public static final java.lang.String COPYRIGHT
public java.lang.Object handle(java.lang.Object parent, java.lang.Object currentNode, java.lang.Object[] params) throws java.lang.Exception
handle
in interface NodeHandler
parent
- the parent of the current nodecurrentNode
- the node that is to be handledparams
- the parameters used for evaluation. Since the current node will be a method,
the parameters are the method parameters.java.lang.Exception