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>
public abstract static class HttpPathFactoryImpl.Segment<T> extends java.lang.Object
Segment of the path.
-
-
Constructor Summary
Constructors Constructor Description Segment()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract void
write(T values, java.lang.Appendable target)
Writes the values.
-
-
-
Method Detail
-
write
protected abstract void write(T values, java.lang.Appendable target) throws java.lang.Exception
Writes the values.- Parameters:
values
- Values.target
-Appendable
.- Throws:
java.lang.Exception
- Failure in writing value.
-
-