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 Object
Segment of the path.
  • Constructor Details

    • Segment

      public Segment()
  • Method Details

    • write

      protected abstract void write(T values, Appendable target) throws Exception
      Writes the values.
      Parameters:
      values - Values.
      target - Appendable.
      Throws:
      Exception - Failure in writing value.