Package net.officefloor.web
Class HttpPathFactoryImpl.Segment<T>
java.lang.Object
net.officefloor.web.HttpPathFactoryImpl.Segment<T>
- Direct Known Subclasses:
HttpPathFactoryImpl.ParameterSegment,HttpPathFactoryImpl.StaticSegment
- Enclosing class:
- HttpPathFactoryImpl<T>
Segment of the path.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidwrite(T values, Appendable target) Writes the values.
-
Constructor Details
-
Segment
public Segment()
-
-
Method Details
-
write
Writes the values.- Parameters:
values- Values.target-Appendable.- Throws:
Exception- Failure in writing value.
-