Class AbsolutePath
java.lang.Object
org.apache.taglibs.standard.extra.spath.Path
org.apache.taglibs.standard.extra.spath.AbsolutePath
Represents an absolute SPath expression. Essentially a marker class.
- Author:
- Shawn Bayern
-
Constructor Summary
ConstructorsConstructorDescriptionAbsolutePath(RelativePath base) Constructs a new AbsolutePath object based on a RelativePath. -
Method Summary
-
Constructor Details
-
AbsolutePath
Constructs a new AbsolutePath object based on a RelativePath. An absolute path is the same as a relative path, except that it begins with '/' or '//' (which one, of those two, can be determined by the first Step returned from getSteps()).
-
-
Method Details