FileDocCategorySizeDatePackage
Path.javaAPI DocGlassfish v2 API2482Sat May 05 19:17:16 BST 2007org.apache.taglibs.standard.extra.spath

Path

public abstract class Path extends Object

Represents a simple path (SPath) expression. A path is an ordered list of Steps.

author
Shawn Bayern

Fields Summary
Constructors Summary
Methods Summary
public abstract java.util.ListgetSteps()
Retrives an ordered list of Step objects representing this expression. The result is safely modifiable by the caller and must support List.add(Object) and List.add(int, Object).