|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.AbstractResourceFactory
com.sage.orion.sdata.servlet.accpac.ResourceKindFactory
public class ResourceKindFactory
The ResourceKindFactory
class provides the Accpac-specific
extension of the generic AbstractResourceFactory
.
Constructor Summary | |
---|---|
ResourceKindFactory()
|
Method Summary | |
---|---|
ResourceKind |
createResource(java.lang.String resourceClassName,
ApplicationContext applicationContext,
ResourceContext context)
Creates an instance of the given resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceKindFactory()
Method Detail |
---|
public ResourceKind createResource(java.lang.String resourceClassName, ApplicationContext applicationContext, ResourceContext context)
createResource
in class AbstractResourceFactory
resourceClassName
- the name of the class to be instantiated.applicationContext
- the application context in which the instance will operatecontext
- the generic context
in which the
instance will operate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |