|
|||||||||
| Home >> All >> org >> enhydra >> servlet >> [ filter overview ] | PREV NEXT | ||||||||
Uses of Class
org.enhydra.servlet.filter.Filter
| Uses of Filter in org.enhydra.servlet.filter |
| Subclasses of Filter in org.enhydra.servlet.filter | |
class |
MultiServerFilter
This is the base class for filters specified by the administrator in the MultiServer config file. |
class |
PrintTransactionFilter
An implementation of TransactionFilter that logs everything the Servlet does to a given OutputStream. |
class |
StandardLoggingFilter
This is the standard logging filter that is used with the MultiServer. |
| Methods in org.enhydra.servlet.filter that return Filter | |
Filter |
FilterManager.get(java.lang.String filterID)
Look up a Filter by its identifier string. |
| Methods in org.enhydra.servlet.filter with parameters of type Filter | |
void |
FilterManager.add(java.lang.String filterID,
Filter filter,
java.lang.String description)
Add a Filter to the set. |
|
|||||||||
| Home >> All >> org >> enhydra >> servlet >> [ filter overview ] | PREV NEXT | ||||||||