AbstractApplication is a base class for any Hasterix application. A Hasterix application start a request receiver that receive treat and answer to requests. It also include many security algorithms like authentication checker, some attack prevention algorithms and more. A Hasterix application can also be use in each bundle; in this case a bundle that receive a request will also receive an instance of his application child class then the bundle alter many data before answering or terminating the request.
StaticPageCacheManager is a child class of BaseStaticPageCacheManager and can be instantiate.
AbstractCodeContainer is an abstract child class of AbstractCodeObject to representing container algorithms like method, loops and more.
The main bundle design pages footers directory.