Class Path
java.lang.Object
org.apache.taglibs.standard.extra.spath.Path
- Direct Known Subclasses:
AbsolutePath,RelativePath
Represents a simple path (SPath) expression. A path is an ordered list of Steps.
- Author:
- Shawn Bayern
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Path
public Path()
-
-
Method Details
-
getSteps
Retrieves 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).
-