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 void
write(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.Exception
Description copied from class:HttpPathFactoryImpl.Segment
Writes the values.- Specified by:
write
in classHttpPathFactoryImpl.Segment<T>
- Parameters:
values
- Values.target
-Appendable
.- Throws:
java.lang.Exception
- Failure in writing value.
-
-