JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.http.server
Interface PathContainer.Element
All Known Subinterfaces:
PathContainer.PathSegment
,
PathContainer.Separator
Enclosing interface:
PathContainer
public static interface
PathContainer.Element
Common representation of a path element, e.g. separator or segment.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
value
()
Return the original, raw (encoded) value for the path component.
Method Detail
value
java.lang.String value()
Return the original, raw (encoded) value for the path component.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method