Class Summary |
AccessControlFilter |
Servlet filter that checks is user associated with request we are
processing is allowed to call the specified action or business operation
with the action. |
DelegatingSpringRequestProcessor |
This is an extension of Struts RequestProcessor that delegates
the action creation to Spring if a context is available ... |
DownloadServlet |
Servlet that allows to download a file which full UNC path is put
into to the query parameters ("path" denotes the directory and "file"
short name of file itself). |
FeedServlet |
This a servlet endpoint for news feed generation and distribution. |
I18nStrutsBundleAdapter |
This is an extension to the DisplayTag I18nStrutsAdapter. |
JoinAction |
An abstract Action class that all Join action classes must extend. |
JoinForm |
An abstract ActinoForm class that all Join form classes should extend. |
JoinServlet |
Controller servlet of Join application. |
UserContainer |
Used to store information about a specific user. |