Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)