ERD2WPageRunner Class Reference

Collaboration diagram for ERD2WPageRunner:

Collaboration graph
[legend]

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

ERD2WPageRunner ( NSArray  pages  ) 


Member Function Documentation

void createPages (  ) 


Member Data Documentation

NSArray _pages [private]

final Logger log = Logger.getLogger(ERD2WPageRunner.class) [static, private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:48 2012 for Project Wonder by  doxygen 1.5.8