com.faunos.skwish.ext.http
Class MappedSkwishResponseFactory

java.lang.Object
  extended by com.faunos.util.net.http.AbstractResponseFactory
      extended by com.faunos.skwish.ext.http.SkwishResponseFactory
          extended by 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)

Field Summary
 
Fields inherited from class com.faunos.skwish.ext.http.SkwishResponseFactory
propertyValues
 
Constructor Summary
protected MappedSkwishResponseFactory(MappedUriProvider mappedProvider, String appRootUri)
           
protected MappedSkwishResponseFactory(String appRootUri)
           
 
Method Summary
 MappedUriProvider getMappedUriProvider()
          Returns the path-configurable, skwish provider.
 
Methods inherited from class com.faunos.skwish.ext.http.SkwishResponseFactory
prepareResponseImpl
 
Methods inherited from class com.faunos.util.net.http.AbstractResponseFactory
badRequest, getResponse, notFound, urlDecode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappedSkwishResponseFactory

protected MappedSkwishResponseFactory(String appRootUri)

MappedSkwishResponseFactory

protected MappedSkwishResponseFactory(MappedUriProvider mappedProvider,
                                      String appRootUri)
Method Detail

getMappedUriProvider

public MappedUriProvider getMappedUriProvider()
Returns the path-configurable, skwish provider.



SourceForge.net Logo