org.safehaus.asyncweb.service.resolver |
|
Java Source File Name | Type | Comment |
CompositeResolver.java | Class | |
ExactMatchURIServiceResolver.java | Class | A ServiceResolver which maps request URIs to
service names. |
FixedServiceResolver.java | Class | |
PassThruResolver.java | Class | |
ServiceResolver.java | Interface | Resolves the name of the HttpService to be used to
service a request. |
SimplePrefixResolver.java | Class | A very simple resolver which simply uses the full URI after
stripping an optional prefix as the name of the service.
SimplePrefixResolver is useful when a very
naming scheme is used - and allows services to be resolved
"dynamically" without any global configuration.
Request URIs which do not begin with the configured prefix are
not resolved.
For example, suppose all HttpService s are addressed
under the prefix /services/ . |