shocks.framework.action.repository
Class CentralActionRepositoryLoader

java.lang.Object
  extended byshocks.framework.action.repository.CentralActionRepositoryLoader

public class CentralActionRepositoryLoader
extends java.lang.Object

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

CentralActionRepositoryLoader

public CentralActionRepositoryLoader()
Method Detail

load

public static void load(javax.servlet.ServletContext ctx)