| Class | Description |
|---|---|
| AbstractApp |
Common
WebApplication ancestor for the example applications. |
| AbstractFinalPage |
This page shows an example about calling a
public
final method on a service which in turn calls a protected method on itself. |
| AbstractPrivatePage |
This page shows an example about using a
service that does not have a
public constructor. |
| FinalService |
Example service used by
AbstractFinalPage. |
| PrivateService |
Example service used by
AbstractPrivatePage. |
Copyright © 2015. All rights reserved.