| Package | Description |
|---|---|
| com.bradmcevoy.http |
| Modifier and Type | Class and Description |
|---|---|
class |
MiltonFilter
This is an implementation of a standard Servlet API filter, not
to be confused with the milton filter which achieves the same objective
USers may use a MiltonFilter or a MiltonServlet to achieve slightly different
functionality
Using this class instead of a servlet means that if no resource is found
for a given request that request falls through to the web container for
further processing
This means that you can have a combination of static file system resources
and resource factory isntances
|
class |
MiltonServlet
MiltonServlet is a thin wrapper around HttpManager.
|
Copyright © 2020. All rights reserved.