Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiomt/knowgate-stripes
Wrapper around Stripes MVC including filters and base action beans
https://github.com/sergiomt/knowgate-stripes
mvc servletfilter stripes
Last synced: about 2 months ago
JSON representation
Wrapper around Stripes MVC including filters and base action beans
- Host: GitHub
- URL: https://github.com/sergiomt/knowgate-stripes
- Owner: sergiomt
- License: apache-2.0
- Created: 2017-04-22T16:06:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T09:26:45.000Z (about 3 years ago)
- Last Synced: 2023-08-04T13:06:01.442Z (over 1 year ago)
- Topics: mvc, servletfilter, stripes
- Language: Java
- Homepage:
- Size: 357 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KnowGate Stripes
A thin wrapper around [Stripes MVC](https://stripesframework.atlassian.net/wiki/display/STRIPES/Home) with filters and base action beans.
## Filters
- [Caching Filter](https://sergiomt.github.io/knowgate-stripes/com/knowgate/stripes/CachingFilter.html)
- [Encoding Filter](https://sergiomt.github.io/knowgate-stripes/com/knowgate/stripes/EncodingFilter.html)## Base Action Beans
- [Page Action Bean](https://sergiomt.github.io/knowgate-stripes/com/knowgate/stripes/BaseStripesBean.html)
- [Ajax Action Bean](https://sergiomt.github.io/knowgate-stripes/com/knowgate/stripes/BaseAjaxBean.html)