Class Overview
Utility class for pseudo-unit tests that need a delegator.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
GenericDelegatorUtils
()
Public Methods
public
static
GenericDelegator
createGenericDelegator
(String delegatorName)
Creates a *new* GenericDelegator instance.
Parameters
delegatorName
| a String indicating the delegator name |
public
static
GenericDelegator
defaultGenericDelegator
()
Returns a new default GenericDelegatord.
Throws
| GenericEntityException |
GenericEntityException
| |