Project Wonder 5.0

er.directtoweb
Class ERD2WPageRunner

java.lang.Object
  extended by 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)
           
 
Method Summary
 void createPages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERD2WPageRunner

public ERD2WPageRunner(com.webobjects.foundation.NSArray pages)
Method Detail

createPages

public void createPages()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.