public class ERD2WPageRunner
extends Object
Runs through an array of given page configurations and renders them.
Basically, you run through your app manually to collect all the page configurations. Doing to
will collect all page configs in ERD2WPage.allConfigurationNames().
Then you save the array somewhere and later run through all pages with this class.
This is pretty useful in conjunction when localizing, as you get create all the keys that get touched.
Also, you can do simple tests with a scheme similar to this one. It's not totally correct,
as your pages need not map one-to-one to your pages, but for me it works pretty well.
- Author:
- ak