public abstract class AbstractDALActionFactory extends java.lang.Object implements DALActionFactory
Modifier and Type | Class and Description |
---|---|
static class |
AbstractDALActionFactory.AbstractDALActionContext |
DALActionFactory.DALActionContext
Modifier | Constructor and Description |
---|---|
protected |
AbstractDALActionFactory(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
boolean |
isApplicable(java.lang.Object... args)
Check if this factory is applicable to the first argument.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAction
protected AbstractDALActionFactory(java.lang.String name)
public java.lang.String getName()
getName
in interface DALActionFactory
public boolean isApplicable(java.lang.Object... args)
DALActionFactory
isApplicable
in interface DALActionFactory
isApplicable
in interface IsApplicable