er.directtoweb
Class ERD2WPageRunner
java.lang.Object
er.directtoweb.ERD2WPageRunner
public class ERD2WPageRunner
- extends java.lang.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
Constructor Summary |
ERD2WPageRunner(com.webobjects.foundation.NSArray pages)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERD2WPageRunner
public ERD2WPageRunner(com.webobjects.foundation.NSArray pages)
createPages
public void createPages()
Copyright © 2002 – 2007 Project Wonder.