xref: /aosp_15_r20/external/guice/extensions/struts2/src/struts-plugin.xml (revision dc5640d1ceac12a29404866b9a53df952a7a6c47)
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<!DOCTYPE struts PUBLIC
4  "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
5  "http://struts.apache.org/dtds/struts-2.0.dtd">
6
7<struts>
8
9  <bean type="com.opensymphony.xwork2.ObjectFactory"
10        name="guice"
11        class="com.google.inject.struts2.Struts2Factory"/>
12
13  <!--  Make the Guice object factory the automatic default -->
14  <constant name="struts.objectFactory" value="guice" />
15
16</struts>
17