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 classHttpPathFactoryImpl.ParameterSegment<T>ParameterHttpPathFactoryImpl.Segment.static classHttpPathFactoryImpl.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.
-