com.opensymphony.webwork.dispatcher.mapper
Class ActionMapperFactory

java.lang.Object
  extended by com.opensymphony.webwork.dispatcher.mapper.ActionMapperFactory

public class ActionMapperFactory
extends Object

Factory that creates ActionMappers. This factory looks up the class name of the ActionMapper from WebWork's configuration using the key webwork.mapper.class.

Author:
Patrick Lightbody

Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
ActionMapperFactory()
           
 
Method Summary
static ActionMapper getMapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.commons.logging.Log LOG
Constructor Detail

ActionMapperFactory

public ActionMapperFactory()
Method Detail

getMapper

public static ActionMapper getMapper()

WebWork Project Page