podafBedSheet
Something fresh and clean to lay your web app on!
Mixins
| BedSheetConfigIds | IocConfig values as provided by BedSheet. |
| BedSheetMetaData | (Service) - MetaData gleaned from startup, such as the initial |
| BedSheetPage | (Service) - Renders the standard |
| ErrProcessor | Implement to define an |
| ErrProcessors | (Service) - Contribute your |
| FileHandler | (Service) - A Request Handler that maps URIs to files on the file system. |
| GzipCompressible | (Service) - Holds a list of |
| HttpFlash | (Service) - Stores values from one http request to the next. |
| HttpPipeline | (Service) - Contribute your |
| HttpPipelineFilter | Implement to define a HTTP Pipeline Filter. |
| HttpRequest | (Service) - An injectable |
| HttpRequestLogFilter | Logs HTTP requests to file in the W3C Extended Log File Format. |
| HttpResponse | (Service) - An injectable |
| HttpSession | (Service) - An injectable |
| HttpStatusProcessor | Implement to define a |
| HttpStatusProcessors | (Service) - Contribute your |
| PodHandler | (Service) - A Request Handler that maps URIs to file resources inside pods. |
| ResponseProcessor | Implement to define a |
| ResponseProcessors | (Service) - Contribute your ResponseProcessor implementations to this. |
| Routes | (Service) - Contribute your Route objects to this. |
| ValueEncoder | Implement to convert values to and from |
| ValueEncoders | (Service) - Contribute your |
Classes
| BedClient | For testing |
| BedClientRes | For testing |
| BedServer | For testing |
| BedSheetModule | The afIoc module class. |
| BedSheetWebMod | The top-level web::WebMod to be passed to Wisp. |
| HttpRequestHeaders | A wrapper for HTTP request headers with accessors for some commonly used headings. |
| HttpResponseHeaders | A wrapper for HTTP response headers with accessors for some commonly used headings. |
| HttpStatus | Return from request handlers to send the appropriate response to the client. |
| Main | Call to run a |
| MethodCall | Return from request handler methods to explicitly invoke class methods. |
| QualityValues | Parses a |
| Redirect | Return from request handler methods to send a redirect 3xx status to the client. |
| Route | Matches uri paths to request handler methods. |
| Text | Return from request handler methods to send a text response to the client. |
Facets
| Config | A substitute for |
Errs
| BedSheetErr | As thrown by BedSheet |
| HttpStatusErr | Throw at any point to (re-)process / (re-)handle the |
| ReProcessErr | Throw at any point to (re-)process / (re-)handle the wrapped response object. |