|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectshocks.framework.action.repository.CentralActionRepositoryLoader
Actions are loaded in a very specific manner. The first step is to get all of the action metadata from this application's MetadataRepository. Get all of the relevant metadata beans from the MetadataRepository. Cross reference all of those beans in the ActionRepository. Any action metadata beans which have no corresponding action in the action repository must be loaded from the local classloader. Actions which cannot be loaded from the local classloader and do not exist in the ActionRepository should be identified in the logs for debugging.
Constructor Summary | |
CentralActionRepositoryLoader()
|
Method Summary | |
static void |
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 CentralActionRepositoryLoader()
Method Detail |
public static void load(javax.servlet.ServletContext ctx)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |