mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
Removes unused class as injecting is done in GxpResult
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1066754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
-22
@@ -1,22 +0,0 @@
|
||||
package org.apache.struts2.views.gxp.inject;
|
||||
|
||||
import com.opensymphony.xwork2.inject.Inject;
|
||||
import com.opensymphony.xwork2.util.ValueStackFactory;
|
||||
|
||||
/**
|
||||
* This class is ugly and hackish.
|
||||
*/
|
||||
public class InjectedObjectContainer {
|
||||
|
||||
private static ValueStackFactory valueStackFactory;
|
||||
|
||||
@Inject
|
||||
public static void setValueStackFactory(ValueStackFactory valueStackFactory) {
|
||||
InjectedObjectContainer.valueStackFactory = valueStackFactory;
|
||||
}
|
||||
|
||||
public static ValueStackFactory getValueStackFactory() {
|
||||
return valueStackFactory;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user