AppFramework
Table of Contents
Namespaces
Interfaces
- IAppContainer
- This is a tagging interface for a container that belongs to an app
Classes
- ApiController
- Base class to inherit your controllers from that are used for RESTful APIs
- App
- Class App
- AuthPublicShareController
- Base controller for interactive public shares
- Controller
- Base class to inherit your controllers from
- Http
- Base class which contains constants for HTTP status codes
- Middleware
- Middleware is used to provide hooks before or after controller methods and deal with possible exceptions raised in the controller methods.
- OCSController
- Base class to inherit your controllers from that are used for RESTful APIs
- PublicShareController
- Base controller for public shares
- QueryException
- Class QueryException