Package net.officefloor.web
Class HttpInputPathSegment
- java.lang.Object
-
- net.officefloor.web.HttpInputPathSegment
-
public class HttpInputPathSegment extends java.lang.Object
Segment of theHttpInputPath
.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HttpInputPathSegment.HttpInputPathSegmentEnum
Types ofHttpInputPathSegment
.
-
Field Summary
Fields Modifier and Type Field Description HttpInputPathSegment
next
NextHttpInputPathSegment
.HttpInputPathSegment.HttpInputPathSegmentEnum
type
java.lang.String
value
Static path or parameter name.
-
Constructor Summary
Constructors Constructor Description HttpInputPathSegment(HttpInputPathSegment.HttpInputPathSegmentEnum type, java.lang.String value)
Instantiate.
-
-
-
Field Detail
-
type
public final HttpInputPathSegment.HttpInputPathSegmentEnum type
-
value
public final java.lang.String value
Static path or parameter name.
-
next
public HttpInputPathSegment next
NextHttpInputPathSegment
.
-
-
Constructor Detail
-
HttpInputPathSegment
public HttpInputPathSegment(HttpInputPathSegment.HttpInputPathSegmentEnum type, java.lang.String value)
Instantiate.- Parameters:
type
-HttpInputPathSegment.HttpInputPathSegmentEnum
.value
- Static path or parameter name.
-
-