Uses of Class
net.officefloor.web.HttpPathFactoryImpl.Segment
-
Packages that use HttpPathFactoryImpl.Segment Package Description net.officefloor.web -
-
Uses of HttpPathFactoryImpl.Segment in net.officefloor.web
Subclasses of HttpPathFactoryImpl.Segment in net.officefloor.web Modifier and Type Class Description static class
HttpPathFactoryImpl.ParameterSegment<T>
ParameterHttpPathFactoryImpl.Segment
.static class
HttpPathFactoryImpl.StaticSegment<T>
StaticHttpPathFactoryImpl.Segment
.Constructors in net.officefloor.web with parameters of type HttpPathFactoryImpl.Segment Constructor Description HttpPathFactoryImpl(java.lang.Class<T> valuesType, HttpPathFactoryImpl.Segment<T>[] segments)
Instantiate.
-