|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectshocks.framework.workflow.sequence.SequenceRepositoryFactory
This class is used to get a reference to the WorkflowController or the WorkflowRepository. Each of its two methods require a reference to the ServletContext object. The implementation details of the WorkflowRepository and WorkflowController are kept from the client so that they can be reimplemented at a later time if it becomes necessary.
Constructor Summary | |
SequenceRepositoryFactory()
|
Method Summary | |
static SequenceRepository |
getRepository(javax.servlet.ServletContext ctx)
|
static SequenceRepository |
load(javax.servlet.ServletContext ctx)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SequenceRepositoryFactory()
Method Detail |
public static SequenceRepository getRepository(javax.servlet.ServletContext ctx)
public static SequenceRepository load(javax.servlet.ServletContext ctx)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |