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>
public static class HttpPathFactoryImpl.StaticSegment<T> extends HttpPathFactoryImpl.Segment<T>
StaticHttpPathFactoryImpl.Segment.
-
-
Constructor Summary
Constructors Constructor Description StaticSegment(java.lang.String staticPath)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwrite(java.lang.Object values, java.lang.Appendable target)Writes the values.
-
-
-
Method Detail
-
write
protected void write(java.lang.Object values, java.lang.Appendable target) throws java.lang.ExceptionDescription copied from class:HttpPathFactoryImpl.SegmentWrites the values.- Specified by:
writein classHttpPathFactoryImpl.Segment<T>- Parameters:
values- Values.target-Appendable.- Throws:
java.lang.Exception- Failure in writing value.
-
-