Class Path
- java.lang.Object
-
- org.apache.taglibs.standard.extra.spath.Path
-
- Direct Known Subclasses:
AbsolutePath,RelativePath
public abstract class Path extends Object
Represents a simple path (SPath) expression. A path is an ordered list of Steps.
- Author:
- Shawn Bayern
-
-
Constructor Summary
Constructors Constructor Description Path()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<Step>getSteps()Retrieves an ordered list of Step objects representing this expression.
-