com.mockrunner.struts
Class ActionMappingProxyGenerator

java.lang.Object
  extended by com.mockrunner.struts.ActionMappingProxyGenerator

public class ActionMappingProxyGenerator
extends java.lang.Object

Helper class to generate CGLib proxies for ActionMapping. Not meant for application use.


Constructor Summary
ActionMappingProxyGenerator(MockActionMapping delegateMapping)
           
 
Method Summary
 org.apache.struts.action.ActionMapping createActionMappingProxy(java.lang.Class mappingClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionMappingProxyGenerator

public ActionMappingProxyGenerator(MockActionMapping delegateMapping)
Method Detail

createActionMappingProxy

public org.apache.struts.action.ActionMapping createActionMappingProxy(java.lang.Class mappingClass)