ERD2WPageRunner Class Reference
List of all members.
|
Public Member Functions |
| void | createPages () |
| | ERD2WPageRunner (NSArray pages) |
Private Attributes |
| NSArray | _pages |
Static Private Attributes |
| static final Logger | log = Logger.getLogger(ERD2WPageRunner.class) |
Detailed Description
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
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
final Logger log = Logger.getLogger(ERD2WPageRunner.class) [static, private] |
The documentation for this class was generated from the following file: