2013/4/5 Ken McWilliams <ken.mcwilli...@gmail.com>:
> Sometimes I want to override a default framework implementation and the
> first place I look is in struts-default.xml but I don't think it contains
> all possible bean keys.
>
> Is such a list maintained?

http://struts.apache.org/development/2.x/docs/plugins.html#Plugins-ExtensionPoints

> For instance I want to provide a custom ConfigurationProvider but see no
> reference to a configuration provider (StrutsXmlConfigurationProvider), so
> am not sure what to provide in my struts.xml

<bean type="com.opensymphony.xwork2.config.PackageProvider"
class="com.demo.MyPackageProvider" scope="singleton" />


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to