org.kuali.rice.kns.web.struts.form.pojo
Class PojoPlugin
java.lang.Object
org.kuali.rice.kns.web.struts.form.pojo.PojoPlugin
- All Implemented Interfaces:
- org.apache.struts.action.PlugIn
public class PojoPlugin
- extends Object
- implements org.apache.struts.action.PlugIn
begin Kuali Foundation modification
This class is the POJO Plugin implementation of the PlugIn interface.
end Kuali Foundation modification
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
void |
destroy()
|
void |
init(org.apache.struts.action.ActionServlet servlet,
org.apache.struts.config.ModuleConfig config)
|
static void |
initBeanUtils()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PojoPlugin
public PojoPlugin()
initBeanUtils
public static void initBeanUtils()
init
public void init(org.apache.struts.action.ActionServlet servlet,
org.apache.struts.config.ModuleConfig config)
throws javax.servlet.ServletException
- Specified by:
init
in interface org.apache.struts.action.PlugIn
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface org.apache.struts.action.PlugIn
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.