Package net.officefloor.web
Class HttpPathFactoryImpl.StaticSegment<T>
java.lang.Object
net.officefloor.web.HttpPathFactoryImpl.Segment<T>
net.officefloor.web.HttpPathFactoryImpl.StaticSegment<T>
- Enclosing class:
- HttpPathFactoryImpl<T>
Static
HttpPathFactoryImpl.Segment.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwrite(Object values, Appendable target) Writes the values.
-
Constructor Details
-
StaticSegment
Instantiate.- Parameters:
staticPath- Static path.
-
-
Method Details
-
write
Description copied from class:HttpPathFactoryImpl.SegmentWrites the values.- Specified by:
writein classHttpPathFactoryImpl.Segment<T>- Parameters:
values- Values.target-Appendable.- Throws:
Exception- Failure in writing value.
-