com.webobjects.directtoweb
Class ERD2WContext.Factory
java.lang.Object
com.webobjects.directtoweb.ERD2WContext.Factory
- Enclosing class:
- ERD2WContext
public static class ERD2WContext.Factory
- extends Object
Factory to create D2WContext's. You can provide your own subclass and
set it via ERD2WContext.setFactory(Factory). The static methods newContext(...)
should be used throughout ERD2W.
- Author:
- ak
|
Method Summary |
com.webobjects.directtoweb.D2WContext |
newContext()
|
com.webobjects.directtoweb.D2WContext |
newContext(com.webobjects.directtoweb.D2WContext context)
|
com.webobjects.directtoweb.D2WContext |
newContext(WOSession session)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERD2WContext.Factory
public ERD2WContext.Factory()
newContext
public com.webobjects.directtoweb.D2WContext newContext()
newContext
public com.webobjects.directtoweb.D2WContext newContext(WOSession session)
newContext
public com.webobjects.directtoweb.D2WContext newContext(com.webobjects.directtoweb.D2WContext context)
Copyright © 2002 – 2011 Project Wonder.