# The Basics

- [Request Context](/v4.x-1/the-basics/request-context.md)
- [Routing](/v4.x-1/the-basics/routing.md)
- [Requirements](/v4.x-1/the-basics/routing/requirements.md)
- [Rewrite Rules](/v4.x-1/the-basics/routing/requirements/rewrite-rules.md)
- [Application Router](/v4.x-1/the-basics/routing/application-router.md)
- [Routing DSL](/v4.x-1/the-basics/routing/routing-dsl.md)
- [Routing By Convention](/v4.x-1/the-basics/routing/routing-dsl/routing-by-convention.md)
- [Pattern Placeholders](/v4.x-1/the-basics/routing/routing-dsl/pattern-placeholders.md)
- [Routing Methods](/v4.x-1/the-basics/routing/routing-dsl/routing-methods.md)
- [Resourceful Routes](/v4.x-1/the-basics/routing/routing-dsl/resourceful-routes.md)
- [Named Routes](/v4.x-1/the-basics/routing/routing-dsl/named-routes.md)
- [Routing Groups](/v4.x-1/the-basics/routing/routing-dsl/routing-groups.md)
- [Routing Namespaces](/v4.x-1/the-basics/routing/routing-dsl/routing-namespaces.md)
- [Building Routable Links](/v4.x-1/the-basics/routing/building-routable-links.md)
- [RESTFul Extension Detection](/v4.x-1/the-basics/routing/restful-extension-detection.md)
- [HTTP Method Spoofing](/v4.x-1/the-basics/routing/http-method-spoofing.md)
- [HTML Base Tag](/v4.x-1/the-basics/routing/html-base-tag.md)
- [Pathinfo Providers](/v4.x-1/the-basics/routing/pathinfo-providers.md)
- [Event Handlers](/v4.x-1/the-basics/event-handlers.md)
- [How are events called?](/v4.x-1/the-basics/event-handlers/how-are-events-called.md)
- [Getting & Setting Values](/v4.x-1/the-basics/event-handlers/getting-and-setting-values.md)
- [Setting Views](/v4.x-1/the-basics/event-handlers/setting-views.md)
- [Relocating](/v4.x-1/the-basics/event-handlers/relocating.md)
- [Rendering Data](/v4.x-1/the-basics/event-handlers/rendering-data.md)
- [Sending Files](/v4.x-1/the-basics/event-handlers/sending-files.md)
- [Interception Methods](/v4.x-1/the-basics/event-handlers/interception-methods.md)
- [Pre Advices](/v4.x-1/the-basics/event-handlers/interception-methods/pre-advices.md)
- [Post Advices](/v4.x-1/the-basics/event-handlers/interception-methods/post-advices.md)
- [Around Advices](/v4.x-1/the-basics/event-handlers/interception-methods/around-advices.md)
- [Model Integration](/v4.x-1/the-basics/event-handlers/model-integration.md)
- [Model Data Binding](/v4.x-1/the-basics/event-handlers/model-integration/model-data-binding.md)
- [HTTP Method Security](/v4.x-1/the-basics/event-handlers/http-method-security.md)
- [Implicit Methods](/v4.x-1/the-basics/event-handlers/implicit-methods.md)
- [Executing Events](/v4.x-1/the-basics/event-handlers/executing-events.md)
- [Viewlets - Reusable Events](/v4.x-1/the-basics/event-handlers/viewlets-reusable-events.md)
- [Event Caching](/v4.x-1/the-basics/event-handlers/event-caching.md)
- [Validation](/v4.x-1/the-basics/event-handlers/validation.md)
- [Layouts & Views](/v4.x-1/the-basics/layouts-and-views.md)
- [Views](/v4.x-1/the-basics/layouts-and-views/views.md)
- [Rendering Views](/v4.x-1/the-basics/layouts-and-views/views/rendering-views.md)
- [Rendering External Views](/v4.x-1/the-basics/layouts-and-views/views/rendering-external-views.md)
- [Rendering With Local Variables](/v4.x-1/the-basics/layouts-and-views/views/rendering-with-local-variables.md)
- [Rendering Collections](/v4.x-1/the-basics/layouts-and-views/views/rendering-collections.md)
- [View Caching](/v4.x-1/the-basics/layouts-and-views/views/view-caching.md)
- [View Helpers](/v4.x-1/the-basics/layouts-and-views/views/view-helpers.md)
- [View Events](/v4.x-1/the-basics/layouts-and-views/views/view-events.md)
- [Layouts](/v4.x-1/the-basics/layouts-and-views/layouts.md)
- [Basic Layouts](/v4.x-1/the-basics/layouts-and-views/layouts/basic-layouts.md)
- [Default Layout](/v4.x-1/the-basics/layouts-and-views/layouts/default-layout.md)
- [Nested Layouts](/v4.x-1/the-basics/layouts-and-views/layouts/nested-layouts.md)
- [Overriding Layouts](/v4.x-1/the-basics/layouts-and-views/layouts/overriding-layouts.md)
- [Layouts From A Module](/v4.x-1/the-basics/layouts-and-views/layouts/layouts-from-a-module.md)
- [Layout Helpers](/v4.x-1/the-basics/layouts-and-views/layouts/layout-helpers.md)
- [Layout Events](/v4.x-1/the-basics/layouts-and-views/layouts/layout-events.md)
- [Implicit Layout-View Declarations](/v4.x-1/the-basics/layouts-and-views/implicit-layout-view-declarations.md)
- [Helpers UDF's](/v4.x-1/the-basics/layouts-and-views/helpers-udfs.md)
- [ColdBox Elixir](/v4.x-1/the-basics/layouts-and-views/coldbox-elixir.md)
- [Models](/v4.x-1/the-basics/models.md)
- [Domain Modeling](/v4.x-1/the-basics/models/domain-modeling.md)
- [Service Layer](/v4.x-1/the-basics/models/domain-modeling/service-layer.md)
- [Data Layers](/v4.x-1/the-basics/models/domain-modeling/data-layers.md)
- [Book](/v4.x-1/the-basics/models/domain-modeling/book.md)
- [Conventions Location](/v4.x-1/the-basics/models/conventions-location.md)
- [WireBox Binder](/v4.x-1/the-basics/models/wirebox-binder.md)
- [Super Type Usage Methods](/v4.x-1/the-basics/models/super-type-usage-methods.md)
- [Injection DSL](/v4.x-1/the-basics/models/injection-dsl.md)
- [Model Object Namespace](/v4.x-1/the-basics/models/injection-dsl/model-object-namespace.md)
- [ColdBox Namespace](/v4.x-1/the-basics/models/injection-dsl/coldbox-namespace.md)
- [CacheBox Namespace](/v4.x-1/the-basics/models/injection-dsl/cachebox-namespace.md)
- [LogBox Namespace](/v4.x-1/the-basics/models/injection-dsl/logbox-namespace.md)
- [WireBox Namespace](/v4.x-1/the-basics/models/injection-dsl/wirebox-namespace.md)
- [EntityService Namespace](/v4.x-1/the-basics/models/injection-dsl/entityservice-namespace.md)
- [Object Scopes](/v4.x-1/the-basics/models/object-scopes.md)
- [Coding: Solo Style](/v4.x-1/the-basics/models/coding-solo-style.md)
- [Datasource](/v4.x-1/the-basics/models/coding-solo-style/datasource.md)
- [Contact.cfc](/v4.x-1/the-basics/models/coding-solo-style/contact.cfc.md)
- [ContactDAO.cfc](/v4.x-1/the-basics/models/coding-solo-style/contactdao.cfc.md)
- [ContactService.cfc](/v4.x-1/the-basics/models/coding-solo-style/contactservice.cfc.md)
- [Contacts Handler](/v4.x-1/the-basics/models/coding-solo-style/contacts-handler.md)
- [Coding: ActiveEntity Style](/v4.x-1/the-basics/models/coding-activeentity-style.md)
- [ORM](/v4.x-1/the-basics/models/coding-activeentity-style/orm.md)
- [Contact.cfc](/v4.x-1/the-basics/models/coding-activeentity-style/contact.cfc.md)
- [Contacts Handler](/v4.x-1/the-basics/models/coding-activeentity-style/contacts-handler.md)
- [Views](/v4.x-1/the-basics/models/coding-activeentity-style/views.md)
- [Coding: Virtual Service Layer](/v4.x-1/the-basics/models/coding-virtual-service-layer.md)
- [ORM](/v4.x-1/the-basics/models/coding-virtual-service-layer/orm.md)
- [Contacts.cfc](/v4.x-1/the-basics/models/coding-virtual-service-layer/contacts.cfc.md)
- [Contacts Handler](/v4.x-1/the-basics/models/coding-virtual-service-layer/contacts-handler.md)
- [Views](/v4.x-1/the-basics/models/coding-virtual-service-layer/views.md)
- [Coding: ORM Scaffolding](/v4.x-1/the-basics/models/coding-orm-scaffolding.md)
- [ORM](/v4.x-1/the-basics/models/coding-orm-scaffolding/orm.md)
- [Contacts.cfc](/v4.x-1/the-basics/models/coding-orm-scaffolding/contacts.cfc.md)
- [Scaffold](/v4.x-1/the-basics/models/coding-orm-scaffolding/scaffold.md)
