Uses of Class
net.officefloor.web.accept.AcceptNegotiatorImpl.AcceptHandler
-
Packages that use AcceptNegotiatorImpl.AcceptHandler Package Description net.officefloor.web.accept -
-
Uses of AcceptNegotiatorImpl.AcceptHandler in net.officefloor.web.accept
Methods in net.officefloor.web.accept that return AcceptNegotiatorImpl.AcceptHandler Modifier and Type Method Description static <H> AcceptNegotiatorImpl.AcceptHandler<H>
AcceptNegotiatorImpl. createAcceptHandler(java.lang.String contentType, H handler)
Creates theAcceptNegotiatorImpl.AcceptHandler
.Constructors in net.officefloor.web.accept with parameters of type AcceptNegotiatorImpl.AcceptHandler Constructor Description AcceptNegotiatorImpl(AcceptNegotiatorImpl.AcceptHandler<H>[] acceptHandlers)
Instantiate.
-