This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <filter> | |
| <description> | |
| Provides essential configuration and request processing services | |
| for the Stripes framework. | |
| </description> | |
| <display-name>Stripes Filter</display-name> | |
| <filter-name>StripesFilter</filter-name> | |
| <filter-class>net.sourceforge.stripes.controller.StripesFilter</filter-class> | |
| <!-- REQUIRED init parameter for the Stripes Filter. --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <init-param> | |
| <param-name>Service.Provider</param-name> | |
| <param-value>stars</param-value> | |
| </init-param> |
NewerOlder