Uses of Class
net.sourceforge.stripes.util.bean.Node

Packages that use Node
net.sourceforge.stripes.util.bean This package contains classes which implement a limited subset of an expression language for dealing with an extended JavaBean property syntax. 
 

Uses of Node in net.sourceforge.stripes.util.bean
 

Methods in net.sourceforge.stripes.util.bean that return Node
 Node Node.getNext()
          Gets the next node in the expression.
 Node NodeEvaluation.getNode()
          Gets the Node that is represented in the evaluation by this NodeEvaluation.
 Node Node.getPrevious()
          Gets the previous node in the expression.
 Node PropertyExpression.getRootNode()
          Fetches the root or first node in this expression.
 

Methods in net.sourceforge.stripes.util.bean with parameters of type Node
protected  void Node.setNext(Node next)
          Sets the next node in the expression.
 void NodeEvaluation.setNode(Node node)
          Sets the Node that is represented in the evaluation by this NodeEvaluation.
protected  void Node.setPrevious(Node previous)
          Sets the previous node in the expression.
 

Constructors in net.sourceforge.stripes.util.bean with parameters of type Node
NodeEvaluation(PropertyExpressionEvaluation expressionEvaluation, Node node)
          Constructs a new NodeEvaluation for the specified part of an expression evaluation.
 



? Copyright 2005-2006, Stripes Development Team.