com.faunos.skwish.ext.http
Class MappedSkwishResponseFactory
java.lang.Object
com.faunos.util.net.http.AbstractResponseFactory
com.faunos.skwish.ext.http.SkwishResponseFactory
com.faunos.skwish.ext.http.MappedSkwishResponseFactory
- All Implemented Interfaces:
- ResponseFactory
public class MappedSkwishResponseFactory
- extends SkwishResponseFactory
Packages a mapped skwish Provider with a skwish
HTTP ResponseFactory. This is an implementation class
used internally by the SkwishHttpServer. It can also
be used to configure a Caroon HTTP server directly.
- Author:
- Babak Farhang
- See Also:
Caroon.addMapping(String, ResponseFactory)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappedSkwishResponseFactory
protected MappedSkwishResponseFactory(String appRootUri)
MappedSkwishResponseFactory
protected MappedSkwishResponseFactory(MappedUriProvider mappedProvider,
String appRootUri)
getMappedUriProvider
public MappedUriProvider getMappedUriProvider()
- Returns the path-configurable, skwish provider.