org.apache.struts2.dispatcher.mapper
Class ActionMapperFactory

java.lang.Object
  extended by org.apache.struts2.dispatcher.mapper.ActionMapperFactory

public class ActionMapperFactory
extends java.lang.Object

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


Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
ActionMapperFactory()
           
 
Method Summary
static ActionMapper getMapper()
          Gets an instance of the ActionMapper
 
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()
Gets an instance of the ActionMapper

Returns:
The action mapper


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.