com.servingxml.ioc.resources
Class ResourcesParser

java.lang.Object
  extended by com.servingxml.ioc.resources.ResourcesParser

public class ResourcesParser
extends java.lang.Object

The ResourcesParser parses a resources document.


Field Summary
static java.lang.String RESOURCES_LOCATION
           
 
Constructor Summary
ResourcesParser(ComponentDictionary componentDictionary, MutableNameTable nameTable)
           
 
Method Summary
 void initialize(ConfigurationContext context, MutableResourceTable resourceTable)
           
 void initializeResources(ConfigurationContext context, MutableResourceTable resourceTable)
           
protected  void initInclude(AbstractConfigurationContext context, MutableResourceTable resourceTable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCES_LOCATION

public static final java.lang.String RESOURCES_LOCATION
See Also:
Constant Field Values
Constructor Detail

ResourcesParser

public ResourcesParser(ComponentDictionary componentDictionary,
                       MutableNameTable nameTable)
Method Detail

initializeResources

public void initializeResources(ConfigurationContext context,
                                MutableResourceTable resourceTable)

initialize

public void initialize(ConfigurationContext context,
                       MutableResourceTable resourceTable)

initInclude

protected void initInclude(AbstractConfigurationContext context,
                           MutableResourceTable resourceTable)