com.bea.wlcp.wlng.api.edr
Class EdrDataHelper
java.lang.Object
com.bea.wlcp.wlng.api.edr.EdrDataHelper
- public abstract class EdrDataHelper
- extends Object
This class provides method to create default EdrData objects.
- Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.
|
Method Summary |
abstract EdrData |
createData()
Returns a new EdrData object with all attributes from the current
RequestContext object and AppSessionManager. |
static EdrDataHelper |
getHelper(Class c)
Returns a new instance of the EdrDataHelper for a particular class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
protected String className
- Class holding the EdrDataHelper
EdrDataHelper
public EdrDataHelper()
createData
public abstract EdrData createData()
- Returns a new EdrData object with all attributes from the current
RequestContext object and AppSessionManager.
- Returns:
- A new EdrData
getHelper
public static EdrDataHelper getHelper(Class c)
- Returns a new instance of the EdrDataHelper for a particular class.
- Parameters:
c - The class using the helper
- Returns:
- The EdrDataHelper for this class