Skip to content

Commit 81eeea0

Browse files
committed
Update images.
1 parent 87e6957 commit 81eeea0

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

_posts/2016-12-26-controlling-access-with-proxy-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ One of the most useful and versatile design patterns is the classic Proxy.
1414

1515
Basically it wraps an object and acts as a proxy between the calls to the object. At first thought it might not sound so useful but this simple concept is a great solution to many problems.
1616

17-
![Proxy class diagram]({{ site.baseurl }}/assets/proxy.png)
17+
![Proxy class diagram]({{ site.baseurl }}/assets/proxy-concept.png)
1818

1919
In the class diagram we see that the client depends only on the interface so it can as well use the proxy instead of the real subject. When the proxy object is called it does its thing and eventually forwards the call to the real subject.
2020

assets/proxy-class-diagram.png

-22.4 KB
Binary file not shown.
File renamed without changes.

assets/proxy.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)