siouxsie.mvc.impl
Class SiouxsieMVCConfigurationProvider

java.lang.Object
  extended by siouxsie.mvc.impl.SiouxsieMVCConfigurationProvider
All Implemented Interfaces:
com.opensymphony.xwork2.config.ConfigurationProvider, com.opensymphony.xwork2.config.ContainerProvider, com.opensymphony.xwork2.config.PackageProvider

public class SiouxsieMVCConfigurationProvider
extends java.lang.Object
implements com.opensymphony.xwork2.config.ConfigurationProvider

XW initialisation. Allow the object factory setting. Code taken from XW 2.1.1.

Version:
$Id: SiouxsieMVCConfigurationProvider.java 140 2008-05-25 13:32:56Z acogo $
Author:
Arnaud Cogoluegnes

Constructor Summary
SiouxsieMVCConfigurationProvider()
           
 
Method Summary
 void destroy()
           
 void init(com.opensymphony.xwork2.config.Configuration configuration)
           
 void loadPackages()
           
 boolean needsReload()
           
 void register(com.opensymphony.xwork2.inject.ContainerBuilder builder, com.opensymphony.xwork2.util.location.LocatableProperties props)
           
 void setObjectFactoryClazz(java.lang.Class<? extends com.opensymphony.xwork2.ObjectFactory> objectFactoryClazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiouxsieMVCConfigurationProvider

public SiouxsieMVCConfigurationProvider()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface com.opensymphony.xwork2.config.ContainerProvider

init

public void init(com.opensymphony.xwork2.config.Configuration configuration)
          throws com.opensymphony.xwork2.config.ConfigurationException
Specified by:
init in interface com.opensymphony.xwork2.config.ContainerProvider
Specified by:
init in interface com.opensymphony.xwork2.config.PackageProvider
Throws:
com.opensymphony.xwork2.config.ConfigurationException

needsReload

public boolean needsReload()
Specified by:
needsReload in interface com.opensymphony.xwork2.config.ContainerProvider
Specified by:
needsReload in interface com.opensymphony.xwork2.config.PackageProvider

register

public void register(com.opensymphony.xwork2.inject.ContainerBuilder builder,
                     com.opensymphony.xwork2.util.location.LocatableProperties props)
              throws com.opensymphony.xwork2.config.ConfigurationException
Specified by:
register in interface com.opensymphony.xwork2.config.ContainerProvider
Throws:
com.opensymphony.xwork2.config.ConfigurationException

loadPackages

public void loadPackages()
                  throws com.opensymphony.xwork2.config.ConfigurationException
Specified by:
loadPackages in interface com.opensymphony.xwork2.config.PackageProvider
Throws:
com.opensymphony.xwork2.config.ConfigurationException

setObjectFactoryClazz

public void setObjectFactoryClazz(java.lang.Class<? extends com.opensymphony.xwork2.ObjectFactory> objectFactoryClazz)


Copyright © 2006-2008 null. All Rights Reserved.