Package net.officefloor.web
Class HttpInputPathSegment
- java.lang.Object
-
- net.officefloor.web.HttpInputPathSegment
-
public class HttpInputPathSegment extends java.lang.ObjectSegment of theHttpInputPath.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpInputPathSegment.HttpInputPathSegmentEnumTypes ofHttpInputPathSegment.
-
Field Summary
Fields Modifier and Type Field Description HttpInputPathSegmentnextNextHttpInputPathSegment.HttpInputPathSegment.HttpInputPathSegmentEnumtypejava.lang.StringvalueStatic 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.
-
-