| Package | Description |
|---|---|
| com.aspectran.web |
Provides overall functionality for building web applications.
|
| com.aspectran.web.activity |
Contains a variant of the activity interface for web application.
|
| com.aspectran.web.activity.request | |
| com.aspectran.web.activity.response | |
| com.aspectran.web.adapter |
Contains a variant of the adapter interface for web application.
|
| com.aspectran.web.service |
Contains a variant of the service interface for web application.
|
| com.aspectran.web.socket.jsr356 | |
| com.aspectran.web.startup |
Provides servlets and listeners for integration with web application.
|
| com.aspectran.web.startup.filter | |
| com.aspectran.web.startup.listener | |
| com.aspectran.web.startup.servlet | |
| com.aspectran.web.support |
A package to support external modules for web application integration.
|
| com.aspectran.web.support.cors | |
| com.aspectran.web.support.http | |
| com.aspectran.web.support.multipart.commons |
Support for parsing Multi-part form data that use Apache Commons FileUpload 1.3 or above.
|
| com.aspectran.web.support.multipart.inmemory |
Support for parsing Multi-part form data that use Apache Commons FileUpload 1.3 or above.
|
| com.aspectran.web.support.view |