Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Interceptor_pattern> ?p ?o. }
Showing items 1 to 24 of
24
with 100 items per page.
- Interceptor_pattern abstract "In the field of software development, an interceptor pattern is a software design pattern that is used when software systems or frameworks want to offer a way to change, or augment, their usual processing cycle. For example, a (simplified) typical processing sequence for a web-server is to receive a URI from the browser, map it to a file on disk, open the file and send its contents to the browser. Any of these steps could be replaced or changed, i.e. by replacing the way URIs are mapped to filenames, or by inserting a new step which processes the files contents.Key aspects of the pattern are that the change is transparent and used automatically. In essence, the rest of the systems does not have to know something has been added or changed and can keep working as before. To facilitate this, a predefined interface for extension has to be implemented, some kind of dispatching mechanism is required where interceptors are registered (this may be dynamic, at runtime, or static, e.g. through configuration files) and context objects are provided, which allow access to the framework's internal state.".
- Interceptor_pattern thumbnail Interceptor.VSD_Example.png?width=300.
- Interceptor_pattern wikiPageID "25187922".
- Interceptor_pattern wikiPageRevisionID "587814206".
- Interceptor_pattern hasPhotoCollection Interceptor_pattern.
- Interceptor_pattern subject Category:Concurrent_computing.
- Interceptor_pattern subject Category:Software_design_patterns.
- Interceptor_pattern type Abstraction100002137.
- Interceptor_pattern type Cognition100023271.
- Interceptor_pattern type Form105930736.
- Interceptor_pattern type PsychologicalFeature100023100.
- Interceptor_pattern type SoftwareDesignPatterns.
- Interceptor_pattern type Structure105726345.
- Interceptor_pattern comment "In the field of software development, an interceptor pattern is a software design pattern that is used when software systems or frameworks want to offer a way to change, or augment, their usual processing cycle. For example, a (simplified) typical processing sequence for a web-server is to receive a URI from the browser, map it to a file on disk, open the file and send its contents to the browser. Any of these steps could be replaced or changed, i.e.".
- Interceptor_pattern label "Interceptor (Entwurfsmuster)".
- Interceptor_pattern label "Interceptor pattern".
- Interceptor_pattern sameAs Interceptor_(Entwurfsmuster).
- Interceptor_pattern sameAs m.080ckhr.
- Interceptor_pattern sameAs Q1665924.
- Interceptor_pattern sameAs Q1665924.
- Interceptor_pattern sameAs Interceptor_pattern.
- Interceptor_pattern wasDerivedFrom Interceptor_pattern?oldid=587814206.
- Interceptor_pattern depiction Interceptor.VSD_Example.png.
- Interceptor_pattern isPrimaryTopicOf Interceptor_pattern.