Uses of Interface
net.officefloor.web.build.HttpPathFactory
-
Packages that use HttpPathFactory Package Description net.officefloor.web -
-
Uses of HttpPathFactory in net.officefloor.web
Classes in net.officefloor.web that implement HttpPathFactory Modifier and Type Class Description class
HttpPathFactoryImpl<T>
Factory to create the HTTP path.Methods in net.officefloor.web that return HttpPathFactory Modifier and Type Method Description <T> HttpPathFactory<T>
HttpInputPath. createHttpPathFactory(java.lang.Class<T> valuesType)
Creates theHttpPathFactory
.<T> HttpPathFactory<T>
HttpInputPathImpl. createHttpPathFactory(java.lang.Class<T> valuesType)
Constructors in net.officefloor.web with parameters of type HttpPathFactory Constructor Description HttpRedirectFunction(boolean isSecure, HttpPathFactory<T> pathFactory)
Instantiate.
-